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 A Bot (DiscordJS) - A scalable setup with command modules

Build A Bot (DiscordJS) - A scalable setup with command modules

11
Comments
10 min read
Code comments are (mostly) a violation of DRY

Code comments are (mostly) a violation of DRY

19
Comments 13
8 min read
Hero section with tsParticles and Bulma

Hero section with tsParticles and Bulma

8
Comments
1 min read
5 (more) best languages to learn

5 (more) best languages to learn

7
Comments 3
3 min read
How Do You Take Notes?

How Do You Take Notes?

22
Comments 25
1 min read
Vs Code Day - Primeiro evento Oficial do Visual Studio Code!

Vs Code Day - Primeiro evento Oficial do Visual Studio Code!

21
Comments
4 min read
RTSP stream to Web Browser using FFMPEG

RTSP stream to Web Browser using FFMPEG

50
Comments 9
3 min read
MASVS & MSTG: A Quick Guide To Mobile App Security

MASVS & MSTG: A Quick Guide To Mobile App Security

13
Comments
10 min read
Prevent Touch Scroll Bouncing in FlexGrid

Prevent Touch Scroll Bouncing in FlexGrid

4
Comments
3 min read
Bye bye Callbacks, hello Promises in NodeJS

Bye bye Callbacks, hello Promises in NodeJS

23
Comments 4
3 min read
Export Mi Band 5 data from Mi Fit to Google Sheets

Export Mi Band 5 data from Mi Fit to Google Sheets

8
Comments 6
3 min read
Nullish Coalescing Operator ??

Nullish Coalescing Operator ??

5
Comments
1 min read
Prototypes & inheritance in JavaScript

Prototypes & inheritance in JavaScript

4
Comments
3 min read
How To Create A Simple Loading Screen Using React

How To Create A Simple Loading Screen Using React

122
Comments 7
2 min read
Palindrome checker using Html,Css,Js

Palindrome checker using Html,Css,Js

3
Comments
2 min read
3 Useful Websites Everyone Should Know! 2021 🔥

3 Useful Websites Everyone Should Know! 2021 🔥

18
Comments
1 min read
NEW JSX TRANSFORM

NEW JSX TRANSFORM

7
Comments
4 min read
How to store data client-side with IndexedDB

How to store data client-side with IndexedDB

58
Comments
9 min read
Mocking dependencies with Jest + TypeScript

Mocking dependencies with Jest + TypeScript

15
Comments 4
2 min read
Fixing Cumulative Layout Shift

Fixing Cumulative Layout Shift

140
Comments 7
2 min read
Bypassing Shopify Admin REST API limitations with a custom JS client

Bypassing Shopify Admin REST API limitations with a custom JS client

8
Comments 1
3 min read
JWT Authentication Concepts

JWT Authentication Concepts

4
Comments
3 min read
Writing Arrow Functions in Modern JavaScript

Writing Arrow Functions in Modern JavaScript

5
Comments
2 min read
Module 4 - CSS and JS fundamentals

Module 4 - CSS and JS fundamentals

4
Comments
1 min read
React design patterns (part 2)

React design patterns (part 2)

57
Comments 5
6 min read
Dot Notation and Bracket Notation - JavaScript

Dot Notation and Bracket Notation - JavaScript

2
Comments
1 min read
Useful development utilities you can use every project

Useful development utilities you can use every project

3
Comments
1 min read
Let’s Build a Video Chat App with JavaScript and WebRTC

Let’s Build a Video Chat App with JavaScript and WebRTC

50
Comments 10
7 min read
De advogada a desenvolvedora de software

De advogada a desenvolvedora de software

27
Comments 5
4 min read
Making a Typewriter effect for your Website using Typed.js library

Making a Typewriter effect for your Website using Typed.js library

16
Comments 3
3 min read
Mark Portfolio (React Hooks & GSAP) 😍

Mark Portfolio (React Hooks & GSAP) 😍

4
Comments 2
1 min read
What is JSX? Find out about the syntax used to write code in ReactJS

What is JSX? Find out about the syntax used to write code in ReactJS

7
Comments
5 min read
Enough JavaScript to get you Started : #17 rest,spread and destructuring

Enough JavaScript to get you Started : #17 rest,spread and destructuring

46
Comments 5
3 min read
Build a Real-time Chat App with Vue 3, Socket.io and Nodejs

Build a Real-time Chat App with Vue 3, Socket.io and Nodejs

10
Comments
1 min read
HERN Stack, Comin’ In Hot

HERN Stack, Comin’ In Hot

264
Comments 34
5 min read
How to do magic with Numbers

How to do magic with Numbers

37
Comments 2
3 min read
Save your favorite dev.to posts offline!

Save your favorite dev.to posts offline!

29
Comments
4 min read
How to build a search experience

How to build a search experience

16
Comments
5 min read
Build a CLI with Node.js

Build a CLI with Node.js

131
Comments 15
9 min read
learn vue js 3 basics by making todo-note application

learn vue js 3 basics by making todo-note application

9
Comments
7 min read
Higher-Order Functions In Javascript

Higher-Order Functions In Javascript

18
Comments 2
5 min read
JavaScript Design Patterns - Chapter 1

JavaScript Design Patterns - Chapter 1

168
Comments 2
6 min read
Discussion: NextJS or Create-React-App for a back-office application? [Week in Review]

Discussion: NextJS or Create-React-App for a back-office application? [Week in Review]

12
Comments
4 min read
JavaScript Flaws: 5 stupid NPM packages

JavaScript Flaws: 5 stupid NPM packages

25
Comments 4
3 min read
Project Partner for eCommerce Project in Flask?

Project Partner for eCommerce Project in Flask?

7
Comments 2
3 min read
One practical difference between Component syntax and Component() in React with useState()

One practical difference between Component syntax and Component() in React with useState()

4
Comments
6 min read
TS decorators (2/2): class decorators (incl. Dependency Injection example)

TS decorators (2/2): class decorators (incl. Dependency Injection example)

8
Comments 1
6 min read
Custom YouTube thumbnail and play button for embedded iframe video

Custom YouTube thumbnail and play button for embedded iframe video

11
Comments 5
1 min read
In Search of the Best Functional Programming Back-End: 2021 Update

In Search of the Best Functional Programming Back-End: 2021 Update

8
Comments 3
11 min read
What is Function Binding? 💫

What is Function Binding? 💫

17
Comments 2
1 min read
Finish that side project — Building my portfolio site series

Finish that side project — Building my portfolio site series

19
Comments
2 min read
Back to Basics: Functions, Hoisting, and Scope

Back to Basics: Functions, Hoisting, and Scope

49
Comments
7 min read
Scope in Javascript (ES6)

Scope in Javascript (ES6)

4
Comments
4 min read
Getting started with Gatsby

Getting started with Gatsby

30
Comments 2
2 min read
Clean monolith code repo structure for a small JAM web app

Clean monolith code repo structure for a small JAM web app

5
Comments
7 min read
How to get the connection type of a user's device using JavaScript?

How to get the connection type of a user's device using JavaScript?

5
Comments
1 min read
Tail-kit : 200+ free Tailwind components / templates

Tail-kit : 200+ free Tailwind components / templates

80
Comments 3
1 min read
How to Route using Subdomain in React.

How to Route using Subdomain in React.

45
Comments 1
2 min read
`onClick` listener to be a function, instead got a value of `object` type.

`onClick` listener to be a function, instead got a value of `object` type.

5
Comments 2
1 min read
10 Fun APIs to Use For Your Next Project

10 Fun APIs to Use For Your Next Project

2106
Comments 71
4 min read
loading...