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 To Set Up Mongoose With ExpressJS

How To Set Up Mongoose With ExpressJS

14
Comments
6 min read
VS Code - Vertical Rulers for Prettier Code?

VS Code - Vertical Rulers for Prettier Code?

53
Comments 4
2 min read
Destructuring Tweets - Episode 1 - Set() Trickery

Destructuring Tweets - Episode 1 - Set() Trickery

6
Comments
2 min read
Handling multi-page API calls with React Hooks

Handling multi-page API calls with React Hooks

66
Comments
9 min read
How to write a javascript program.?

How to write a javascript program.?

5
Comments 2
2 min read
How to debug your code in javascript?

How to debug your code in javascript?

5
Comments
2 min read
CurateBot Devlog 0: Simple interface for curating and scheduling AI-generated tweets

CurateBot Devlog 0: Simple interface for curating and scheduling AI-generated tweets

2
Comments
2 min read
How I made a cure.fit website clone in just 3 days? 🏋️‍♂️💻

How I made a cure.fit website clone in just 3 days? 🏋️‍♂️💻

2
Comments 1
4 min read
Toggle Between Dark/Light Modes with HTML5 web storage API

Toggle Between Dark/Light Modes with HTML5 web storage API

43
Comments
2 min read
Web development technologies bucketlist for 2021

Web development technologies bucketlist for 2021

2
Comments 1
3 min read
How to Destroy a Web Page - (Digital Ocean Hackathon Blog: Part 3 - Finale)

How to Destroy a Web Page - (Digital Ocean Hackathon Blog: Part 3 - Finale)

11
Comments 6
3 min read
How One Developer Recreated AirDrop Using Just JavaScript

How One Developer Recreated AirDrop Using Just JavaScript

1481
Comments 54
4 min read
JavaScript Sorting Algorithms: Selection Sort

JavaScript Sorting Algorithms: Selection Sort

18
Comments 1
3 min read
Using a REST API in react

Using a REST API in react

89
Comments 8
4 min read
Vanilla JavaScript get all elements in a form

Vanilla JavaScript get all elements in a form

31
Comments 7
2 min read
Vue.js Scroll Progress Indicator

Vue.js Scroll Progress Indicator

7
Comments
3 min read
Build and Publish a Multi-Platform Electron App on GitHub

Build and Publish a Multi-Platform Electron App on GitHub

40
Comments 14
6 min read
Using tailwind at build-time with lit-element

Using tailwind at build-time with lit-element

73
Comments 9
6 min read
You Don't Know JS: Get Started: Chapter 3 (Digging to the Roots of JS) Notes

You Don't Know JS: Get Started: Chapter 3 (Digging to the Roots of JS) Notes

30
Comments 3
6 min read
How to Locomotive Scroll and Nuxt (with example and gotchas)

How to Locomotive Scroll and Nuxt (with example and gotchas)

39
Comments 16
4 min read
CodeSandBox to the rescue for github changes

CodeSandBox to the rescue for github changes

15
Comments 1
3 min read
Full-stack Javascript Components

Full-stack Javascript Components

6
Comments
1 min read
Introduction to the HTML5 Canvas

Introduction to the HTML5 Canvas

5
Comments
3 min read
Border Radius Generator Tool (VanillaJS)

Border Radius Generator Tool (VanillaJS)

9
Comments 5
4 min read
How The Abstract Equality Comparison (==) In JavaScript Works

How The Abstract Equality Comparison (==) In JavaScript Works

9
Comments 3
6 min read
Formatação de moedas em JavaScript

Formatação de moedas em JavaScript

2
Comments
1 min read
Let’s Develop an E-Commerce Application From Scratch Using Java

Let’s Develop an E-Commerce Application From Scratch Using Java

43
Comments 10
8 min read
What to learn and use for statement management in React ?

What to learn and use for statement management in React ?

3
Comments 3
1 min read
Rules of Micro-Frontends

Rules of Micro-Frontends

56
Comments 7
3 min read
Integrating TailwindCSS with Next.js

Integrating TailwindCSS with Next.js

25
Comments
3 min read
Learn JSON in 5 Minutes

Learn JSON in 5 Minutes

21
Comments 3
2 min read
FullStack Vanilla JS Music Player

FullStack Vanilla JS Music Player

39
Comments 2
1 min read
10 Javascript Array Methods You Should Know

10 Javascript Array Methods You Should Know

15
Comments
4 min read
What happened to Components being just a visual thing?

What happened to Components being just a visual thing?

22
Comments 58
6 min read
My Dev. Portfolio

My Dev. Portfolio

64
Comments 31
1 min read
7 Reasons Why You Should Learn JavaScript in 2021

7 Reasons Why You Should Learn JavaScript in 2021

10
Comments 1
3 min read
Create and implement a loader. (easy)

Create and implement a loader. (easy)

17
Comments
2 min read
From Classicism to Metamodernism — A Short History of Web Development

From Classicism to Metamodernism — A Short History of Web Development

31
Comments 1
2 min read
Creating a database from scratch with Node.js - Days 8-9

Creating a database from scratch with Node.js - Days 8-9

1
Comments
1 min read
Mistakes Were Made [Part 2]

Mistakes Were Made [Part 2]

12
Comments
7 min read
How to monitor CPU utilization in Linux

How to monitor CPU utilization in Linux

40
Comments 5
4 min read
Building a portfolio site in GatsbyJS

Building a portfolio site in GatsbyJS

41
Comments 3
3 min read
5 ways to remove elements from Array in JavaScript

5 ways to remove elements from Array in JavaScript

7
Comments
2 min read
UI Dev Newsletter #37

UI Dev Newsletter #37

3
Comments
1 min read
Covtact: Contact diary with Style [Digital Ocean Hackathon]

Covtact: Contact diary with Style [Digital Ocean Hackathon]

5
Comments
1 min read
Search with typo tolerance

Search with typo tolerance

8
Comments
5 min read
Project 27 of 100 - mini-project: Configuring a React Project for Tailwind CSS

Project 27 of 100 - mini-project: Configuring a React Project for Tailwind CSS

14
Comments 2
1 min read
Using React Context API Like a Pro

Using React Context API Like a Pro

113
Comments 7
4 min read
RxJS CheatSheet

RxJS CheatSheet

34
Comments 1
9 min read
🔥 The must-have custom React hook for any web application. 🔥

🔥 The must-have custom React hook for any web application. 🔥

32
Comments 3
1 min read
Change detections rules in angular

Change detections rules in angular

5
Comments
2 min read
Currency Converter | Javascript Build

Currency Converter | Javascript Build

5
Comments
1 min read
REDIS: NOSQL DBS

REDIS: NOSQL DBS

3
Comments
1 min read
PROGRAMMING AS A STATE OF MIND: )

PROGRAMMING AS A STATE OF MIND: )

34
Comments 6
4 min read
React Multiple Images Upload with Preview example

React Multiple Images Upload with Preview example

48
Comments 1
3 min read
Understanding call(), apply() and bind() in JavaScript

Understanding call(), apply() and bind() in JavaScript

26
Comments
4 min read
Flyd a functional reactive library...

Flyd a functional reactive library...

5
Comments
1 min read
Finding a single item in an array

Finding a single item in an array

22
Comments 5
1 min read
Junior Developer to join a startup

Junior Developer to join a startup

14
Comments 18
1 min read
Generating beautiful Open Graph images with Node.js

Generating beautiful Open Graph images with Node.js

4
Comments
9 min read
loading...