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.
What is really partial update [React Hook] look like?

What is really partial update [React Hook] look like?

8
Comments
2 min read
Give magical powers to your DOM in Angular JS

Give magical powers to your DOM in Angular JS

2
Comments
2 min read
How to sort an array of objects using the JS Sort Method

How to sort an array of objects using the JS Sort Method

22
Comments 3
6 min read
How to use JavaScript Promise.all with realtime code example [Axios GET Calls]

How to use JavaScript Promise.all with realtime code example [Axios GET Calls]

17
Comments 4
3 min read
if-else ,ternary Operator,switch statements in JavaScript

if-else ,ternary Operator,switch statements in JavaScript

7
Comments
1 min read
Como é trabalhar com comunidade

Como é trabalhar com comunidade

7
Comments
3 min read
React Versiyon Düşürme

React Versiyon Düşürme

7
Comments
1 min read
How to apply a mask into a portrait with canvas

How to apply a mask into a portrait with canvas

Comments 1
1 min read
Creating an infinite scroll with React JS! ♾️

Creating an infinite scroll with React JS! ♾️

55
Comments 2
10 min read
How we used module federation to implement micro frontends

How we used module federation to implement micro frontends

2
Comments
7 min read
Recursions

Recursions

3
Comments
4 min read
How to Use FACEIO in Enrolling and Authenticating Website Users

How to Use FACEIO in Enrolling and Authenticating Website Users

2
Comments
8 min read
Create QR Codes in JavaScript with QRCodes.js

Create QR Codes in JavaScript with QRCodes.js

7
Comments
1 min read
📚Angular Interview Questions Part 2

📚Angular Interview Questions Part 2

42
Comments
4 min read
Pass By Reference Vs Pass By Value

Pass By Reference Vs Pass By Value

18
Comments 9
4 min read
Creando un scroll infinito con React JS! ♾️

Creando un scroll infinito con React JS! ♾️

26
Comments 1
10 min read
Mordern Javascript: Utilizing The Async-Await Feature.

Mordern Javascript: Utilizing The Async-Await Feature.

14
Comments 2
6 min read
Event Bubbling and Capturing in JavaScript

Event Bubbling and Capturing in JavaScript

Comments
2 min read
Animating HTML Elements Using FLIP

Animating HTML Elements Using FLIP

8
Comments
3 min read
Multinode cluster setup using kubeadm

Multinode cluster setup using kubeadm

4
Comments
3 min read
Build a TODO app using Vanilla JavaScript

Build a TODO app using Vanilla JavaScript

4
Comments
4 min read
Avoid Else Statement In Your Function To Write a Clean Code

Avoid Else Statement In Your Function To Write a Clean Code

9
Comments 5
2 min read
Javascript Tagalog - Nullish Coalescing Operator

Javascript Tagalog - Nullish Coalescing Operator

5
Comments
1 min read
How to deploy Node.js projects to Heroku

How to deploy Node.js projects to Heroku

5
Comments
5 min read
Building password validation with strength meter in React with hooks

Building password validation with strength meter in React with hooks

5
Comments
4 min read
Firestore error: Error: Value for argument "data" is not a valid Firestore document. Input is not a plain JavaScript object.

Firestore error: Error: Value for argument "data" is not a valid Firestore document. Input is not a plain JavaScript object.

3
Comments
1 min read
Simple Node JS Resize Image Before Upload using Sharp Multer

Simple Node JS Resize Image Before Upload using Sharp Multer

20
Comments
2 min read
Functions as First-Class Citizens in Javascript

Functions as First-Class Citizens in Javascript

8
Comments 2
2 min read
How to Use Javascript to Add Review Stars

How to Use Javascript to Add Review Stars

6
Comments 2
3 min read
JS Promises #2: how to get current promise status and build your own promise queue?

JS Promises #2: how to get current promise status and build your own promise queue?

12
Comments 1
4 min read
6 Ways To Make Money With Your Code

6 Ways To Make Money With Your Code

48
Comments 2
3 min read
A little continuous is better than a lot that is interrupted.

A little continuous is better than a lot that is interrupted.

6
Comments
1 min read
Codewars Challenge Day 5: JS, Python + SQL and PHP

Codewars Challenge Day 5: JS, Python + SQL and PHP

5
Comments
2 min read
Deploy SvelteKit with node adapter on linux server.

Deploy SvelteKit with node adapter on linux server.

6
Comments 3
4 min read
Singly Linked List in JavaScript

Singly Linked List in JavaScript

19
Comments
3 min read
Basics of Local Storage

Basics of Local Storage

48
Comments 4
3 min read
Generating CMS from Prisma Schema

Generating CMS from Prisma Schema

9
Comments
4 min read
⚡ When Faster Isn't Better

⚡ When Faster Isn't Better

6
Comments
6 min read
How I built a SaaS in 10 days using SaasRock's codebase

How I built a SaaS in 10 days using SaasRock's codebase

4
Comments
3 min read
React.js Interview - technical submission and detailed feedback

React.js Interview - technical submission and detailed feedback

257
Comments 36
3 min read
What I learned from Frontendmasters' Full Stack for Front-End Engineers Course

What I learned from Frontendmasters' Full Stack for Front-End Engineers Course

4
Comments
4 min read
Hoisting in JavaScript

Hoisting in JavaScript

8
Comments 2
2 min read
Primitive vs reference values in JavaScript

Primitive vs reference values in JavaScript

3
Comments
2 min read
🔥 If you are a developer, you must know how CORS works 🔥

🔥 If you are a developer, you must know how CORS works 🔥

12
Comments 1
1 min read
How to get started with animating on the web

How to get started with animating on the web

4
Comments 3
3 min read
React Native Custom Hooks - Part 1

React Native Custom Hooks - Part 1

28
Comments
2 min read
First blog post...ever {object pointers}

First blog post...ever {object pointers}

5
Comments 1
2 min read
What Are JavaScript Events?

What Are JavaScript Events?

4
Comments 2
2 min read
Building a dark-mode theme with CSS variables

Building a dark-mode theme with CSS variables

17
Comments
4 min read
Recommendation system #1 - Redis Hackathon

Recommendation system #1 - Redis Hackathon

9
Comments 1
1 min read
Reduct Storage Client SDK for JavaScript 0.6.0 was released

Reduct Storage Client SDK for JavaScript 0.6.0 was released

8
Comments
1 min read
Online/Offline Event Detection and how to keep your users attention on your app even when they are offline using javascript

Online/Offline Event Detection and how to keep your users attention on your app even when they are offline using javascript

10
Comments
5 min read
Meet BUN !!

Meet BUN !!

3
Comments
3 min read
Array Rotation in JS

Array Rotation in JS

22
Comments 6
2 min read
6 rules I follow to get simple and stable tests

6 rules I follow to get simple and stable tests

17
Comments
3 min read
Http request with Axios for beginners

Http request with Axios for beginners

6
Comments 1
2 min read
What’s the deal with Bun?

What’s the deal with Bun?

5
Comments
3 min read
NodeJS PostgreSQL (Bahasa Indonesia) Bagian 2

NodeJS PostgreSQL (Bahasa Indonesia) Bagian 2

4
Comments
1 min read
Carbon: A New Programming Language from Google (Will it Replace C++)

Carbon: A New Programming Language from Google (Will it Replace C++)

23
Comments
4 min read
Learning Resources (JS and more)

Learning Resources (JS and more)

8
Comments
2 min read
loading...