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.
Typescript Series - Array Unshift Type

Typescript Series - Array Unshift Type

1
Comments
1 min read
Refactoring 008 - Convert Variables to Constant

Refactoring 008 - Convert Variables to Constant

3
Comments
1 min read
How to write Custom Error Handler Middleware in Express.js using JavaScript 👩‍💻

How to write Custom Error Handler Middleware in Express.js using JavaScript 👩‍💻

59
Comments 16
2 min read
learn sliding window algorithm easily in Hindi | maximum sum subarray of size k with sliding window

learn sliding window algorithm easily in Hindi | maximum sum subarray of size k with sliding window

1
Comments
1 min read
Add Redux to your React app in 6 Simple Steps

Add Redux to your React app in 6 Simple Steps

31
Comments 29
5 min read
How I Built A Web Development Challenges Website With $0 (And You Can Too!)

How I Built A Web Development Challenges Website With $0 (And You Can Too!)

63
Comments 8
10 min read
How to create image slider in React js/How to create Auto image slider in React js

How to create image slider in React js/How to create Auto image slider in React js

2
Comments 1
3 min read
Browser extensions - Popup page modifications

Browser extensions - Popup page modifications

11
Comments
2 min read
Returning Booleans

Returning Booleans

3
Comments 2
1 min read
concat arrays in javascript

concat arrays in javascript

11
Comments 3
3 min read
Callback Functions 📞 : Here to help

Callback Functions 📞 : Here to help

19
Comments 4
2 min read
Core JavaScript: Primitive vs. Non-primitive Data Types

Core JavaScript: Primitive vs. Non-primitive Data Types

15
Comments 5
5 min read
Natural Language Processing with JavaScript using Compromise

Natural Language Processing with JavaScript using Compromise

2
Comments
3 min read
Where did my data go? {React Router}

Where did my data go? {React Router}

1
Comments
3 min read
Awesome tools for Web Developer - Part 2

Awesome tools for Web Developer - Part 2

143
Comments 2
2 min read
Animate Loading Indicator on Button With Vanilla Javascript

Animate Loading Indicator on Button With Vanilla Javascript

3
Comments
4 min read
Experiments && Progress

Experiments && Progress

11
Comments 4
4 min read
web3 - 3D Web3 serie

web3 - 3D Web3 serie

22
Comments 9
7 min read
Adding a Custom CSS menu to Slack

Adding a Custom CSS menu to Slack

3
Comments 2
9 min read
Reacting to Built-in Iterator Methods

Reacting to Built-in Iterator Methods

3
Comments
5 min read
Build Todo-List from scratch using Html, CSS, and Javascript(LocalStorage).

Build Todo-List from scratch using Html, CSS, and Javascript(LocalStorage).

4
Comments
7 min read
How to make an event website with Eui and React

How to make an event website with Eui and React

11
Comments
7 min read
JavaScript: String Method

JavaScript: String Method

Comments
1 min read
5 enhancements that will boost your Node.js app

5 enhancements that will boost your Node.js app

288
Comments 3
11 min read
Color Thief 找出圖片裡的顏色

Color Thief 找出圖片裡的顏色

Comments 1
3 min read
How to Create a Simple Strapi Plugin

How to Create a Simple Strapi Plugin

12
Comments
9 min read
Usando variáveis de ambiente em Node.js (.env )

Usando variáveis de ambiente em Node.js (.env )

13
Comments 2
5 min read
Mock Service Worker is awesome

Mock Service Worker is awesome

9
Comments 3
4 min read
Get All Substrings

Get All Substrings

5
Comments
1 min read
Sending Secret Messages with the Courier API and Node.js

Sending Secret Messages with the Courier API and Node.js

8
Comments 2
11 min read
Guide To Effective JavaScript Debugging

Guide To Effective JavaScript Debugging

8
Comments
7 min read
How we automated storybook documentation for our web components

How we automated storybook documentation for our web components

2
Comments
4 min read
Sending (form-)mails from static websites with Go

Sending (form-)mails from static websites with Go

6
Comments
4 min read
Browser extensions - Icon action

Browser extensions - Icon action

12
Comments 2
2 min read
Beginner's Guide to String Methods in JavaScript

Beginner's Guide to String Methods in JavaScript

2
Comments
3 min read
Browserslist: building modern web apps for diverse global audience

Browserslist: building modern web apps for diverse global audience

36
Comments 2
5 min read
The JavaScript Paradox

The JavaScript Paradox

437
Comments 38
7 min read
Migrating from Create React App (CRA) to Vite

Migrating from Create React App (CRA) to Vite

89
Comments 8
6 min read
Bases de datos: operar con la base de datos - parte 2

Bases de datos: operar con la base de datos - parte 2

1
Comments
7 min read
Setup Jasmine testing Framework in Node JS | a step by step guide

Setup Jasmine testing Framework in Node JS | a step by step guide

6
Comments 1
4 min read
The Butterfly Effect - How we gave the linter a 100x boost

The Butterfly Effect - How we gave the linter a 100x boost

9
Comments
7 min read
Think Like a Coder

Think Like a Coder

7
Comments 3
3 min read
Creating Pop-Ups

Creating Pop-Ups

9
Comments 2
4 min read
Recursion vs. Loops in JavaScript

Recursion vs. Loops in JavaScript

49
Comments 8
9 min read
AWS API Gateway Input/Output Mapping | Part 1

AWS API Gateway Input/Output Mapping | Part 1

9
Comments
7 min read
Can Construct

Can Construct

Comments
1 min read
Who jumped into Svelte recently from other frameworks ?

Who jumped into Svelte recently from other frameworks ?

7
Comments 8
1 min read
Generate Paranthesis - I

Generate Paranthesis - I

4
Comments
1 min read
Javascript: My way to learn javascript

Javascript: My way to learn javascript

23
Comments
2 min read
JavaScript: Event Loop

JavaScript: Event Loop

2
Comments
8 min read
How to send data from a child component to a parent component in react with rxjs?

How to send data from a child component to a parent component in react with rxjs?

5
Comments
2 min read
Build A Responsive Sidebar with React and Styled Components

Build A Responsive Sidebar with React and Styled Components

10
Comments 3
12 min read
Introducing v-memo a new directive to improve your Vue 3 app performance

Introducing v-memo a new directive to improve your Vue 3 app performance

5
Comments
6 min read
Form Validation a breeze with Yup and React Hook form

Form Validation a breeze with Yup and React Hook form

9
Comments 2
10 min read
React Hooks with RxJS and Axios

React Hooks with RxJS and Axios

1
Comments
5 min read
How to Pass Take Home Coding Challenge

How to Pass Take Home Coding Challenge

7
Comments
3 min read
Creating a toast component using svelte and sveltekit

Creating a toast component using svelte and sveltekit

8
Comments
3 min read
The Array Way to Swap Variable - js,py and etc. i think.

The Array Way to Swap Variable - js,py and etc. i think.

9
Comments 8
1 min read
Closing My Bootcamp's First Phase.

Closing My Bootcamp's First Phase.

2
Comments
4 min read
JSON

JSON

1
Comments
1 min read
loading...