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.
What is Debouncing?

What is Debouncing?

273
Comments 19
3 min read
How to Create a Vue.js App

How to Create a Vue.js App

5
Comments
1 min read
Event Bubbling and Delegation in JavaScript for beginners by a beginner.

Event Bubbling and Delegation in JavaScript for beginners by a beginner.

3
Comments
2 min read
Mock Service Worker adopts a brand-new request interception algorithm for Node.js.

Mock Service Worker adopts a brand-new request interception algorithm for Node.js.

22
Comments 1
8 min read
Ternary X LEETcode

Ternary X LEETcode

10
Comments 2
2 min read
The Ultimate List of 7 Perfect Vue 3 UI Libraries for every project

The Ultimate List of 7 Perfect Vue 3 UI Libraries for every project

68
Comments 11
5 min read
Data Structures and algorithims in Javascript

Data Structures and algorithims in Javascript

9
Comments 2
12 min read
[pt-BR] Como Testar Componentes de uma Aplicação em React - #2

[pt-BR] Como Testar Componentes de uma Aplicação em React - #2

14
Comments
6 min read
Combining TypeScript utility types

Combining TypeScript utility types

25
Comments
2 min read
Portals in React.js with a practical example

Portals in React.js with a practical example

13
Comments
7 min read
Android Games with Capacitor and JavaScript

Android Games with Capacitor and JavaScript

7
Comments
5 min read
How to mock and spy on AWS-SDK calls with jest

How to mock and spy on AWS-SDK calls with jest

6
Comments 3
3 min read
Auto Generating Post Thumbnails with Node.JS

Auto Generating Post Thumbnails with Node.JS

14
Comments
8 min read
[pt-BR] Como Testar Hooks de uma Aplicação em React - #3

[pt-BR] Como Testar Hooks de uma Aplicação em React - #3

10
Comments
5 min read
JavaScript: Number conversions using parseInt() and toString()

JavaScript: Number conversions using parseInt() and toString()

5
Comments
2 min read
tsParticles 2.0.2 is out. Breaking changes ahead, but keeping the 1.x support for now.

tsParticles 2.0.2 is out. Breaking changes ahead, but keeping the 1.x support for now.

14
Comments
4 min read
Introduction to Data Structures and Algorithms With Modern JavaScript

Introduction to Data Structures and Algorithms With Modern JavaScript

8
Comments
4 min read
4 Ways To Handle Async Operations In JavaScript

4 Ways To Handle Async Operations In JavaScript

8
Comments
9 min read
Working of JS Engine

Working of JS Engine

2
Comments
2 min read
JavaScript Data Structures and Algorithm.

JavaScript Data Structures and Algorithm.

3
Comments
2 min read
Introduction to Data Structures and Algorithms With Modern JavaScript

Introduction to Data Structures and Algorithms With Modern JavaScript

3
Comments
3 min read
Build your own React.js - Part 4. State Updates

Build your own React.js - Part 4. State Updates

5
Comments
8 min read
Why do I use Atomic Design?

Why do I use Atomic Design?

9
Comments
3 min read
What the heck is useReducer Hook

What the heck is useReducer Hook

11
Comments 2
2 min read
How to stringify and parse a graph

How to stringify and parse a graph

4
Comments
5 min read
Top 3 New UI Kits For Your Next React Project

Top 3 New UI Kits For Your Next React Project

3
Comments
1 min read
Simplified: Implementing fontawesome (free version) into a React Project

Simplified: Implementing fontawesome (free version) into a React Project

4
Comments
1 min read
️ Sorting Algorithms implemented in Typescript

️ Sorting Algorithms implemented in Typescript

10
Comments
8 min read
Principle's of Automation Testing

Principle's of Automation Testing

7
Comments
5 min read
Cracking Wordles using code

Cracking Wordles using code

9
Comments 2
2 min read
Answer: JS Array.filter Method Returns an Empty Array

Answer: JS Array.filter Method Returns an Empty Array

9
Comments
1 min read
Introduction to Data Structure and Algorithms With Modern JavaScript.

Introduction to Data Structure and Algorithms With Modern JavaScript.

10
Comments
3 min read
Top 10 Upcoming Web Open-Source Projects You Should Consider Contributing to

Top 10 Upcoming Web Open-Source Projects You Should Consider Contributing to

10
Comments 2
4 min read
Introduction to Data Structures and Algorithms with Modern JavaScript

Introduction to Data Structures and Algorithms with Modern JavaScript

6
Comments
4 min read
How I REACTO To Algos: Pig Latin

How I REACTO To Algos: Pig Latin

6
Comments
5 min read
How to create bitmap fonts for Phaser JS with BMFont

How to create bitmap fonts for Phaser JS with BMFont

9
Comments 1
3 min read
JavaScript Cheat Sheet that you should bookmark

JavaScript Cheat Sheet that you should bookmark

350
Comments 29
34 min read
MVC JavaScript Tutorial using ES6 Class – Part 03

MVC JavaScript Tutorial using ES6 Class – Part 03

7
Comments
4 min read
WEBCode.run Private Endpoints on Observablehq.com Released!

WEBCode.run Private Endpoints on Observablehq.com Released!

2
Comments
2 min read
WP-Job-Manager der De-Facto-Standard in Jobboards: see themes, plugins and more

WP-Job-Manager der De-Facto-Standard in Jobboards: see themes, plugins and more

4
Comments
2 min read
How to Secure your NodeJs Express Javascript Application - part 2

How to Secure your NodeJs Express Javascript Application - part 2

14
Comments
5 min read
Node.js Roadmap for Beginners

Node.js Roadmap for Beginners

44
Comments 1
5 min read
ShoPo ~ Js and Places to learn!

ShoPo ~ Js and Places to learn!

5
Comments
1 min read
jQuery Step By Step Tutorial for Beginners

jQuery Step By Step Tutorial for Beginners

7
Comments
4 min read
Boilerplate generator for Vue.js?

Boilerplate generator for Vue.js?

6
Comments
3 min read
Introduction to Data Structures and Algorithms With Modern Javascript

Introduction to Data Structures and Algorithms With Modern Javascript

9
Comments
3 min read
Learn JavaScript from Scratch

Learn JavaScript from Scratch

5
Comments
8 min read
useState vs useReducer: What are they and when to use them?

useState vs useReducer: What are they and when to use them?

66
Comments 3
3 min read
Not Leetcode Diary: find min missing number in array

Not Leetcode Diary: find min missing number in array

2
Comments
3 min read
The Beginning Stage of Learning JavaScript

The Beginning Stage of Learning JavaScript

3
Comments
3 min read
Week 3 : Testing procedure

Week 3 : Testing procedure

3
Comments
5 min read
A powerful Javascript playground for Desktop 🔥

A powerful Javascript playground for Desktop 🔥

14
Comments
2 min read
Build a Video Conference App from Scratch using WebRTC,Websocket,PHP +JS Day 45

Build a Video Conference App from Scratch using WebRTC,Websocket,PHP +JS Day 45

2
Comments
1 min read
Authenticate third-party API's in Next.js using HttpOnly cookies and axios interceptors

Authenticate third-party API's in Next.js using HttpOnly cookies and axios interceptors

10
Comments
7 min read
Introduction to Data Structures and Algorithms With Modern JavaScript.

Introduction to Data Structures and Algorithms With Modern JavaScript.

10
Comments
4 min read
javascript : behind the scene

javascript : behind the scene

6
Comments
4 min read
Testing a React Context Provider

Testing a React Context Provider

51
Comments
2 min read
Introduction to Data Structures and Algorithms With Modern JavaScript

Introduction to Data Structures and Algorithms With Modern JavaScript

6
Comments
7 min read
Responsive Sidebar Menu Design using HTML, CSS, and Javascript

Responsive Sidebar Menu Design using HTML, CSS, and Javascript

8
Comments
3 min read
COUNTDOWN TIMER USING HTML, CSS AND JAVASCRIPT

COUNTDOWN TIMER USING HTML, CSS AND JAVASCRIPT

7
Comments 1
3 min read
loading...