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.
How You Should Treat NPM Audit Results

How You Should Treat NPM Audit Results

1
Comments
6 min read
Cross-Platform App Development with Appwrite

Cross-Platform App Development with Appwrite

Comments
8 min read
A Fun React Exercise

A Fun React Exercise

Comments
5 min read
patch-package: The Lifesaver for both Bleeding Edge and Legacy Projects

patch-package: The Lifesaver for both Bleeding Edge and Legacy Projects

3
Comments 1
3 min read
Creating a Link Preview App: An Easy Step-by-Step Guide

Creating a Link Preview App: An Easy Step-by-Step Guide

Comments
6 min read
Prettier: A Double-Edged Sword for Code Formatting 🎭

Prettier: A Double-Edged Sword for Code Formatting 🎭

1
Comments
4 min read
Binary Tree Basics and Different Views

Binary Tree Basics and Different Views

1
Comments
4 min read
Signals: what this means for NgRx

Signals: what this means for NgRx

28
Comments 2
6 min read
How to compare two arrays in Javascript

How to compare two arrays in Javascript

2
Comments
1 min read
how to show my post like Last image with below code?

how to show my post like Last image with below code?

Comments
2 min read
Building a WebSocket Context in React Native with Socket.IO

Building a WebSocket Context in React Native with Socket.IO

7
Comments
4 min read
My Journey in Open Source - github-workflow-migrator

My Journey in Open Source - github-workflow-migrator

Comments
1 min read
How to Send Email in Node.js Using Nodemailer Package

How to Send Email in Node.js Using Nodemailer Package

Comments
1 min read
How to manipulate arrays using array methods in JavaScript

How to manipulate arrays using array methods in JavaScript

Comments
4 min read
Code-Collab

Code-Collab

1
Comments
1 min read
How to Use Electron.js for Building Desktop Applications with JavaScript, HTML, and CSS

How to Use Electron.js for Building Desktop Applications with JavaScript, HTML, and CSS

114
Comments 7
16 min read
Javascript Object #12

Javascript Object #12

5
Comments
3 min read
Using advanced ES6 functions and unit testing in a UI app

Using advanced ES6 functions and unit testing in a UI app

1
Comments
5 min read
Elasticsearch to Meilisearch migration guide

Elasticsearch to Meilisearch migration guide

Comments
4 min read
Recycle Code: CNAME & Re-request

Recycle Code: CNAME & Re-request

Comments
3 min read
Mastering Control Flow in JavaScript - The Beginners Guide To Javascript(Part 2)

Mastering Control Flow in JavaScript - The Beginners Guide To Javascript(Part 2)

2
Comments
4 min read
What are different between Normal Copy and Shallow Copy, Deep Copy in JavaScript Object

What are different between Normal Copy and Shallow Copy, Deep Copy in JavaScript Object

3
Comments
2 min read
Becoming an Astro maintainer

Becoming an Astro maintainer

35
Comments 16
5 min read
Error Handling in Express.js/Node.js - Part One: Synchronous Code

Error Handling in Express.js/Node.js - Part One: Synchronous Code

Comments 1
6 min read
Exporting a React component to a PDF file on click

Exporting a React component to a PDF file on click

Comments
2 min read
Function js JavaScript advance principles

Function js JavaScript advance principles

4
Comments
3 min read
Migrating The Monolith - From Vue2 To Nuxt3

Migrating The Monolith - From Vue2 To Nuxt3

3
Comments 1
4 min read
Polyfills in React Application: A Complete Guide

Polyfills in React Application: A Complete Guide

6
Comments 1
6 min read
Three-Layer Architecture Used in Software Development

Three-Layer Architecture Used in Software Development

1
Comments
5 min read
Pure Component in React

Pure Component in React

Comments
6 min read
Image validation for Angular

Image validation for Angular

1
Comments
3 min read
How to use MapLibre GL JS with 3D Tiles (pnts)

How to use MapLibre GL JS with 3D Tiles (pnts)

3
Comments 1
1 min read
A Better Way to Design a Loading Button Component

A Better Way to Design a Loading Button Component

7
Comments 2
2 min read
ChatGPT from OpenAI with React Native

ChatGPT from OpenAI with React Native

Comments
2 min read
Pattern Proxy

Pattern Proxy

Comments
3 min read
Polyfills for JavaScript: A Full Overview

Polyfills for JavaScript: A Full Overview

48
Comments 7
5 min read
Understanding useState and useEffect in React

Understanding useState and useEffect in React

Comments
1 min read
Routing in React with React Router

Routing in React with React Router

Comments
1 min read
Nested Components - A bad practice? - ReactJS

Nested Components - A bad practice? - ReactJS

16
Comments
2 min read
Variáveis primitivas no JavaScript (string, number) são imutáveis

Variáveis primitivas no JavaScript (string, number) são imutáveis

1
Comments
1 min read
Efficiently Rendering Lists in React

Efficiently Rendering Lists in React

Comments
1 min read
When Direct DOM Manipulation Outperforms React State Management

When Direct DOM Manipulation Outperforms React State Management

1
Comments
3 min read
The "suspension of the request" technique with Axios

The "suspension of the request" technique with Axios

Comments
2 min read
Variable Scope in JavaScript: Beginner's Guide

Variable Scope in JavaScript: Beginner's Guide

Comments
2 min read
What is Auto GPT : Everything You Need To Know

What is Auto GPT : Everything You Need To Know

11
Comments 4
3 min read
Fetching Data from an API in SolidJS with Axios with Example

Fetching Data from an API in SolidJS with Axios with Example

1
Comments 2
2 min read
Implementing Login with Metamask, send Ether, user registration using React, NodeJS, Sequelize and GraphQL

Implementing Login with Metamask, send Ether, user registration using React, NodeJS, Sequelize and GraphQL

1
Comments
6 min read
Capture Groups in Regular Expressions

Capture Groups in Regular Expressions

Comments
10 min read
Learn Creational JavaScript Design Patterns with This Easy Guide

Learn Creational JavaScript Design Patterns with This Easy Guide

Comments
9 min read
How to Build a Fully Functional ToDo SaaS Using Next.js and ZenStack's Access Control Policy

How to Build a Fully Functional ToDo SaaS Using Next.js and ZenStack's Access Control Policy

23
Comments
7 min read
Mastering React Hooks: Tips for Effective Usage and When to Avoid Them

Mastering React Hooks: Tips for Effective Usage and When to Avoid Them

Comments
3 min read
Maker tag

Maker tag

1
Comments
1 min read
⚡️ Use ChatGPT on any website 🔥

⚡️ Use ChatGPT on any website 🔥

Comments
6 min read
How To Boost Your Firebase App’s Efficiency with Real-Time Listeners in React.js

How To Boost Your Firebase App’s Efficiency with Real-Time Listeners in React.js

3
Comments
2 min read
Function js JavaScript complete guide

Function js JavaScript complete guide

Comments
3 min read
Get Original Dimension in JavaScript

Get Original Dimension in JavaScript

Comments
1 min read
RxJS: retry with exponential backoff

RxJS: retry with exponential backoff

4
Comments
3 min read
How To Test Functional Guards in Angular 15

How To Test Functional Guards in Angular 15

3
Comments 1
2 min read
User if they are already logged in. Can't open Login Page in Next.js

User if they are already logged in. Can't open Login Page in Next.js

Comments
1 min read
30 Free CSS Loading Animation for your website in 2023

30 Free CSS Loading Animation for your website in 2023

32
Comments 2
5 min read
loading...