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.
Create a Simple Password Manager with HTML, CSS, and JavaScript

Create a Simple Password Manager with HTML, CSS, and JavaScript

1
Comments
1 min read
JavaScript Event Delegation সম্পর্কে বিস্তারিত আলোচনা

JavaScript Event Delegation সম্পর্কে বিস্তারিত আলোচনা

Comments
1 min read
Object.assign() usage in Zustand's source code.

Object.assign() usage in Zustand's source code.

Comments
3 min read
The Importance of Having Alternate Options in Life

The Importance of Having Alternate Options in Life

Comments
5 min read
Integrating CASL with React for Robust Authorization

Integrating CASL with React for Robust Authorization

1
Comments
2 min read
Harnessing AI for Personalization: Transforming User Experience in 2024 and Beyond

Harnessing AI for Personalization: Transforming User Experience in 2024 and Beyond

Comments
6 min read
Mastering Object Copying in JavaScript

Mastering Object Copying in JavaScript

Comments
1 min read
How to Take Care of Your JavaScript Code Structure

How to Take Care of Your JavaScript Code Structure

Comments
2 min read
Day 01: What is React?

Day 01: What is React?

Comments
4 min read
Does React need Code Review or QA?

Does React need Code Review or QA?

5
Comments
5 min read
Optimize React Application

Optimize React Application

Comments
4 min read
Shopify Liquid REPL with API & JSON

Shopify Liquid REPL with API & JSON

3
Comments
2 min read
Day 5:Understanding JavaScript Data Types: Primitive vs. Non-Primitive

Day 5:Understanding JavaScript Data Types: Primitive vs. Non-Primitive

Comments
3 min read
Book: Learning JavaScript Design Patterns

Book: Learning JavaScript Design Patterns

Comments
1 min read
JavaScript: How it is done behind the scenes

JavaScript: How it is done behind the scenes

Comments
4 min read
Resolving Circular Dependency Issues in ES5 Projects

Resolving Circular Dependency Issues in ES5 Projects

Comments
7 min read
How to Build a Basic Chatbot Using TensorFlow and JavaScript

How to Build a Basic Chatbot Using TensorFlow and JavaScript

Comments
5 min read
My first dev post

My first dev post

Comments 1
1 min read
30 months of open source: How I maintain the Next-Gen request tool

30 months of open source: How I maintain the Next-Gen request tool

Comments
11 min read
Getting started with react

Getting started with react

2
Comments
1 min read
Positron-JS for DotNet Maui

Positron-JS for DotNet Maui

3
Comments
4 min read
Event Loop Explained

Event Loop Explained

7
Comments
7 min read
Build a Abhi ki News Website

Build a Abhi ki News Website

1
Comments
6 min read
Binary Image Processor

Binary Image Processor

Comments
2 min read
Build a Article Card

Build a Article Card

1
Comments
5 min read
10 Conditional Rendering Examples in CSS and React.js 🚀 (Part 2)

10 Conditional Rendering Examples in CSS and React.js 🚀 (Part 2)

5
Comments
3 min read
Asynchronous JavaScript: Promises vs. Async/Await in Details

Asynchronous JavaScript: Promises vs. Async/Await in Details

Comments
6 min read
The first official docs page for Oats~i, the open web framework, has dropped

The first official docs page for Oats~i, the open web framework, has dropped

Comments
1 min read
OOP in JS - 2/2

OOP in JS - 2/2

Comments
7 min read
Understanding Class Fields and Static Properties

Understanding Class Fields and Static Properties

3
Comments
1 min read
Mock Requests

Mock Requests

1
Comments
2 min read
HTML, CSS, and JavaScript Projects

HTML, CSS, and JavaScript Projects

1
Comments
5 min read
Six Alternatives to Using any in TypeScript

Six Alternatives to Using any in TypeScript

Comments
11 min read
Code Smell 268 - Ternary Metaprogramming

Code Smell 268 - Ternary Metaprogramming

3
Comments
3 min read
Differences Between `var`, `let`, and `const` in JavaScript: A Simple Explanation

Differences Between `var`, `let`, and `const` in JavaScript: A Simple Explanation

Comments
3 min read
Latest Newsletter: Unified Narratives (Issue #180)

Latest Newsletter: Unified Narratives (Issue #180)

Comments
1 min read
Continuous Testing: Ensuring Quality in the DevOps Pipeline

Continuous Testing: Ensuring Quality in the DevOps Pipeline

1
Comments
5 min read
Object.is() usage in Zustand’s source code.

Object.is() usage in Zustand’s source code.

Comments
3 min read
Promises in JavaScript: Understanding, Handling, and Mastering Async Code

Promises in JavaScript: Understanding, Handling, and Mastering Async Code

Comments
7 min read
Learn how to create a API-backed Zelda BOTW monster gallery web component in <40 lines (Modulo.js)

Learn how to create a API-backed Zelda BOTW monster gallery web component in <40 lines (Modulo.js)

Comments
5 min read
Mastering Vue.js: The 'Retrieving Object Parameters From Query' Project

Mastering Vue.js: The 'Retrieving Object Parameters From Query' Project

Comments
3 min read
100 days of Miva: Day 15

100 days of Miva: Day 15

2
Comments 1
2 min read
10 Reasons TypeScript is Transforming How We Build Web Apps

10 Reasons TypeScript is Transforming How We Build Web Apps

4
Comments
7 min read
Dive into the World of JavaScript: Mastering OOP, Virtual DOM, and Beyond

Dive into the World of JavaScript: Mastering OOP, Virtual DOM, and Beyond

Comments
3 min read
JavaScript Essentials for Everyday Coding

JavaScript Essentials for Everyday Coding

Comments
2 min read
JavaScript MMORPG - Maiu Online - Online demo and Discord

JavaScript MMORPG - Maiu Online - Online demo and Discord

Comments
1 min read
Learning Vue Part 1: Building a weather app

Learning Vue Part 1: Building a weather app

Comments
4 min read
Using Next.js in Today's Era: The Modern Framework for Web Development

Using Next.js in Today's Era: The Modern Framework for Web Development

Comments
4 min read
Issues with WP API Integration on My WordPress Site – Seeking Advice

Issues with WP API Integration on My WordPress Site – Seeking Advice

1
Comments
1 min read
Flipping Data Structures to optimize performance 🚀

Flipping Data Structures to optimize performance 🚀

Comments
2 min read
Optional chaining is awesome!

Optional chaining is awesome!

Comments
1 min read
Devtool is not necessary

Devtool is not necessary

Comments
2 min read
async-await and promises explained in JS [simplified]

async-await and promises explained in JS [simplified]

Comments
3 min read
Ditch the Server, Own Your Words: Building a Decentralized Blog with IPFS

Ditch the Server, Own Your Words: Building a Decentralized Blog with IPFS

Comments
2 min read
use-magic-grid: Official React port of the magic-grid library

use-magic-grid: Official React port of the magic-grid library

1
Comments
1 min read
Understanding React's useMemo: What It Does, When to Use It, and Best Practices

Understanding React's useMemo: What It Does, When to Use It, and Best Practices

Comments
4 min read
Tips to Improve the Scalability of Your API

Tips to Improve the Scalability of Your API

1
Comments 1
4 min read
Reflective Blog: My Journey Building a Real Estate Listing API

Reflective Blog: My Journey Building a Real Estate Listing API

Comments
5 min read
Modern JavaScript Features: What’s New in ES2023

Modern JavaScript Features: What’s New in ES2023

Comments
4 min read
How to create persistent tabs with Tailwind CSS and JavaScript

How to create persistent tabs with Tailwind CSS and JavaScript

Comments
1 min read
loading...