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.
Wrap a JS function transparently

Wrap a JS function transparently

35
Comments 9
3 min read
What Are Source Maps and How to Properly Use Them

What Are Source Maps and How to Properly Use Them

5
Comments
4 min read
Tidying Up the Final Product

Tidying Up the Final Product

4
Comments
8 min read
Advanced Typescript Series: Generics

Advanced Typescript Series: Generics

6
Comments
3 min read
Learn Web Dev FREE !

Learn Web Dev FREE !

31
Comments 5
2 min read
Build an automated ecommerce app with WhatsApp Cloud API and Node.js

Build an automated ecommerce app with WhatsApp Cloud API and Node.js

15
Comments 3
23 min read
How we build AFFiNE with Typescript/React/Rust

How we build AFFiNE with Typescript/React/Rust

8
Comments 1
4 min read
5 Tips on How To Create The Perfect Freelancer Profile

5 Tips on How To Create The Perfect Freelancer Profile

117
Comments 11
2 min read
React detect div reach top and bottom

React detect div reach top and bottom

6
Comments
1 min read
Secure Open Source Code in minutes for free with CodeSec

Secure Open Source Code in minutes for free with CodeSec

10
Comments 4
1 min read
Detecting dark mode on every request 🌓

Detecting dark mode on every request 🌓

28
Comments 17
3 min read
Why is it time to move on to ReactJS ?

Why is it time to move on to ReactJS ?

20
Comments 7
2 min read
Using a task queue vs. just not waiting for Promise to resolve

Using a task queue vs. just not waiting for Promise to resolve

Comments 2
8 min read
Build a tab component using Alpine.js

Build a tab component using Alpine.js

9
Comments 1
2 min read
Javascript Tagalog - Temporal Dead Zone (TDZ)

Javascript Tagalog - Temporal Dead Zone (TDZ)

8
Comments
1 min read
Amazon EventBridge Intro | Serverless

Amazon EventBridge Intro | Serverless

17
Comments
5 min read
React JSX – JSX in React

React JSX – JSX in React

6
Comments 2
1 min read
Grouping rows in Vuetify

Grouping rows in Vuetify

9
Comments
3 min read
How to secure sensitive endpoints using JWT in Node.js

How to secure sensitive endpoints using JWT in Node.js

41
Comments 1
9 min read
6 You Should Understand the ref and reactive Questions in Vue3✨🛀

6 You Should Understand the ref and reactive Questions in Vue3✨🛀

14
Comments
4 min read
How to use Lottie animations & React JS? 🖌️

How to use Lottie animations & React JS? 🖌️

654
Comments 29
7 min read
Understanding How to Access Google APIs

Understanding How to Access Google APIs

4
Comments
4 min read
Improving LCP in webpage with this extension

Improving LCP in webpage with this extension

6
Comments 1
1 min read
How I Build Forms Quickly in React

How I Build Forms Quickly in React

8
Comments
4 min read
53. Maximum Subarray 🚀

53. Maximum Subarray 🚀

5
Comments 1
3 min read
How to run Cypress tests in parallel with code example

How to run Cypress tests in parallel with code example

4
Comments
1 min read
Node v17.0.1 bug

Node v17.0.1 bug

8
Comments 2
1 min read
Add Bootstrap 5 and Font Awesome 6 to Rails 7

Add Bootstrap 5 and Font Awesome 6 to Rails 7

8
Comments
4 min read
How to increment numbers Independently in an ordering system.

How to increment numbers Independently in an ordering system.

25
Comments 2
5 min read
This Week In React #114: Docusaurus 2.0, Meta's static site generator to build beautiful docs sites

This Week In React #114: Docusaurus 2.0, Meta's static site generator to build beautiful docs sites

7
Comments
5 min read
JavaScript can speak! Using the Speech Synthesis API

JavaScript can speak! Using the Speech Synthesis API

5
Comments
2 min read
The KonMari method of JS: variables.

The KonMari method of JS: variables.

5
Comments
4 min read
Redux toolkit, easier than Redux!

Redux toolkit, easier than Redux!

12
Comments
11 min read
Objects in JavaScript For beginners

Objects in JavaScript For beginners

18
Comments
4 min read
Regular Expressions(RegEx) Basics

Regular Expressions(RegEx) Basics

9
Comments
4 min read
Let's build and deploy a full stack MERN web application

Let's build and deploy a full stack MERN web application

123
Comments 14
9 min read
Cách sử dụng useMemo()

Cách sử dụng useMemo()

5
Comments 1
2 min read
Maps in JavaScript

Maps in JavaScript

10
Comments
2 min read
Simplify Redis for noobs like myself

Simplify Redis for noobs like myself

7
Comments
6 min read
20+ years into my career, I still love PHP and Javascript

20+ years into my career, I still love PHP and Javascript

47
Comments 5
2 min read
How to create an animation to open a menu with Tailwind in 5 steps

How to create an animation to open a menu with Tailwind in 5 steps

29
Comments 2
5 min read
Svelte Charts: Quick Charts in SvelteKit with Chart.js

Svelte Charts: Quick Charts in SvelteKit with Chart.js

10
Comments
9 min read
Web3 js in practical (Part-I)

Web3 js in practical (Part-I)

5
Comments
2 min read
How to make an npm package with an automated workflow

How to make an npm package with an automated workflow

22
Comments
6 min read
console.log alternatives you didn't know 😮

console.log alternatives you didn't know 😮

7
Comments
2 min read
Build my JAMstack Blog with Nextjs (on Vercel) + Ghost (on Render)

Build my JAMstack Blog with Nextjs (on Vercel) + Ghost (on Render)

6
Comments
3 min read
A Comprehensive Guide to Regular Expressions

A Comprehensive Guide to Regular Expressions

4
Comments
9 min read
Moving MyUnisoft Node.js back to TypeORM

Moving MyUnisoft Node.js back to TypeORM

18
Comments 3
8 min read
React exercise using html canvas: page background with triangles

React exercise using html canvas: page background with triangles

4
Comments
4 min read
FirstBlog

FirstBlog

4
Comments 1
8 min read
Super Mario

Super Mario

7
Comments 1
1 min read
React Functional vs Class Components - Beginners Guide.

React Functional vs Class Components - Beginners Guide.

16
Comments 2
2 min read
How to hide the source code of an HTML web page?

How to hide the source code of an HTML web page?

4
Comments
2 min read
Unbelievable! CSS MASK implements video figure mask

Unbelievable! CSS MASK implements video figure mask

35
Comments 3
5 min read
[PART-II] GSoC 2022 | Rocket.Chat | EmbeddedChat

[PART-II] GSoC 2022 | Rocket.Chat | EmbeddedChat

9
Comments
3 min read
React Firebase Authentication tutorial

React Firebase Authentication tutorial

7
Comments
5 min read
The Simplest Case for Unit Tests: Pure Functions

The Simplest Case for Unit Tests: Pure Functions

5
Comments
5 min read
We Released a New Next.js Ecommerce Storefront with Ready Integrations to PayPal, MeiliSearch, Stripe, and more!

We Released a New Next.js Ecommerce Storefront with Ready Integrations to PayPal, MeiliSearch, Stripe, and more!

37
Comments 1
4 min read
React Native's New Renderer: Fabric

React Native's New Renderer: Fabric

15
Comments
5 min read
CRUD with Nucleoid (Low-code Backend)

CRUD with Nucleoid (Low-code Backend)

23
Comments 1
2 min read
loading...