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.
Diving into Serverless: Azure Durable Functions in Node JS (+Troubleshooting)

Diving into Serverless: Azure Durable Functions in Node JS (+Troubleshooting)

1
Comments
10 min read
How to use Prisma Postgres 🚀

How to use Prisma Postgres 🚀

19
Comments 4
3 min read
How to Integrate HTML Canvas API in Your Project

How to Integrate HTML Canvas API in Your Project

Comments
2 min read
Learn for-loop template tags and data types building a train schedule web component (Learn Modulo.js - Part 7 of 10)

Learn for-loop template tags and data types building a train schedule web component (Learn Modulo.js - Part 7 of 10)

Comments
7 min read
Why Broken Links Are Costing You Brand Deals (And How to Fix It)

Why Broken Links Are Costing You Brand Deals (And How to Fix It)

14
Comments
5 min read
Mock vs Stub: Understanding the Key Differences

Mock vs Stub: Understanding the Key Differences

Comments
4 min read
JavaScript Functions for Beginners: Quick Guide

JavaScript Functions for Beginners: Quick Guide

Comments
5 min read
"Need Help Modifying the UI of the Default Calendar Picker"

"Need Help Modifying the UI of the Default Calendar Picker"

Comments
1 min read
Audio to Text Input via Google Speech to Text

Audio to Text Input via Google Speech to Text

11
Comments
4 min read
One Level of Abstraction: The Key to Clean Functions

One Level of Abstraction: The Key to Clean Functions

6
Comments
2 min read
Building a Word Unscrambler with JavaScript (part 4)

Building a Word Unscrambler with JavaScript (part 4)

4
Comments
3 min read
Dockerize PERN-TypeScript App Using Prisma ORM With Docker Compose

Dockerize PERN-TypeScript App Using Prisma ORM With Docker Compose

Comments
4 min read
SAML vs. OAuth vs. OpenID Connect

SAML vs. OAuth vs. OpenID Connect

Comments
4 min read
Managing State in React with useRef

Managing State in React with useRef

1
Comments 3
2 min read
Why Virtual DOM: Render and Performance

Why Virtual DOM: Render and Performance

81
Comments 11
3 min read
A useState performance tip you may not have known

A useState performance tip you may not have known

Comments 2
1 min read
Making a captivating personal homepage, the good, the bad & the ugly (mostly ugly)

Making a captivating personal homepage, the good, the bad & the ugly (mostly ugly)

2
Comments
4 min read
Não use Prisma ORM antes de ler isso!

Não use Prisma ORM antes de ler isso!

1
Comments
3 min read
Surveying AI Satisfaction with Formbricks in CodeStash

Surveying AI Satisfaction with Formbricks in CodeStash

10
Comments 1
3 min read
Build a Tiny React Ch04 Hooks

Build a Tiny React Ch04 Hooks

Comments
6 min read
Build a Tiny React Ch2 Rendering vDOM

Build a Tiny React Ch2 Rendering vDOM

Comments
9 min read
Build a Tiny React Ch1 JSX

Build a Tiny React Ch1 JSX

Comments
4 min read
How to Optimize SQL Queries for Better Database Performance?

How to Optimize SQL Queries for Better Database Performance?

1
Comments 1
5 min read
create-next-app validates your app name using this package

create-next-app validates your app name using this package

Comments
3 min read
A Simple Guide to Destructuring in JavaScript: Learn with Easy Examples

A Simple Guide to Destructuring in JavaScript: Learn with Easy Examples

Comments
4 min read
The Toughest Concepts in Web Development

The Toughest Concepts in Web Development

Comments
1 min read
JavaScript OOP Concepts: Class-Based vs. Prototype-Based

JavaScript OOP Concepts: Class-Based vs. Prototype-Based

1
Comments
5 min read
I created full Task management Platform using Django

I created full Task management Platform using Django

Comments
1 min read
Understanding the Spread Operator in JavaScript: A Simple Guide for Beginners

Understanding the Spread Operator in JavaScript: A Simple Guide for Beginners

Comments
3 min read
The Importance of Test-Driven Development (TDD) and What Companies Expect from Candidates

The Importance of Test-Driven Development (TDD) and What Companies Expect from Candidates

Comments
3 min read
Testing in Production: A Practical Guide

Testing in Production: A Practical Guide

Comments
3 min read
Token Bucket Algorithm: A Comprehensive Guide

Token Bucket Algorithm: A Comprehensive Guide

Comments
3 min read
Alert Vs Custom Alert in html css and javascript code

Alert Vs Custom Alert in html css and javascript code

Comments
2 min read
Diff JSON – A Complete Guide to Comparing JSON Data

Diff JSON – A Complete Guide to Comparing JSON Data

Comments
4 min read
JavaScript the .then / .when method.

JavaScript the .then / .when method.

2
Comments
3 min read
🚀 Unlock the Power of Next.js with These Exciting Features! 🚀

🚀 Unlock the Power of Next.js with These Exciting Features! 🚀

Comments
2 min read
Let’s Make Jest Run Much Faster

Let’s Make Jest Run Much Faster

4
Comments
5 min read
Javascript Interview Question Explanation -Asynchronous Behaviour

Javascript Interview Question Explanation -Asynchronous Behaviour

2
Comments 1
3 min read
Exploring the Future of JavaScript with Deno 2: Why It’s a Game-Changer for Developers.

Exploring the Future of JavaScript with Deno 2: Why It’s a Game-Changer for Developers.

Comments
1 min read
Some effective ways to create checkboxes

Some effective ways to create checkboxes

Comments
1 min read
How easy it was to deploy my nextjs portfolio site

How easy it was to deploy my nextjs portfolio site

Comments
2 min read
Are you using the custom hooks in React right?

Are you using the custom hooks in React right?

Comments 1
2 min read
A Comprehensive Guide to Load Testing

A Comprehensive Guide to Load Testing

Comments
4 min read
Level Up Your React Skills: Understanding and Using Hooks

Level Up Your React Skills: Understanding and Using Hooks

1
Comments
5 min read
Manual Testing: A Complete Guide

Manual Testing: A Complete Guide

Comments
4 min read
Cara Penggunaan Axios di ReactJS - GET dan POST Request

Cara Penggunaan Axios di ReactJS - GET dan POST Request

Comments
2 min read
An Introduction to GoMock: Mocking in Go

An Introduction to GoMock: Mocking in Go

Comments
4 min read
Building a Free Google API-Based Desktop Video Recorder

Building a Free Google API-Based Desktop Video Recorder

Comments
2 min read
JSConf Chile 2024: El evento imperdible para la comunidad JavaScript en Chile

JSConf Chile 2024: El evento imperdible para la comunidad JavaScript en Chile

Comments
1 min read
String Interpolation in JavaScript.

String Interpolation in JavaScript.

Comments
3 min read
Ai, what is the Ai you use most?

Ai, what is the Ai you use most?

1
Comments
1 min read
Understanding White Box Testing: An In-Depth Guide

Understanding White Box Testing: An In-Depth Guide

Comments
6 min read
TypeScript : Utility Types

TypeScript : Utility Types

7
Comments
7 min read
NPM peerDependencies in Depth: A Comprehensive Introduction

NPM peerDependencies in Depth: A Comprehensive Introduction

Comments
3 min read
What is Contract testing: A knowledge guide

What is Contract testing: A knowledge guide

Comments
6 min read
Understanding State Variables in React: Why and How

Understanding State Variables in React: Why and How

Comments
2 min read
Clean Architecture: The Unattainable Ideal – A Parable for Developers

Clean Architecture: The Unattainable Ideal – A Parable for Developers

Comments
8 min read
Building an NFT Site with Bot Integration: A Comprehensive Guide

Building an NFT Site with Bot Integration: A Comprehensive Guide

Comments
2 min read
Introduction to Asynchronous JavaScript

Introduction to Asynchronous JavaScript

Comments
9 min read
The Ultimate Guide to TypeScript’s Utility Types

The Ultimate Guide to TypeScript’s Utility Types

Comments
1 min read
loading...