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.
Next.js: Best Way to Organize Your Project Structure

Next.js: Best Way to Organize Your Project Structure

33
Comments
3 min read
Python vs. JavaScript

Python vs. JavaScript

8
Comments 1
4 min read
EXPRESS JS

EXPRESS JS

1
Comments
2 min read
Welcome to my Blog

Welcome to my Blog

Comments
1 min read
Building a Music Streaming App with Spotify API

Building a Music Streaming App with Spotify API

3
Comments 1
2 min read
Master DRY in Next.js with Layouts

Master DRY in Next.js with Layouts

Comments
4 min read
Controlling user auth flow with Lambda & Cognito (pt2)

Controlling user auth flow with Lambda & Cognito (pt2)

2
Comments
2 min read
Short Overview: Micro-Frontends 🧩

Short Overview: Micro-Frontends 🧩

114
Comments 16
2 min read
GitHub Sponsors: Jon Schlinkert JavaScript developer

GitHub Sponsors: Jon Schlinkert JavaScript developer

1
Comments
3 min read
Introduction to Machine Learning Algorithms in R

Introduction to Machine Learning Algorithms in R

1
Comments
2 min read
Shadcn-ui codebase analysis: Perfect Next.js dark mode in 2 lines of code with next-themes.

Shadcn-ui codebase analysis: Perfect Next.js dark mode in 2 lines of code with next-themes.

3
Comments
5 min read
The long path of JavaScript - from ES6 until today.

The long path of JavaScript - from ES6 until today.

71
Comments 24
9 min read
Starting with ReactJS with fun

Starting with ReactJS with fun

Comments 1
1 min read
Understanding the differences between JavaScript, Node.js, and Express.js

Understanding the differences between JavaScript, Node.js, and Express.js

5
Comments
2 min read
SQL Databases for free on Cloud

SQL Databases for free on Cloud

1
Comments
1 min read
JavaScript Promises: Still Struggling with it? Here's your solution!

JavaScript Promises: Still Struggling with it? Here's your solution!

1
Comments
4 min read
Preventing account sharing with Clerk

Preventing account sharing with Clerk

5
Comments 1
5 min read
Achieve Game-Like Scaling in Discord Activities and Web Apps Using CSS

Achieve Game-Like Scaling in Discord Activities and Web Apps Using CSS

6
Comments 1
4 min read
Episode 24/22: RxAngular, Analog

Episode 24/22: RxAngular, Analog

7
Comments 2
1 min read
React

React

Comments
1 min read
Understanding JavaScript Object Accessors

Understanding JavaScript Object Accessors

37
Comments 8
3 min read
User behavior in the website or webapp

User behavior in the website or webapp

5
Comments
2 min read
Returning HTML With fetch()

Returning HTML With fetch()

Comments
1 min read
Creating a Single Bundle Configuration for Create React App

Creating a Single Bundle Configuration for Create React App

2
Comments
3 min read
How to build any recursive component (using element path)

How to build any recursive component (using element path)

10
Comments
2 min read
Managing Go Processes

Managing Go Processes

Comments
10 min read
JavaScript 🚀Troubleshooting Guide: What Went Wrong❌?

JavaScript 🚀Troubleshooting Guide: What Went Wrong❌?

8
Comments
3 min read
Glam Up My Markup: Beaches

Glam Up My Markup: Beaches

17
Comments 4
3 min read
What is JSX?

What is JSX?

1
Comments 1
2 min read
How to animate objects on scroll with Tailwind CSS and the JavaScript intersection observer API

How to animate objects on scroll with Tailwind CSS and the JavaScript intersection observer API

1
Comments 2
1 min read
React Native - 15 Core Components

React Native - 15 Core Components

13
Comments
7 min read
Support My YouTube Channel - devDive with Dipak!

Support My YouTube Channel - devDive with Dipak!

Comments
1 min read
Blockchain Beyond Bitcoin: Innovative Uses in Various Industries

Blockchain Beyond Bitcoin: Innovative Uses in Various Industries

1
Comments
1 min read
Jumpstart Your JavaScript Journey: First Steps to Mastery🚶‍♂️

Jumpstart Your JavaScript Journey: First Steps to Mastery🚶‍♂️

6
Comments
2 min read
Looking for a Tech Cofounder

Looking for a Tech Cofounder

Comments
1 min read
From Connected to Disconnected: Handling Network Changes in Your Web App

From Connected to Disconnected: Handling Network Changes in Your Web App

Comments
1 min read
Create a Blazing Fast React App with Vite

Create a Blazing Fast React App with Vite

1
Comments
3 min read
Lazy Programmer's Guide to Automating Price Calculations

Lazy Programmer's Guide to Automating Price Calculations

1
Comments
12 min read
String Manipulation Techniques

String Manipulation Techniques

5
Comments
7 min read
One-Line Code Analytics with AI Data Analyst | PT. 2

One-Line Code Analytics with AI Data Analyst | PT. 2

5
Comments 1
3 min read
Enclave Games Monthly Report: May 2024

Enclave Games Monthly Report: May 2024

Comments
3 min read
Create a simple Server using Express.js.

Create a simple Server using Express.js.

2
Comments
4 min read
Why Content matters for Ecommerce?

Why Content matters for Ecommerce?

1
Comments
6 min read
Best Practices for Writing Clean and Maintainable Html, Css, and JavaScript Code

Best Practices for Writing Clean and Maintainable Html, Css, and JavaScript Code

8
Comments 1
12 min read
One-Line Code Analytics with AI Data Analyst | PT. 2

One-Line Code Analytics with AI Data Analyst | PT. 2

1
Comments
3 min read
[DAY 42-47] I Built A Cash Register App

[DAY 42-47] I Built A Cash Register App

1
Comments
3 min read
Function and loop in JS

Function and loop in JS

6
Comments
2 min read
Understanding React Authentication with useAuth and useEffect Hooks

Understanding React Authentication with useAuth and useEffect Hooks

2
Comments
2 min read
How to animate objects on scroll with Tailwind CSS and the JavaScript intersection observer API

How to animate objects on scroll with Tailwind CSS and the JavaScript intersection observer API

2
Comments
3 min read
Metadata and Dynamic Metadata in Next.js

Metadata and Dynamic Metadata in Next.js

14
Comments 2
4 min read
How to Achieve 2x Partition Write Performance for Kafka

How to Achieve 2x Partition Write Performance for Kafka

1
Comments
8 min read
How to implement high-performance WAL based on raw devices?

How to implement high-performance WAL based on raw devices?

Comments
12 min read
The stable release of React Native 0.74.1 is now available.

The stable release of React Native 0.74.1 is now available.

Comments
1 min read
Boost User Experience with HTML autocomplete Attribute for Form Inputs

Boost User Experience with HTML autocomplete Attribute for Form Inputs

6
Comments
6 min read
react-dropzone with web worker

react-dropzone with web worker

1
Comments 1
2 min read
Javascript wait inside loop for complete asynchronous task in synchronous way.

Javascript wait inside loop for complete asynchronous task in synchronous way.

Comments
1 min read
Loading

Loading

1
Comments 1
1 min read
7 Differences Between Arrow Functions and Traditional Functions

7 Differences Between Arrow Functions and Traditional Functions

1
Comments
3 min read
Building Custom Hooks in React: Best Practices and Use Cases

Building Custom Hooks in React: Best Practices and Use Cases

5
Comments
4 min read
Stay ahead in web development: latest news, tools, and insights #35

Stay ahead in web development: latest news, tools, and insights #35

1
Comments
12 min read
loading...