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.
BUILD THE REST API USING PYTHON DJANGO - PART 1 🐍

BUILD THE REST API USING PYTHON DJANGO - PART 1 🐍

98
Comments
4 min read
35 Website Cheat Sheets For Developers

35 Website Cheat Sheets For Developers

1843
Comments 65
7 min read
JavaScript Tutorial: Removing A Specific Element From An Array

JavaScript Tutorial: Removing A Specific Element From An Array

4
Comments
3 min read
Memory Management in JavaScript

Memory Management in JavaScript

31
Comments
8 min read
[번역] Jest Mocks에 대한 이해

[번역] Jest Mocks에 대한 이해

6
Comments
2 min read
Start Using Prettier The Right Way

Start Using Prettier The Right Way

141
Comments 12
3 min read
Create and understand functions in Javascript!

Create and understand functions in Javascript!

22
Comments
4 min read
Solution: Find the Most Competitive Subsequence

Solution: Find the Most Competitive Subsequence

7
Comments
3 min read
The tiniest CSS-in-JS solution for your open-source React components

The tiniest CSS-in-JS solution for your open-source React components

115
Comments 11
4 min read
(Javascript) My learning journey Part 2: Run code, data type and declare variables

(Javascript) My learning journey Part 2: Run code, data type and declare variables

8
Comments 1
3 min read
How to Build a Spoken Universal Translator with Node-RED and Watson AI services

How to Build a Spoken Universal Translator with Node-RED and Watson AI services

5
Comments
7 min read
Objects De-structuring...

Objects De-structuring...

4
Comments
2 min read
Build an E-Commerce Website with MERN Stack - Part 6 (Redux Actions and Auth Components)

Build an E-Commerce Website with MERN Stack - Part 6 (Redux Actions and Auth Components)

70
Comments 7
6 min read
Create a generative landing page & WebGL powered background animation

Create a generative landing page & WebGL powered background animation

428
Comments 15
14 min read
css-in-js

css-in-js

10
Comments 1
3 min read
Using React Hooks to make an RPG Shop

Using React Hooks to make an RPG Shop

8
Comments
6 min read
Recreating a classic starfield in GLSL & three.js

Recreating a classic starfield in GLSL & three.js

6
Comments 1
3 min read
Future JavaScript – Stay ahead of the curve by using new JavaScript features today (4/4 – Data Structures)

Future JavaScript – Stay ahead of the curve by using new JavaScript features today (4/4 – Data Structures)

11
Comments
3 min read
Avoiding race conditions and memory leaks in React useEffect

Avoiding race conditions and memory leaks in React useEffect

323
Comments 19
4 min read
When was JS Array.Map() first included? ES5? ES6?

When was JS Array.Map() first included? ES5? ES6?

4
Comments
1 min read
JavaScript Objects Crash Course - Codecademy PRO version

JavaScript Objects Crash Course - Codecademy PRO version

41
Comments 3
2 min read
Let's Make a Redux + Material UI + OAuth Starter template! Pt 4. Navbar & Theme Switch

Let's Make a Redux + Material UI + OAuth Starter template! Pt 4. Navbar & Theme Switch

5
Comments
5 min read
Servers with Node.js HTTP Module

Servers with Node.js HTTP Module

2
Comments
6 min read
5 Tools To Improve Your Website

5 Tools To Improve Your Website

49
Comments 1
3 min read
Useful Lodash Array Functions — Extraction and Intersection

Useful Lodash Array Functions — Extraction and Intersection

6
Comments
4 min read
Creating a personal site using Gatsby.js

Creating a personal site using Gatsby.js

14
Comments
5 min read
How to trigger a Next.js rebuild from Strapi CMS

How to trigger a Next.js rebuild from Strapi CMS

16
Comments
2 min read
Javascript Array Methods Part 1

Javascript Array Methods Part 1

7
Comments
2 min read
What **is** hoisting? 🤷🏼‍♀️

What **is** hoisting? 🤷🏼‍♀️

31
Comments 1
3 min read
Solution: Broken Calculator

Solution: Broken Calculator

9
Comments 2
4 min read
Javascript: The four rules of {this}.

Javascript: The four rules of {this}.

37
Comments
3 min read
Talking about "for" and "while" loops in JavaScript

Talking about "for" and "while" loops in JavaScript

4
Comments
1 min read
Looking for the Best React Form Library? It’s Probably on This List

Looking for the Best React Form Library? It’s Probably on This List

106
Comments 19
10 min read
Improving Your React Code - Custom Hooks

Improving Your React Code - Custom Hooks

186
Comments 11
5 min read
Hello Vite + React!

Hello Vite + React!

118
Comments 16
2 min read
How act() works inside react?

How act() works inside react?

38
Comments 2
5 min read
My web security learnings: Cross-Site Scripting.

My web security learnings: Cross-Site Scripting.

16
Comments
3 min read
BUILD THE REST API USING PYTHON DJANGO - PART 2 🐍

BUILD THE REST API USING PYTHON DJANGO - PART 2 🐍

30
Comments 2
5 min read
JavaScript, asynchronous programming and Promises

JavaScript, asynchronous programming and Promises

119
Comments
4 min read
Full Tutorial #8: Creating a Field Resolver for a GraphQL Type | Microservices Chat App Using React, TypeScript and GraphQL

Full Tutorial #8: Creating a Field Resolver for a GraphQL Type | Microservices Chat App Using React, TypeScript and GraphQL

50
Comments 2
1 min read
Login + Registration Page in Django using HTML, CSS, JavaScript (Part I)

Login + Registration Page in Django using HTML, CSS, JavaScript (Part I)

13
Comments
4 min read
3 data-related programming paradigms that every JavaScript developer should know

3 data-related programming paradigms that every JavaScript developer should know

4
Comments
2 min read
How Does Sort Method Work in JavaScript?

How Does Sort Method Work in JavaScript?

4
Comments
4 min read
Contributing to Node.js Core

Contributing to Node.js Core

19
Comments 4
4 min read
IDOM - It's React, but in Python

IDOM - It's React, but in Python

37
Comments 7
8 min read
How to apply type annotations to functions in TypeScript

How to apply type annotations to functions in TypeScript

4
Comments
8 min read
$200 Cloud-Hosting PaaS Giveaway

$200 Cloud-Hosting PaaS Giveaway

2
Comments
1 min read
Code Multiplayer Games w/ Multiple Rooms! 🚀

Code Multiplayer Games w/ Multiple Rooms! 🚀

22
Comments 1
3 min read
js swap two numbers

js swap two numbers

2
Comments
1 min read
Basic math operations on different data types in JavaScript

Basic math operations on different data types in JavaScript

24
Comments 1
3 min read
key-value-exists

key-value-exists

2
Comments
1 min read
Explosiv, static JSX site generator

Explosiv, static JSX site generator

9
Comments
2 min read
A beginners guide to data streaming with Kafka, NodeJs and Socket.io

A beginners guide to data streaming with Kafka, NodeJs and Socket.io

45
Comments
4 min read
Let's Make a Redux + Material UI + OAuth Starter template! Pt 3. Alerts & Themes

Let's Make a Redux + Material UI + OAuth Starter template! Pt 3. Alerts & Themes

16
Comments
6 min read
ABC of Polling in JS

ABC of Polling in JS

8
Comments
2 min read
Using the Browser History API

Using the Browser History API

14
Comments
3 min read
How to implement Caching for Hacker News App in React

How to implement Caching for Hacker News App in React

19
Comments
9 min read
How to get the index of the current item in a for...of looping statement in JavaScript?

How to get the index of the current item in a for...of looping statement in JavaScript?

2
Comments
2 min read
CSS background-blend-mode property using Html , Css , javascript

CSS background-blend-mode property using Html , Css , javascript

13
Comments
1 min read
Build your mobile app landing page with Olive

Build your mobile app landing page with Olive

8
Comments 2
1 min read
loading...