DEV Community

JavaScript

Once relegated to the browser as one of the 3 core technologies of the web, JavaScript can now be found almost anywhere you find code. JavaScript developers move fast and push software development forward; they can be as opinionated as the frameworks they use, so let's keep it clean here and make it a place to learn from each other!

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
How to Solve Captcha in Puppeteer using CapSolver

How to Solve Captcha in Puppeteer using CapSolver

1
Comments
5 min read
My first WebDev project - My Personal Portfolio.

My first WebDev project - My Personal Portfolio.

6
Comments 3
2 min read
Cracking the Code: Leet Code 1048 - Longest String Chain (Medium) - NileshDev

Cracking the Code: Leet Code 1048 - Longest String Chain (Medium) - NileshDev

5
Comments
3 min read
Real-Time Project Management with Bryntum Gantt

Real-Time Project Management with Bryntum Gantt

Comments
10 min read
MVP Development for SaaS: Strategies for Success

MVP Development for SaaS: Strategies for Success

Comments 1
3 min read
The 2MB Tailwind CSS Dilemma: Performance Snag or Not? Explore Alternatives with BundlePhobia & Moiva

The 2MB Tailwind CSS Dilemma: Performance Snag or Not? Explore Alternatives with BundlePhobia & Moiva

3
Comments
5 min read
Need some feedback for this markdown editor.

Need some feedback for this markdown editor.

2
Comments 5
1 min read
Build a language translator app powered by OpenAI

Build a language translator app powered by OpenAI

4
Comments 1
8 min read
JavaScript for Testers - Part 1 (Basics)

JavaScript for Testers - Part 1 (Basics)

5
Comments
12 min read
Difference between microtask and macrotask queue in the event loop

Difference between microtask and macrotask queue in the event loop

58
Comments 2
3 min read
How to use IndexedDB to store images and other files in your browser

How to use IndexedDB to store images and other files in your browser

2
Comments 1
7 min read
JavaScript-Independent Web Apps: A Step Toward Inclusive Digital Experiences

JavaScript-Independent Web Apps: A Step Toward Inclusive Digital Experiences

Comments
3 min read
Inverting the Binary Magic: Making Sense of LeetCode 226

Inverting the Binary Magic: Making Sense of LeetCode 226

5
Comments
3 min read
Portfolio

Portfolio

3
Comments 2
1 min read
Binary Search with Invariants: Easy and Clear Approach

Binary Search with Invariants: Easy and Clear Approach

1
Comments
6 min read
Run Models in the Browser With Transformers.js

Run Models in the Browser With Transformers.js

18
Comments 2
6 min read
Mastering the For Loop in JavaScript

Mastering the For Loop in JavaScript

2
Comments 2
2 min read
Unifying React Development: Patterns You Should Know

Unifying React Development: Patterns You Should Know

2
Comments
6 min read
Building a High-Performance Angular Application with Incremental Static Regeneration (ISR)

Building a High-Performance Angular Application with Incremental Static Regeneration (ISR)

4
Comments
4 min read
How to build AWS State Machines using AWS CDK - Part II

How to build AWS State Machines using AWS CDK - Part II

6
Comments
6 min read
Embarking on a Journey of Web Development Mastery: From Novice to Explorer

Embarking on a Journey of Web Development Mastery: From Novice to Explorer

3
Comments 2
5 min read
Understanding Vue.js Data Binding: A Comprehensive Guide

Understanding Vue.js Data Binding: A Comprehensive Guide

6
Comments
4 min read
Angular + Webpack: An Overview

Angular + Webpack: An Overview

5
Comments
3 min read
Building a Private 1 to 1 Chat System in Rails 7 with WebSockets & Action Cable

Building a Private 1 to 1 Chat System in Rails 7 with WebSockets & Action Cable

7
Comments 1
7 min read
To `useMemo` or Not to `useMemo`: A React Developer’s Dilemma

To `useMemo` or Not to `useMemo`: A React Developer’s Dilemma

27
Comments 5
2 min read
Displaying Real-Time Day, Date, and Time in a Custom Format using JavaScript

Displaying Real-Time Day, Date, and Time in a Custom Format using JavaScript

2
Comments
2 min read
Top 10 Smart Ways to Use API Validation in Node.js

Top 10 Smart Ways to Use API Validation in Node.js

19
Comments
3 min read
Project-wide Refactor: JavaScript to TypeScript Migration

Project-wide Refactor: JavaScript to TypeScript Migration

8
Comments 1
5 min read
19 Common JavaScript and Node.js Mistakes That Can Slow Down Your Code

19 Common JavaScript and Node.js Mistakes That Can Slow Down Your Code

Comments
8 min read
How To add arguments to a launch configuration in vscode

How To add arguments to a launch configuration in vscode

1
Comments
1 min read
Force Enable Copy and Paste on Websites! JavaScript Bookmarklet

Force Enable Copy and Paste on Websites! JavaScript Bookmarklet

17
Comments
2 min read
Why Every Web Developer Should Know HTMX?

Why Every Web Developer Should Know HTMX?

3
Comments
7 min read
[AWS] Using API Gateway for S3 Uploads to Trigger Lambda Functions

[AWS] Using API Gateway for S3 Uploads to Trigger Lambda Functions

Comments
12 min read
VueJS part 4: Rendering in loop

VueJS part 4: Rendering in loop

8
Comments
3 min read
Unveiling the Magic: Exploring JavaScript Symbols

Unveiling the Magic: Exploring JavaScript Symbols

23
Comments
3 min read
#LearnedToday: Web Workers

#LearnedToday: Web Workers

6
Comments
4 min read
Building A Secure Note-Taking App: With HTML, CSS, and Javascript

Building A Secure Note-Taking App: With HTML, CSS, and Javascript

11
Comments
8 min read
11 Best Free Software Testing Online Courses for Beginners

11 Best Free Software Testing Online Courses for Beginners

11
Comments
7 min read
JavaScript Web APIs Series: Document Object Model APIs

JavaScript Web APIs Series: Document Object Model APIs

8
Comments
11 min read
Very Simple way to handle requests

Very Simple way to handle requests

10
Comments
2 min read
Vue is still the only framework capable of this

Vue is still the only framework capable of this

4
Comments 3
2 min read
Working of Garbage Collection in JavaScript: Under the Hood ✨

Working of Garbage Collection in JavaScript: Under the Hood ✨

8
Comments
10 min read
Angular Signals : A Comprehensive Introduction

Angular Signals : A Comprehensive Introduction

20
Comments 2
7 min read
Node.js 20.6.0: Say Goodbye to 'dotenv'

Node.js 20.6.0: Say Goodbye to 'dotenv'

188
Comments 26
2 min read
Email Outreach : Sending Bulk Emails from Google Sheets Using Scripts

Email Outreach : Sending Bulk Emails from Google Sheets Using Scripts

6
Comments 2
3 min read
Day 53: Deep Readonly

Day 53: Deep Readonly

Comments 1
1 min read
Episode 23/37: ISR in Angular, Cypress & Playwright

Episode 23/37: ISR in Angular, Cypress & Playwright

9
Comments
2 min read
7 Pro Tips JavaScript One-Liners for You to Know and Use

7 Pro Tips JavaScript One-Liners for You to Know and Use

7
Comments 5
2 min read
Labeled statements - the forgotten JS feature

Labeled statements - the forgotten JS feature

Comments
2 min read
A Step-by-Step Guide to Using ElephantSQL with Node.js and Express

A Step-by-Step Guide to Using ElephantSQL with Node.js and Express

5
Comments 1
4 min read
Pick peaks"Code Wars"

Pick peaks"Code Wars"

5
Comments
2 min read
JSDoc in TS and JS

JSDoc in TS and JS

40
Comments 11
2 min read
Simplicity vs Performance: How to transition between the background color and an image

Simplicity vs Performance: How to transition between the background color and an image

Comments
9 min read
A few things about regular expressions in JavaScript

A few things about regular expressions in JavaScript

7
Comments
3 min read
The Cathedral and the Bazaar

The Cathedral and the Bazaar

5
Comments
2 min read
Android Application(Shot badges notification)

Android Application(Shot badges notification)

2
Comments
1 min read
Introducing Bun 1.0: A Game-Changer in Web Development

Introducing Bun 1.0: A Game-Changer in Web Development

4
Comments 1
3 min read
Leveraging DatoCMS for streamlined business operations: A comprehensive guide

Leveraging DatoCMS for streamlined business operations: A comprehensive guide

1
Comments
7 min read
Comprehensive Guide to Vue.js 3 State Management with Vuex

Comprehensive Guide to Vue.js 3 State Management with Vuex

6
Comments
4 min read
How to create dynamic PDF using React?

How to create dynamic PDF using React?

4
Comments 2
7 min read
loading...