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.
Arrays and Objects in Js!!! Explained [may be] Simplest way possible.

Arrays and Objects in Js!!! Explained [may be] Simplest way possible.

2
Comments
3 min read
System design: Debouncing vs Throttling

System design: Debouncing vs Throttling

6
Comments
2 min read
How to use native ES modules

How to use native ES modules

5
Comments
5 min read
Day 98/100 Objects in Code

Day 98/100 Objects in Code

3
Comments
2 min read
How to Migrate AngularJS to Angular?

How to Migrate AngularJS to Angular?

3
Comments
4 min read
Free Fire React JS Concepts

Free Fire React JS Concepts

3
Comments
2 min read
Go Template Playground

Go Template Playground

4
Comments
1 min read
How to Dynamically Create Open Graph Images with Cloudinary and Next.js

How to Dynamically Create Open Graph Images with Cloudinary and Next.js

34
Comments
8 min read
React Admin Dashboard with Recharts

React Admin Dashboard with Recharts

120
Comments 2
1 min read
Reusable form components using react + react hooks form + yup + typescript

Reusable form components using react + react hooks form + yup + typescript

24
Comments 1
3 min read
Hash Tables? How to avoid IF/Switch in JS

Hash Tables? How to avoid IF/Switch in JS

2
Comments
2 min read
Get started with Medusa Part 3: Exploring our Admin Dashboard

Get started with Medusa Part 3: Exploring our Admin Dashboard

31
Comments 1
12 min read
JavaScript Basics: Double Equals (==) and Triple Equals (===)

JavaScript Basics: Double Equals (==) and Triple Equals (===)

2
Comments
4 min read
Pure Functions Explained for Humans

Pure Functions Explained for Humans

18
Comments 2
9 min read
How I’ve Attracted The First 500 Paid Users For My SaaS That Costs $5/mo

How I’ve Attracted The First 500 Paid Users For My SaaS That Costs $5/mo

3
Comments
2 min read
Handling hard-coded values

Handling hard-coded values

6
Comments
3 min read
5 GitHub Repositories for learning developers...

5 GitHub Repositories for learning developers...

1311
Comments 22
2 min read
Progress on Terminus

Progress on Terminus

7
Comments
1 min read
🔥 How to make ecommerce website with HTML, CSS and JS only

🔥 How to make ecommerce website with HTML, CSS and JS only

35
Comments 1
7 min read
Elixir in the eyes of Node.js developer

Elixir in the eyes of Node.js developer

48
Comments 4
4 min read
Cardinality Counting in Redis

Cardinality Counting in Redis

2
Comments
4 min read
How do I make button that plays a random audio?

How do I make button that plays a random audio?

4
Comments 1
1 min read
Build A Markdown Editor In Reactjs

Build A Markdown Editor In Reactjs

69
Comments 4
3 min read
Wrapping React Query's useQuery (A Use Case for Wrapping External Libraries)

Wrapping React Query's useQuery (A Use Case for Wrapping External Libraries)

31
Comments 1
3 min read
Prototype Building

Prototype Building

2
Comments
1 min read
10 Important Array Methods In JavaScript Explained

10 Important Array Methods In JavaScript Explained

5
Comments
12 min read
What are Web Workers?

What are Web Workers?

9
Comments
4 min read
How to build a Neo4j Application with Node.js

How to build a Neo4j Application with Node.js

2
Comments
3 min read
JavaScript Array Related Methods

JavaScript Array Related Methods

11
Comments 2
2 min read
Adding Github Actions CI Workflow

Adding Github Actions CI Workflow

2
Comments
2 min read
Starting a Prisma + TypeScript Project

Starting a Prisma + TypeScript Project

23
Comments 2
7 min read
What is a Linked List?

What is a Linked List?

13
Comments
3 min read
Day 66 of 100 Days of Code & Scrum: Services and Portfolio Pages For My Business Website

Day 66 of 100 Days of Code & Scrum: Services and Portfolio Pages For My Business Website

15
Comments 3
2 min read
Como funcionam as Tries

Como funcionam as Tries

5
Comments 2
5 min read
Client-Side Authentication is Easy with AuthBee!!!

Client-Side Authentication is Easy with AuthBee!!!

2
Comments 2
2 min read
MongoDB

MongoDB

89
Comments
3 min read
Which programming language should you learn in 2022 to remain relevant and also increase your revenue.

Which programming language should you learn in 2022 to remain relevant and also increase your revenue.

47
Comments 27
3 min read
Como crear un blog en django 4 - 2022

Como crear un blog en django 4 - 2022

6
Comments
1 min read
Componentless: a architecture pattern for low-code age.

Componentless: a architecture pattern for low-code age.

7
Comments
10 min read
Get started with deno (from NodeJS or not...)

Get started with deno (from NodeJS or not...)

13
Comments
5 min read
Why all the Suspense? Understanding Async Consistency in JavaScript Frameworks

Why all the Suspense? Understanding Async Consistency in JavaScript Frameworks

220
Comments 10
6 min read
Introduction to Expressjs

Introduction to Expressjs

10
Comments 1
2 min read
ReacTV

ReacTV

77
Comments 4
9 min read
React & Formik & Tailwind Build elegant forms

React & Formik & Tailwind Build elegant forms

48
Comments 3
5 min read
How to observe your web page for scrolls with little calculations

How to observe your web page for scrolls with little calculations

5
Comments
11 min read
It's Prisma Time - Create Table

It's Prisma Time - Create Table

17
Comments
3 min read
Part 2/2 - Game in ReactJS - Cuzzle

Part 2/2 - Game in ReactJS - Cuzzle

1
Comments
12 min read
Top 8 Programming Languages For Game Developers

Top 8 Programming Languages For Game Developers

4
Comments
3 min read
Adobe Launch Tagging Standards

Adobe Launch Tagging Standards

5
Comments
5 min read
Functions

Functions

4
Comments
1 min read
Adobe Launch Coding Standards

Adobe Launch Coding Standards

4
Comments
4 min read
Responsive Navbar using HTML, CSS, and Javascript

Responsive Navbar using HTML, CSS, and Javascript

93
Comments 19
3 min read
Public Solving: Linked List and a train

Public Solving: Linked List and a train

8
Comments 2
4 min read
A sample e-commerce web app built with ReactJS, ExpressJS and MongoDB

A sample e-commerce web app built with ReactJS, ExpressJS and MongoDB

6
Comments
1 min read
VS Code : Organization

VS Code : Organization

386
Comments 13
3 min read
Psuedo-code is so important!

Psuedo-code is so important!

5
Comments 2
3 min read
Sign-In with Solana

Sign-In with Solana

20
Comments 7
2 min read
Different possible methods for generating a colour randomly in JS

Different possible methods for generating a colour randomly in JS

91
Comments 4
2 min read
GRIP | GitHub Reporting Tool For Organizations

GRIP | GitHub Reporting Tool For Organizations

5
Comments
1 min read
A Visual Guide to useEffect - Cleanups

A Visual Guide to useEffect - Cleanups

5
Comments
2 min read
loading...