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.
Web Scraping in Javascript (Complete tutorial for Beginner)

Web Scraping in Javascript (Complete tutorial for Beginner)

18
Comments 2
11 min read
Understanding the Difference Between compose() and pipe() in JavaScript

Understanding the Difference Between compose() and pipe() in JavaScript

5
Comments 3
3 min read
Building an Realtime Web Notepad App

Building an Realtime Web Notepad App

19
Comments 6
4 min read
NodeJS - Ofuscando rostos humanos em fotos

NodeJS - Ofuscando rostos humanos em fotos

2
Comments
3 min read
5 JavaScript Project Ideas Beyond TODO Apps.

5 JavaScript Project Ideas Beyond TODO Apps.

54
Comments 16
1 min read
Django 4.2.6: What's New and How to Upgrade

Django 4.2.6: What's New and How to Upgrade

7
Comments
2 min read
Using json-server to create a mock back-end for front-end development

Using json-server to create a mock back-end for front-end development

3
Comments
7 min read
Base64 problem solved

Base64 problem solved

18
Comments 7
2 min read
🚀 10 Github repositories to achieve Javascript mastery 🧙‍♂️🪄✨

🚀 10 Github repositories to achieve Javascript mastery 🧙‍♂️🪄✨

1115
Comments 70
5 min read
JavaScript FinalizationRegistry Unraveled: Memory Management Magic Explained!

JavaScript FinalizationRegistry Unraveled: Memory Management Magic Explained!

9
Comments 1
3 min read
🚀How JavaScript Works (Part 6)? Module

🚀How JavaScript Works (Part 6)? Module

5
Comments
8 min read
How to Dynamically Adjust the Height of a Textarea in ReactJS

How to Dynamically Adjust the Height of a Textarea in ReactJS

7
Comments
3 min read
Maximizing Performance: How to Memoize Async Functions in JavaScript

Maximizing Performance: How to Memoize Async Functions in JavaScript

59
Comments 7
8 min read
🚀How JavaScript Works (Part 8)? Binding

🚀How JavaScript Works (Part 8)? Binding

5
Comments 1
7 min read
How to Send Alerts from Supabase

How to Send Alerts from Supabase

6
Comments
3 min read
5 Cool Animations in React with Framer Motion

5 Cool Animations in React with Framer Motion

47
Comments 2
4 min read
𝑫𝒖𝒎𝒃𝒆𝒓 𝒚𝒆𝒕 S𝒎𝒂𝒓𝒕𝒆𝒓 A𝒑𝒑𝒓𝒐𝒂𝒄𝒉 𝒐𝒇 D𝒆𝒃𝒖𝒈𝒈𝒊𝒏𝒈

𝑫𝒖𝒎𝒃𝒆𝒓 𝒚𝒆𝒕 S𝒎𝒂𝒓𝒕𝒆𝒓 A𝒑𝒑𝒓𝒐𝒂𝒄𝒉 𝒐𝒇 D𝒆𝒃𝒖𝒈𝒈𝒊𝒏𝒈

11
Comments
2 min read
🚀How JavaScript Works (Part 7)? `this`

🚀How JavaScript Works (Part 7)? `this`

7
Comments
5 min read
JSON is Slower. Here Are Its 4 Faster Alternatives

JSON is Slower. Here Are Its 4 Faster Alternatives

282
Comments 51
12 min read
Moonly weekly progress update #64 - Announcement Catcher and Staking V2

Moonly weekly progress update #64 - Announcement Catcher and Staking V2

5
Comments
3 min read
🚀How JavaScript Works (Part 9)? Arrow functions and lexical this

🚀How JavaScript Works (Part 9)? Arrow functions and lexical this

6
Comments
5 min read
Tanstack's React Query Kicked `onSuccess`, `onError`, and `onSettled` Out of `useQuery`: Now What?!

Tanstack's React Query Kicked `onSuccess`, `onError`, and `onSettled` Out of `useQuery`: Now What?!

30
Comments 2
3 min read
Free Face-Swap AI 🎭 with Source Code for Web and Mobile App.

Free Face-Swap AI 🎭 with Source Code for Web and Mobile App.

3
Comments 1
1 min read
Paginators in the AWS SDK for Javascript V3

Paginators in the AWS SDK for Javascript V3

1
Comments
3 min read
The fuss with ESM vs CJS in Node.js

The fuss with ESM vs CJS in Node.js

6
Comments
3 min read
JavaScript Singleton Pattern: Managing a Single Elevator Instance

JavaScript Singleton Pattern: Managing a Single Elevator Instance

Comments
4 min read
Contributing to the Community: Hacktoberfest PR #2

Contributing to the Community: Hacktoberfest PR #2

Comments
3 min read
Test-Driven Development in React: Building Reliable Applications from Scratch

Test-Driven Development in React: Building Reliable Applications from Scratch

1
Comments
6 min read
How to Implement Passkey Authentication and Fine-Grained Authorization in JavaScript

How to Implement Passkey Authentication and Fine-Grained Authorization in JavaScript

8
Comments 1
12 min read
Creating Dynamic Tabs in Vue.js with Server Data and the "KeepAlive" Component

Creating Dynamic Tabs in Vue.js with Server Data and the "KeepAlive" Component

1
Comments
3 min read
How to create your own custom array methods in JavaScript

How to create your own custom array methods in JavaScript

2
Comments 2
2 min read
Web Storage in JavaScript

Web Storage in JavaScript

2
Comments
2 min read
JavaScript: sorting algorithms

JavaScript: sorting algorithms

Comments
7 min read
Dependency Injection: The Key to Writing Testable and Flexible Code

Dependency Injection: The Key to Writing Testable and Flexible Code

1
Comments
3 min read
Introduction to React Redux

Introduction to React Redux

1
Comments
6 min read
Let V/s Var in JavaScript

Let V/s Var in JavaScript

Comments
3 min read
SignalDB: Bringing Meteor-Like Reactivity to the Modern Age

SignalDB: Bringing Meteor-Like Reactivity to the Modern Age

3
Comments 2
7 min read
Ace Your React Interview: Comprehensive Guide & Key Concepts

Ace Your React Interview: Comprehensive Guide & Key Concepts

2
Comments
32 min read
Playing with the Gamepad API

Playing with the Gamepad API

19
Comments 6
12 min read
billboard.js 3.10 release: point radialGradient, new theme and improved stability.

billboard.js 3.10 release: point radialGradient, new theme and improved stability.

Comments
5 min read
10 Fun Web Development Project Ideas for Bored Coders

10 Fun Web Development Project Ideas for Bored Coders

94
Comments 26
7 min read
🚀How JavaScript Works (Part 5)? Closure

🚀How JavaScript Works (Part 5)? Closure

7
Comments
5 min read
Setting up Code Formatting with ESLint, TypeScript, and Prettier in Visual Studio Code

Setting up Code Formatting with ESLint, TypeScript, and Prettier in Visual Studio Code

19
Comments
1 min read
🚀How JavaScript Works (Part 4)? Hoisting, var, let, const, TDZ

🚀How JavaScript Works (Part 4)? Hoisting, var, let, const, TDZ

6
Comments
7 min read
My second Hacktoberfest PR!

My second Hacktoberfest PR!

5
Comments 3
3 min read
Simplifying JavaScript Code with Array Destructuring

Simplifying JavaScript Code with Array Destructuring

22
Comments 6
3 min read
A Blazingly Fast Open-Source Federation V1/V2 Gateway

A Blazingly Fast Open-Source Federation V1/V2 Gateway

2
Comments
12 min read
🧰 zsh-pkgmanager-switcher - A ZSH JavaScript package manager switcher plugin

🧰 zsh-pkgmanager-switcher - A ZSH JavaScript package manager switcher plugin

Comments
1 min read
🚀How JavaScript Works (Part 2)? The lexical scope mechanism of JavaScript

🚀How JavaScript Works (Part 2)? The lexical scope mechanism of JavaScript

7
Comments
6 min read
Make your app install and run faster with nolyfill

Make your app install and run faster with nolyfill

Comments
2 min read
Mind-Expanding Read: Head First JavaScript

Mind-Expanding Read: Head First JavaScript

1
Comments
1 min read
Building a Node.js Authentication System with MySQL: A Step-by-Step Guide

Building a Node.js Authentication System with MySQL: A Step-by-Step Guide

44
Comments 4
6 min read
React: Behind the Scenes Part 2

React: Behind the Scenes Part 2

Comments
3 min read
Asynchronous Javascript and Some advanced use cases

Asynchronous Javascript and Some advanced use cases

Comments
4 min read
🚀How JavaScript Works (Part 3)? Function Scope, Block Scope

🚀How JavaScript Works (Part 3)? Function Scope, Block Scope

5
Comments
7 min read
Entendendo o NaN (Not a Number) no JavaScript e Suas Particularidades

Entendendo o NaN (Not a Number) no JavaScript e Suas Particularidades

Comments
6 min read
JavaScript - Use Modules for Better Code Organization

JavaScript - Use Modules for Better Code Organization

2
Comments 1
2 min read
Thinking Locally with Signals

Thinking Locally with Signals

99
Comments 17
5 min read
The Most Important Trends for React Native in 2023

The Most Important Trends for React Native in 2023

Comments
2 min read
💻 Web Development Resources #171

💻 Web Development Resources #171

5
Comments 2
3 min read
loading...