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.
Miracle UI - React component library

Miracle UI - React component library

25
Comments
1 min read
Optimize React Application

Optimize React Application

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

JavaScript: How it is done behind the scenes

Comments
4 min read
Is it too late to become a web developer in X year? 🤔

Is it too late to become a web developer in X year? 🤔

5
Comments
2 min read
Essential Frontend Resources for Next.js Development 🚀

Essential Frontend Resources for Next.js Development 🚀

Comments
2 min read
Day 6: Handling Events in React

Day 6: Handling Events in React

Comments
2 min read
How to Do Server-Side Rendering (SSR) in Next.js

How to Do Server-Side Rendering (SSR) in Next.js

Comments
2 min read
What is Typescript ?

What is Typescript ?

Comments
1 min read
JavaScript

JavaScript

Comments
1 min read
npm vs yarn: Key Differences and In-Depth Comparison

npm vs yarn: Key Differences and In-Depth Comparison

7
Comments
6 min read
Book Tracker Program Demonstration | Rishi Nalem

Book Tracker Program Demonstration | Rishi Nalem

1
Comments
1 min read
Day 8: Cracking Numbers and Math in JavaScript

Day 8: Cracking Numbers and Math in JavaScript

Comments
2 min read
Mastering JavaScript's Math Object: A Comprehensive Guide to Built-in Mathematical Functions and Properties

Mastering JavaScript's Math Object: A Comprehensive Guide to Built-in Mathematical Functions and Properties

Comments
6 min read
chapter 1: Introduction to Next.js 13: What’s New? 🚀

chapter 1: Introduction to Next.js 13: What’s New? 🚀

6
Comments
3 min read
The Secret to Smooth Animations in JavaScript!

The Secret to Smooth Animations in JavaScript!

Comments
1 min read
Six Alternatives to Using any in TypeScript

Six Alternatives to Using any in TypeScript

Comments
11 min read
Monorepo – The Magic of One Repo you must know as full stack developer

Monorepo – The Magic of One Repo you must know as full stack developer

12
Comments 1
2 min read
Property-Based Testing: A Deep Dive into a Modern Testing Approach

Property-Based Testing: A Deep Dive into a Modern Testing Approach

Comments
5 min read
The Secrets of the 'delete' Operator in JavaScript

The Secrets of the 'delete' Operator in JavaScript

1
Comments
3 min read
Using MongoDB with Cloudflare Workers

Using MongoDB with Cloudflare Workers

Comments
1 min read
Day22 of 100DaysOfCode

Day22 of 100DaysOfCode

Comments
1 min read
useState()

useState()

Comments
1 min read
Build A Transcription App with Strapi, ChatGPT, & Whisper: Part 3

Build A Transcription App with Strapi, ChatGPT, & Whisper: Part 3

Comments
15 min read
Free freecell

Free freecell

Comments
3 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
React Hook in Class Component

React Hook in Class Component

5
Comments
1 min read
Event Loop Explained

Event Loop Explained

6
Comments
7 min read
Hiding all pinned browser extensions by one click

Hiding all pinned browser extensions by one click

1
Comments
1 min read
Weekly Blog: Four Interesting Things I Encountered This Week

Weekly Blog: Four Interesting Things I Encountered This Week

1
Comments
3 min read
Make Your Website Accessible with a Single Attribute

Make Your Website Accessible with a Single Attribute

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

Latest Newsletter: Unified Narratives (Issue #180)

Comments
1 min read
Introducing Mockly: The Fastest Way to Create Stunning Screenshots

Introducing Mockly: The Fastest Way to Create Stunning Screenshots

Comments
2 min read
My Journey as a Full Stack Developer: A Year of Growth with the MERN Stack

My Journey as a Full Stack Developer: A Year of Growth with the MERN Stack

Comments
2 min read
Create your own 📷 image compressor & to webp convertor using HTML, CSS, JavaScript from scratch 🚀

Create your own 📷 image compressor & to webp convertor using HTML, CSS, JavaScript from scratch 🚀

1
Comments
9 min read
How to Write Clean Code in Python - Best Practices Guide

How to Write Clean Code in Python - Best Practices Guide

Comments
4 min read
🌌Galactic Frontend Code Quest-Create!🚀

🌌Galactic Frontend Code Quest-Create!🚀

Comments
2 min read
REST API and Its Architecture

REST API and Its Architecture

Comments
5 min read
10 JavaScript Array Methods Every Developer Should Master (Part 1)

10 JavaScript Array Methods Every Developer Should Master (Part 1)

2
Comments
5 min read
Build A Transcription App with Strapi, ChatGPT, & Whisper: Part 2

Build A Transcription App with Strapi, ChatGPT, & Whisper: Part 2

Comments
15 min read
Advanced Data Fetching Techniques in Next.js

Advanced Data Fetching Techniques in Next.js

Comments
3 min read
Fetching Blog Posts in Next.js Using the DEV.to API

Fetching Blog Posts in Next.js Using the DEV.to API

2
Comments
4 min read
💻 Seeking Feedback on My Developer Portfolio 🚀

💻 Seeking Feedback on My Developer Portfolio 🚀

1
Comments 1
2 min read
How to Optimize Video with FFmpeg in Next.js

How to Optimize Video with FFmpeg in Next.js

Comments
3 min read
createStore in Zustand's source code explained.

createStore in Zustand's source code explained.

Comments
3 min read
A Script To Help React Native Developers

A Script To Help React Native Developers

Comments
3 min read
Day 7: Unleashing the Power of Strings in JavaScript 🚀

Day 7: Unleashing the Power of Strings in JavaScript 🚀

Comments
2 min read
Leetcode: 1071. Greatest Common Divisor of Strings

Leetcode: 1071. Greatest Common Divisor of Strings

Comments
2 min read
Integrate Dropbox API with React: A Comprehensive Guide

Integrate Dropbox API with React: A Comprehensive Guide

5
Comments
5 min read
From Zero to Launch: Key Takeaways from Our Remix-Powered Development Journey

From Zero to Launch: Key Takeaways from Our Remix-Powered Development Journey

Comments
8 min read
JSON Diff: A Complete Guide for Developers

JSON Diff: A Complete Guide for Developers

Comments
5 min read
Decision Tables in TypeScript: An Underrated Pattern for Cleaner Code

Decision Tables in TypeScript: An Underrated Pattern for Cleaner Code

Comments
3 min read
🚍 - Real-Time Bus Schedules for Kerala!

🚍 - Real-Time Bus Schedules for Kerala!

Comments
1 min read
Simplifying DOM Manipulation with a Vanilla JavaScript Utility Function

Simplifying DOM Manipulation with a Vanilla JavaScript Utility Function

Comments
3 min read
Overcoming Electron-Builder Limitations: A C# and NSIS Hybrid Approach

Overcoming Electron-Builder Limitations: A C# and NSIS Hybrid Approach

Comments
2 min read
Best way to handle number input validation in React

Best way to handle number input validation in React

Comments
3 min read
Mastering Array Manipulation in DSA using JavaScript: From Basics to Advanced

Mastering Array Manipulation in DSA using JavaScript: From Basics to Advanced

1
Comments 1
7 min read
Introducing Image Blender: My New Open-Source Project! 🚀

Introducing Image Blender: My New Open-Source Project! 🚀

Comments
2 min read
Hello DevPeople . this is my first post .

Hello DevPeople . this is my first post .

Comments 1
1 min read
Creating a custom cursor for your website

Creating a custom cursor for your website

1
Comments 2
2 min read
Day 67 / 100 Days of Code: Iterating with Methods

Day 67 / 100 Days of Code: Iterating with Methods

Comments
1 min read
loading...