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.
LeetCode 516. Longest Palindromic Subsequence (javascript solution)

LeetCode 516. Longest Palindromic Subsequence (javascript solution)

4
Comments 1
1 min read
What is one thing in React that you discovered very late?

What is one thing in React that you discovered very late?

10
Comments
1 min read
React-Reusable Components

React-Reusable Components

6
Comments
3 min read
How To Upload Multiple files to Cloudinary in Nodejs using Promise.all

How To Upload Multiple files to Cloudinary in Nodejs using Promise.all

20
Comments 2
2 min read
React Custom Hook - useFetch

React Custom Hook - useFetch

257
Comments 15
3 min read
LeetCode 647. Palindromic Substrings (javascript solution)

LeetCode 647. Palindromic Substrings (javascript solution)

6
Comments
1 min read
Solution: Deepest Leaves Sum

Solution: Deepest Leaves Sum

6
Comments
4 min read
The 5 things about testing as part of code, not a chore

The 5 things about testing as part of code, not a chore

15
Comments 2
4 min read
Client-Side-Rendering : Server-Side-Rendering

Client-Side-Rendering : Server-Side-Rendering

52
Comments 1
3 min read
Hey Beginner, Let Me Set Your Frontend Web Dev Path!

Hey Beginner, Let Me Set Your Frontend Web Dev Path!

4
Comments
2 min read
Creating Objects in JavaScript.

Creating Objects in JavaScript.

4
Comments
4 min read
My JSON Backstory With a Quick Tutorial

My JSON Backstory With a Quick Tutorial

2
Comments
3 min read
Project Red Pill

Project Red Pill

5
Comments
4 min read
[New Feature] JavaScript Nullish coalescing operator (??)

[New Feature] JavaScript Nullish coalescing operator (??)

2
Comments
1 min read
Leon Open-Source Personal Assistant: Getting Rid of Dust / 1.0.0-beta.4

Leon Open-Source Personal Assistant: Getting Rid of Dust / 1.0.0-beta.4

4
Comments
9 min read
How to use particles.js

How to use particles.js

15
Comments 2
1 min read
The Zen of Preact's source code

The Zen of Preact's source code

18
Comments 2
14 min read
Hapi: using pre-route functions for fun and profit

Hapi: using pre-route functions for fun and profit

4
Comments
5 min read
How to bind Vuex with an input inside a component

How to bind Vuex with an input inside a component

7
Comments
1 min read
Cool Glowing Effect on Buttons using HTML & CSS

Cool Glowing Effect on Buttons using HTML & CSS

13
Comments
1 min read
Javascript native face detector API

Javascript native face detector API

35
Comments 8
3 min read
Windows 10 grid hover effect using HTML, CSS, and vanilla JS

Windows 10 grid hover effect using HTML, CSS, and vanilla JS

91
Comments 21
13 min read
Build your own Promodoro Timer

Build your own Promodoro Timer

14
Comments 1
6 min read
Cloning JavaScript objects using graph theory

Cloning JavaScript objects using graph theory

4
Comments
1 min read
Solving GraphQL N+1 problem in fastify with loaders and conditional queries

Solving GraphQL N+1 problem in fastify with loaders and conditional queries

26
Comments
5 min read
I (roughly) defined (almost) every array method using recursion 😂

I (roughly) defined (almost) every array method using recursion 😂

35
Comments 1
3 min read
undefined vs null in Javascript

undefined vs null in Javascript

6
Comments
2 min read
Optimization, the React way

Optimization, the React way

39
Comments
3 min read
Implement password-less authentication in your apps (magic sign in)

Implement password-less authentication in your apps (magic sign in)

46
Comments 1
8 min read
Upload a file with React

Upload a file with React

48
Comments
2 min read
React Hooks Notes

React Hooks Notes

7
Comments
2 min read
Of Chickens and Pigs - The Dilemma of Creator Self Promotion

Of Chickens and Pigs - The Dilemma of Creator Self Promotion

183
Comments 38
9 min read
Project 64 of 100 - More React Router

Project 64 of 100 - More React Router

6
Comments
7 min read
Stack Data Structure Using Javascript

Stack Data Structure Using Javascript

23
Comments 2
2 min read
Nested Arrays

Nested Arrays

6
Comments
1 min read
JavaScript Objects

JavaScript Objects

6
Comments
4 min read
Challenge Record Collection

Challenge Record Collection

4
Comments 1
2 min read
Using Components to Bootstrap Data for your App

Using Components to Bootstrap Data for your App

14
Comments 1
5 min read
My roadmap to create makeresume.co

My roadmap to create makeresume.co

29
Comments 2
2 min read
Create a JavaScript Promise

Create a JavaScript Promise

7
Comments
2 min read
A single page with vue

A single page with vue

5
Comments
2 min read
Understanding Big O Notation as a Software Developer

Understanding Big O Notation as a Software Developer

27
Comments
13 min read
Command Line Job Search Application using Node.js

Command Line Job Search Application using Node.js

17
Comments
6 min read
Array Methods

Array Methods

79
Comments 8
12 min read
Creating a Copy to Clipboard Button in React

Creating a Copy to Clipboard Button in React

5
Comments
3 min read
Can you hack this? #3

Can you hack this? #3

3
Comments 3
1 min read
Know the type of Variable in JS!

Know the type of Variable in JS!

3
Comments 2
2 min read
Promise handling and chaining using async...await and then()...catch()

Promise handling and chaining using async...await and then()...catch()

41
Comments 2
3 min read
Use getters and setters to Control Access to an Object

Use getters and setters to Control Access to an Object

6
Comments
1 min read
Vuejs Adobe color clone part 1.

Vuejs Adobe color clone part 1.

6
Comments
2 min read
How to Create a Custom Email Signup Form for ConvertKit on GatsbyJS.

How to Create a Custom Email Signup Form for ConvertKit on GatsbyJS.

3
Comments
10 min read
JS interview in 2 minutes / Polymorphism (OOP)

JS interview in 2 minutes / Polymorphism (OOP)

25
Comments
3 min read
The <site-head> Web Component you never see in F12 Dev Tools

The <site-head> Web Component you never see in F12 Dev Tools

13
Comments 2
2 min read
Best practices for exposing runtime server env variables for JS client

Best practices for exposing runtime server env variables for JS client

6
Comments
4 min read
Use class Syntax to Define a Constructor Function

Use class Syntax to Define a Constructor Function

7
Comments
1 min read
8 JavaScript Tips & Tricks That No One Teaches 🚀

8 JavaScript Tips & Tricks That No One Teaches 🚀

737
Comments 81
3 min read
Semantic HTML Elements: Here are 8 elements to use instead of a div element

Semantic HTML Elements: Here are 8 elements to use instead of a div element

78
Comments 4
3 min read
How to implement WhatsApp like End-to-end encryption?

How to implement WhatsApp like End-to-end encryption?

4
Comments 10
4 min read
Switch Statements

Switch Statements

6
Comments
2 min read
Interview questions: JavaScript

Interview questions: JavaScript

142
Comments 2
10 min read
loading...