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.
Supercharge team productivity with Husky, ESLint, and Prettier

Supercharge team productivity with Husky, ESLint, and Prettier

15
Comments
6 min read
A Compelling Case for the Comma Operator

A Compelling Case for the Comma Operator

82
Comments 24
4 min read
Top 6 FREE💸Tools for Web Developers

Top 6 FREE💸Tools for Web Developers

74
Comments 15
3 min read
Day 4: Components and Props - ReactJS

Day 4: Components and Props - ReactJS

Comments
3 min read
Mastering Coding Best Practices: Optimize Your Workflow and Boost Productivity

Mastering Coding Best Practices: Optimize Your Workflow and Boost Productivity

38
Comments 8
8 min read
Facebook Pixel with React by Mohd Amir

Facebook Pixel with React by Mohd Amir

5
Comments
3 min read
What Does API Stand For? A Deep Dive into Application Programming Interfaces

What Does API Stand For? A Deep Dive into Application Programming Interfaces

1
Comments
4 min read
Creating Custom UI Components with Stencil

Creating Custom UI Components with Stencil

Comments
2 min read
Forget Everything You Know About String Searching - Tries Will Blow Your Mind!

Forget Everything You Know About String Searching - Tries Will Blow Your Mind!

6
Comments
3 min read
Fun Animation using GSAP

Fun Animation using GSAP

10
Comments
3 min read
js / ts - comando !!

js / ts - comando !!

1
Comments
2 min read
Tensorflow.js basics: LSTM prediction per timestep

Tensorflow.js basics: LSTM prediction per timestep

Comments
14 min read
⚔️ Rust vs Node.js: The Battle for Web Development Supremacy in 2024 🚀

⚔️ Rust vs Node.js: The Battle for Web Development Supremacy in 2024 🚀

3
Comments
5 min read
What Are JavaScript Sets and Maps?

What Are JavaScript Sets and Maps?

1
Comments
1 min read
Minimal Portfolio Created Using HTML, Tailwind CSS & Deployed on Vercel

Minimal Portfolio Created Using HTML, Tailwind CSS & Deployed on Vercel

71
Comments 12
4 min read
Why JavaScript Says "[object Object]" and Not Just "[object]" 🤔

Why JavaScript Says "[object Object]" and Not Just "[object]" 🤔

2
Comments
2 min read
Mastering `this` in JavaScript 🚀: Understanding Context & Arrow Functions 🎯

Mastering `this` in JavaScript 🚀: Understanding Context & Arrow Functions 🎯

3
Comments
3 min read
Understanding Node.js Streams: What, Why, and How to Use Them

Understanding Node.js Streams: What, Why, and How to Use Them

2
Comments
5 min read
What is JSON?

What is JSON?

2
Comments
4 min read
Not All Is About AI – Here Are 10 Problems I Solved Using Code for Real Businesses (None Involving AI!)

Not All Is About AI – Here Are 10 Problems I Solved Using Code for Real Businesses (None Involving AI!)

Comments
3 min read
Frontend Resources V2! 🚀

Frontend Resources V2! 🚀

419
Comments 42
5 min read
40+ Frontend UI Components

40+ Frontend UI Components

6
Comments
2 min read
Understanding Middleware in Express.js with Node.js - Part 9

Understanding Middleware in Express.js with Node.js - Part 9

1
Comments
3 min read
Unleashing Parallel Processing with Node.js Worker Threads

Unleashing Parallel Processing with Node.js Worker Threads

Comments
2 min read
how to make dynamic Progress bar in React.js

how to make dynamic Progress bar in React.js

6
Comments 2
3 min read
🚀 Supercharge Your Next.js App: Top Databases to Consider

🚀 Supercharge Your Next.js App: Top Databases to Consider

Comments
2 min read
React Native WiFi Connect

React Native WiFi Connect

5
Comments
3 min read
Interview Question and Answer for Functional Programming

Interview Question and Answer for Functional Programming

24
Comments
6 min read
Create an Animated Pie Chart in Less Than 20 Lines of Code!

Create an Animated Pie Chart in Less Than 20 Lines of Code!

1
Comments
2 min read
11 in 11: Concepts Learnt or Relearnt from Zero Day

11 in 11: Concepts Learnt or Relearnt from Zero Day

4
Comments 1
11 min read
Node.js Request-Response Cycle Demystified with Examples - Part 8 Tutorial Series

Node.js Request-Response Cycle Demystified with Examples - Part 8 Tutorial Series

3
Comments
2 min read
Understanding Events in Node.js with Simple Code Examples - Tutorial - Part 6

Understanding Events in Node.js with Simple Code Examples - Tutorial - Part 6

2
Comments
3 min read
OctoPalm.js || JavaScript library to add real-time, customizable search to your web applications.

OctoPalm.js || JavaScript library to add real-time, customizable search to your web applications.

2
Comments 4
3 min read
Async Patterns in Node.js - Tutorial - Part 5

Async Patterns in Node.js - Tutorial - Part 5

1
Comments
2 min read
How to Flatten an Array in JavaScript

How to Flatten an Array in JavaScript

Comments 2
1 min read
How to add a Who-Is-Online feature on your application with JavaScript

How to add a Who-Is-Online feature on your application with JavaScript

5
Comments
5 min read
State management in React: Context API vs. Zustand vs. Redux

State management in React: Context API vs. Zustand vs. Redux

1
Comments
4 min read
Source Code Analysis of Apache SeaTunnel Zeta Engine (Part 3): Server-Side Task Submission

Source Code Analysis of Apache SeaTunnel Zeta Engine (Part 3): Server-Side Task Submission

1
Comments
26 min read
Mastering Website Performance: Fixing Largest Contentful Paint (LCP) & Boosting Speed

Mastering Website Performance: Fixing Largest Contentful Paint (LCP) & Boosting Speed

Comments
6 min read
How to uninstall Forticlient.app in macbook

How to uninstall Forticlient.app in macbook

Comments
1 min read
JavaScript Event Loop

JavaScript Event Loop

1
Comments
1 min read
Python's Multiprocessing Module

Python's Multiprocessing Module

Comments
2 min read
JUnit vs Mockito: Understanding the Differences and How to Use Them Together

JUnit vs Mockito: Understanding the Differences and How to Use Them Together

1
Comments
4 min read
Latest Newsletter: Hyperperversion and All Dimension Controls (Issue #177)

Latest Newsletter: Hyperperversion and All Dimension Controls (Issue #177)

Comments
1 min read
🚀 Built-in WebSockets in Node.js 2024: A Comprehensive Guide 🛠️

🚀 Built-in WebSockets in Node.js 2024: A Comprehensive Guide 🛠️

2
Comments
5 min read
Build or Not Build?

Build or Not Build?

7
Comments
1 min read
Hidden cost of frontend frameworks

Hidden cost of frontend frameworks

186
Comments 62
6 min read
How to implement push notifications in React Native (Android)

How to implement push notifications in React Native (Android)

8
Comments 2
5 min read
Day 1:Mastering Variables in JavaScript: Understanding `const`, `let`, and `var` with Real-World Examples.

Day 1:Mastering Variables in JavaScript: Understanding `const`, `let`, and `var` with Real-World Examples.

Comments
3 min read
A Comprehensive Guide to Bitbucket: Features, Integrations, and Best Practices

A Comprehensive Guide to Bitbucket: Features, Integrations, and Best Practices

1
Comments
5 min read
Understanding the `switch` Statement in JavaScript

Understanding the `switch` Statement in JavaScript

1
Comments 2
2 min read
Types of Promises in JavaScript

Types of Promises in JavaScript

15
Comments 3
4 min read
The Ultimate Guide to Setting Up a Windows 11 Web Development Environment 🚀 ~ Sep, 24

The Ultimate Guide to Setting Up a Windows 11 Web Development Environment 🚀 ~ Sep, 24

2
Comments
10 min read
How to Start Freelancing?

How to Start Freelancing?

8
Comments 1
2 min read
A Brief Intro to Arrow Functions in JavaScript

A Brief Intro to Arrow Functions in JavaScript

2
Comments
2 min read
How to Deploy a JavaScript Library to npm in 5 Minutes

How to Deploy a JavaScript Library to npm in 5 Minutes

2
Comments
3 min read
Ultimate guide for problem solving in coding interviews

Ultimate guide for problem solving in coding interviews

4
Comments
9 min read
Cluster Your Node.js Application for Better Performance

Cluster Your Node.js Application for Better Performance

16
Comments
3 min read
Securing IoT Data Integrity with Go IoT Platform

Securing IoT Data Integrity with Go IoT Platform

Comments
4 min read
I was tired of manual research and web design, so I built an AI bot for it 🤖✨

I was tired of manual research and web design, so I built an AI bot for it 🤖✨

196
Comments 1
8 min read
loading...