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.
Programming with best YouTube Channels

Programming with best YouTube Channels

558
Comments 34
2 min read
Multi Filter Column in Vuetify Data Table

Multi Filter Column in Vuetify Data Table

9
Comments 27
3 min read
Introducing Berry React - Material Design Admin Template

Introducing Berry React - Material Design Admin Template

31
Comments 11
3 min read
Daily Dose of JavaScript: way to download files/blob objects, a bit dirty

Daily Dose of JavaScript: way to download files/blob objects, a bit dirty

6
Comments
1 min read
Introducing Truffle Solidity Data Seeder

Introducing Truffle Solidity Data Seeder

4
Comments
1 min read
Where did these mysterious PrismJS npm versions come from?

Where did these mysterious PrismJS npm versions come from?

4
Comments
5 min read
Compare Scopes of the var and let Keywords

Compare Scopes of the var and let Keywords

6
Comments 1
1 min read
Adding a Custom Popup to a Map Layer Using React

Adding a Custom Popup to a Map Layer Using React

13
Comments
12 min read
React useState Hook in Action: What You Need to Know

React useState Hook in Action: What You Need to Know

32
Comments
7 min read
Solution: Furthest Building You Can Reach

Solution: Furthest Building You Can Reach

20
Comments 2
5 min read
Beginners guide to async-await in Javascript

Beginners guide to async-await in Javascript

10
Comments
2 min read
3 use cases for ES6 generators

3 use cases for ES6 generators

80
Comments 4
3 min read
Google Sheets + JS class = DX prototyping dream

Google Sheets + JS class = DX prototyping dream

8
Comments 1
3 min read
Earn money using the Web Monetization API

Earn money using the Web Monetization API

12
Comments
2 min read
Creating mountains landscape in OpenGL ES

Creating mountains landscape in OpenGL ES

5
Comments
8 min read
Migrating From Vue-CLI & Webpack to Vitejs

Migrating From Vue-CLI & Webpack to Vitejs

12
Comments 1
5 min read
What is localStorage?

What is localStorage?

147
Comments 19
2 min read
What JS Concept should I explain?

What JS Concept should I explain?

5
Comments 4
1 min read
Scopes in Javascript

Scopes in Javascript

8
Comments 2
3 min read
The Powers of AJAX

The Powers of AJAX

9
Comments
2 min read
Any ideas on unblocking discord?

Any ideas on unblocking discord?

4
Comments 5
1 min read
A Brief Introduction to React

A Brief Introduction to React

8
Comments
2 min read
An Introduction to GraphQL

An Introduction to GraphQL

7
Comments
2 min read
My thoughts on: Mithril

My thoughts on: Mithril

15
Comments 9
5 min read
How to Make your If Statements more readable by using this ES2020 Feature

How to Make your If Statements more readable by using this ES2020 Feature

7
Comments 2
1 min read
Automate components creation in React project

Automate components creation in React project

7
Comments
4 min read
Learn to create your own mini testing library in 5 minutes

Learn to create your own mini testing library in 5 minutes

3
Comments
2 min read
Must-Know Ref vs Reactive Differences In Vue 3 Composition API

Must-Know Ref vs Reactive Differences In Vue 3 Composition API

4
Comments 1
3 min read
Creating a Node back-end using the MVC software design pattern

Creating a Node back-end using the MVC software design pattern

124
Comments 2
5 min read
Weekly Growth Goals | Podcast

Weekly Growth Goals | Podcast

7
Comments
2 min read
Page scroll progress bars

Page scroll progress bars

110
Comments 20
3 min read
Plucking properties from object arrays in JavaScript

Plucking properties from object arrays in JavaScript

5
Comments 4
1 min read
Why NodeJS for Microservices?

Why NodeJS for Microservices?

7
Comments 1
2 min read
Project 61 of 100 - React useRef Hook

Project 61 of 100 - React useRef Hook

9
Comments 2
3 min read
Create wrapper components for Vuetify components

Create wrapper components for Vuetify components

14
Comments 5
3 min read
7 Simple Menu Icon Animation For Beginners

7 Simple Menu Icon Animation For Beginners

98
Comments 4
1 min read
Node.JS - Foal framework - Version 2.3 release notes

Node.JS - Foal framework - Version 2.3 release notes

8
Comments 2
2 min read
Tackling a common CSS Design problem: Footer placement at page or content bottom, whichever is lower

Tackling a common CSS Design problem: Footer placement at page or content bottom, whichever is lower

3
Comments
2 min read
Converting Lodash to fp-ts

Converting Lodash to fp-ts

16
Comments 3
3 min read
How to convert an HTML string into real HTML or DOM using JavaScript?

How to convert an HTML string into real HTML or DOM using JavaScript?

30
Comments 2
2 min read
Supercharge Your Website Using PWA: Deferred Installation

Supercharge Your Website Using PWA: Deferred Installation

55
Comments
2 min read
Set Up Tailwind In React - The fastest way! 🚀

Set Up Tailwind In React - The fastest way! 🚀

165
Comments 13
4 min read
The React Context hell

The React Context hell

54
Comments 19
2 min read
How to remember JavaScript

How to remember JavaScript

7
Comments
3 min read
Why “dark mode” is more energy-efficient: How to calculate image energy-cost

Why “dark mode” is more energy-efficient: How to calculate image energy-cost

181
Comments 41
2 min read
Using Framer Motion & React to build TikTok's record button

Using Framer Motion & React to build TikTok's record button

3
Comments
1 min read
50 Questions to Master the JavaScript Coding Interview

50 Questions to Master the JavaScript Coding Interview

3
Comments
1 min read
JavaScript Clean Codes

JavaScript Clean Codes

9
Comments
2 min read
A Custom React Hook that handles duplicate API call

A Custom React Hook that handles duplicate API call

23
Comments 2
1 min read
A React Hook to Animate the Page (Document) Title and Favicon

A React Hook to Animate the Page (Document) Title and Favicon

5
Comments
4 min read
Implement your own custom hook in React with typescript

Implement your own custom hook in React with typescript

29
Comments 7
2 min read
Create Native Apps with React Native and Android Studio

Create Native Apps with React Native and Android Studio

16
Comments
5 min read
Binding CSS and JavaScript with HTML data-attributes

Binding CSS and JavaScript with HTML data-attributes

24
Comments 3
5 min read
40 Amazing Chrome Extensions for Web Developers and Designers

40 Amazing Chrome Extensions for Web Developers and Designers

358
Comments 12
12 min read
5 JavaSript GitHub Repositories for Interview Prep!📝

5 JavaSript GitHub Repositories for Interview Prep!📝

406
Comments 15
2 min read
Clean up your HTML with ES6 Modules

Clean up your HTML with ES6 Modules

22
Comments 3
5 min read
Autogenerate GraphQL API documentation with SpectaQL

Autogenerate GraphQL API documentation with SpectaQL

6
Comments
7 min read
Handle async code in node.js using PROMISES

Handle async code in node.js using PROMISES

7
Comments
2 min read
Using LocalStorage to improve your webpage

Using LocalStorage to improve your webpage

11
Comments 4
1 min read
LeetCode 208. Implement Trie (Prefix Tree) (javascript solution)

LeetCode 208. Implement Trie (Prefix Tree) (javascript solution)

7
Comments 1
1 min read
loading...