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.
How to count lines in Javascript

How to count lines in Javascript

10
Comments
2 min read
Welcome to the Cloud

Welcome to the Cloud

Comments
1 min read
Lessons from open-source: Can you use "require" and "import" in the same file in NodeJs

Lessons from open-source: Can you use "require" and "import" in the same file in NodeJs

Comments
3 min read
Zustand EntityAdapter - A bookshelf example

Zustand EntityAdapter - A bookshelf example

1
Comments 2
7 min read
How to build a rich text editor for your React app with CKEditor 5

How to build a rich text editor for your React app with CKEditor 5

1
Comments
5 min read
So you think you need _Lodash?

So you think you need _Lodash?

Comments
5 min read
Enhancing Error Handling: 🚀Leveraging Logging and Effective Error Management in Your Codebase

Enhancing Error Handling: 🚀Leveraging Logging and Effective Error Management in Your Codebase

1
Comments
2 min read
We love building Cross Platform App!

We love building Cross Platform App!

18
Comments 1
3 min read
LeetCode Meditations: Longest Substring without Repeating Characters

LeetCode Meditations: Longest Substring without Repeating Characters

Comments
2 min read
Build a simple VPN via socks 5 from scratch

Build a simple VPN via socks 5 from scratch

2
Comments
8 min read
What is Docker ?: Understanding the Concept of Containerization.

What is Docker ?: Understanding the Concept of Containerization.

1
Comments
4 min read
Zustand EntityAdapter - An EntityAdapter example for Zustand

Zustand EntityAdapter - An EntityAdapter example for Zustand

2
Comments
9 min read
Array.sort() vs Array.toSorted() performance: which one is faster?

Array.sort() vs Array.toSorted() performance: which one is faster?

Comments
2 min read
Navigating the Future: A Deep Dive into WordPress Plugin Trends for 2024

Navigating the Future: A Deep Dive into WordPress Plugin Trends for 2024

1
Comments
3 min read
Send data to a node.js server with FormData, a comprehensive guide.

Send data to a node.js server with FormData, a comprehensive guide.

7
Comments 3
9 min read
Master JavaScript Debugging: Strategies and Best Practices

Master JavaScript Debugging: Strategies and Best Practices

Comments
29 min read
Backend Authentication

Backend Authentication

Comments
2 min read
What is JSON

What is JSON

12
Comments 3
4 min read
Building a chat app: Chatrooms with Nodejs websockets and Vue (PART 2)

Building a chat app: Chatrooms with Nodejs websockets and Vue (PART 2)

4
Comments
6 min read
I'm Building a Full-Stack App: Here Are the Libraries I'm Going to Use...

I'm Building a Full-Stack App: Here Are the Libraries I'm Going to Use...

615
Comments 47
17 min read
Animated traveling map with Leaflet

Animated traveling map with Leaflet

10
Comments 3
4 min read
10 example of filter using in js

10 example of filter using in js

Comments
5 min read
Prime Number

Prime Number

Comments
3 min read
Trees

Trees

Comments 1
3 min read
JavaScript Functions — Understanding The Basics

JavaScript Functions — Understanding The Basics

2
Comments 1
4 min read
Conquering Common Coding Challenges: Your Programmer's Toolkit

Conquering Common Coding Challenges: Your Programmer's Toolkit

Comments
2 min read
Dark Mode

Dark Mode

Comments
1 min read
Prototypal inheritance; what really happens under the hood.

Prototypal inheritance; what really happens under the hood.

Comments
6 min read
How I made Infinite Craft a multiplayer game with a few lines of code

How I made Infinite Craft a multiplayer game with a few lines of code

78
Comments 8
9 min read
Embrace the AI Revolution: Explore Text Transformation with Transformers.js in JavaScript

Embrace the AI Revolution: Explore Text Transformation with Transformers.js in JavaScript

8
Comments 3
5 min read
Mastering Server-Side Rendering: A React-Express Integration Guide

Mastering Server-Side Rendering: A React-Express Integration Guide

Comments 1
2 min read
Como Implementar um Botão "Voltar ao Topo" em Seu Site com JavaScript

Como Implementar um Botão "Voltar ao Topo" em Seu Site com JavaScript

2
Comments
2 min read
Static Code Analysis Tools for Next.js

Static Code Analysis Tools for Next.js

3
Comments
3 min read
Implement the Singleton pattern

Implement the Singleton pattern

7
Comments
5 min read
The Joy of Singleton

The Joy of Singleton

Comments
2 min read
5 Resources Each TypeScript Developer Should Know About

5 Resources Each TypeScript Developer Should Know About

1
Comments
5 min read
How to convert existing nodejs/expressjs app from javascript to typescript, the painless way

How to convert existing nodejs/expressjs app from javascript to typescript, the painless way

5
Comments
3 min read
Handling Transactions via Sessions in Mongoose

Handling Transactions via Sessions in Mongoose

2
Comments 1
2 min read
Deja-Vu your AI✦ Bookmarking Tool

Deja-Vu your AI✦ Bookmarking Tool

5
Comments 2
3 min read
Book Club: Eloquent JavaScript. 5 Functions

Book Club: Eloquent JavaScript. 5 Functions

3
Comments
1 min read
The future of the web: navigating HTMX, vanilla JS, and React

The future of the web: navigating HTMX, vanilla JS, and React

34
Comments 14
2 min read
Leveraging Custom Hooks in React and Next.js: A Comprehensive Guide

Leveraging Custom Hooks in React and Next.js: A Comprehensive Guide

4
Comments
2 min read
Format and Parse Amazon S3 URL

Format and Parse Amazon S3 URL

11
Comments 1
5 min read
India’s first AI humanoid robot teacher starts teaching

India’s first AI humanoid robot teacher starts teaching

Comments
4 min read
Kafka vs Redis vs Jenkins vs mongodb

Kafka vs Redis vs Jenkins vs mongodb

Comments
2 min read
Upscale Your React App Into Next Level

Upscale Your React App Into Next Level

Comments
2 min read
Analyzing Your Blog Stats with Next.js

Analyzing Your Blog Stats with Next.js

1
Comments
2 min read
Using `!!` to Convert to Boolean

Using `!!` to Convert to Boolean

2
Comments
1 min read
Phase 1 - Javascript

Phase 1 - Javascript

Comments
3 min read
🔥 Top 10 Best Websites to Learn Coding for Free! 💻

🔥 Top 10 Best Websites to Learn Coding for Free! 💻

8
Comments 5
1 min read
Unlocking the Power of WebAssembly

Unlocking the Power of WebAssembly

Comments
4 min read
Mastering 3D Experiences with JavaScript and Wix: A Step-by-Step Guide

Mastering 3D Experiences with JavaScript and Wix: A Step-by-Step Guide

Comments
2 min read
Service Worker API

Service Worker API

18
Comments 1
1 min read
Como eu melhorei meus testes utilizando React Context

Como eu melhorei meus testes utilizando React Context

Comments
2 min read
Typescript Type Aliases

Typescript Type Aliases

Comments
2 min read
Typescript Arrays

Typescript Arrays

Comments
2 min read
Javascript classes explanation in a simple way

Javascript classes explanation in a simple way

Comments
1 min read
Sand Slabs

Sand Slabs

Comments
17 min read
Getting Started with Angular: Building Your First Todo List App

Getting Started with Angular: Building Your First Todo List App

46
Comments 1
5 min read
Mastering React Context: Simplifying State Management and Prop Drilling

Mastering React Context: Simplifying State Management and Prop Drilling

1
Comments
5 min read
loading...