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.
Master VS Code + Resources!

Master VS Code + Resources!

100
Comments 12
3 min read
Know These JavaScript Basics Before Learning React

Know These JavaScript Basics Before Learning React

7
Comments
3 min read
Boost YouTube's Volume Beyond 100% (without an extension)

Boost YouTube's Volume Beyond 100% (without an extension)

81
Comments 9
2 min read
Automated settings panel with the JavaScript typeof operator

Automated settings panel with the JavaScript typeof operator

6
Comments
3 min read
A step-by-step guide to installing Node.js on Ubuntu

A step-by-step guide to installing Node.js on Ubuntu

13
Comments 1
2 min read
Creating a collapsible section with nothing but HTML

Creating a collapsible section with nothing but HTML

135
Comments 20
2 min read
Graph - Data Structure & Algorithm Part VIII

Graph - Data Structure & Algorithm Part VIII

23
Comments
8 min read
6 Ways of Selenium Test Scripts Debugging

6 Ways of Selenium Test Scripts Debugging

8
Comments
5 min read
Javascript: How to implement a queue

Javascript: How to implement a queue

82
Comments 11
5 min read
The Basics of HTTP Request Methods

The Basics of HTTP Request Methods

5
Comments
3 min read
Build a REST API with Node.js: Deploying to Heroku (Finale)

Build a REST API with Node.js: Deploying to Heroku (Finale)

2
Comments
6 min read
Build a REST API with Node.js: Routes and Controllers

Build a REST API with Node.js: Routes and Controllers

3
Comments
7 min read
Promises in Javascript

Promises in Javascript

33
Comments
4 min read
A Simple Guide to Arrow Functions in JavaScript

A Simple Guide to Arrow Functions in JavaScript

2
Comments
5 min read
Client-Side Storage in JavaScript

Client-Side Storage in JavaScript

5
Comments
4 min read
A Simple Boilerplate for React.js Projects

A Simple Boilerplate for React.js Projects

28
Comments 2
1 min read
Micro Frontends Patterns#8: Unified SPA

Micro Frontends Patterns#8: Unified SPA

7
Comments
2 min read
10 Important Tools for React Developers in 2021

10 Important Tools for React Developers in 2021

17
Comments
3 min read
String manipulation types in TypeScript 4.1

String manipulation types in TypeScript 4.1

27
Comments 1
2 min read
Sleep function in javaScript

Sleep function in javaScript

14
Comments 8
2 min read
How I designed an alternative to JSX

How I designed an alternative to JSX

15
Comments 3
3 min read
Amazon Virtual Interview Experience - Frontend Engineer II

Amazon Virtual Interview Experience - Frontend Engineer II

25
Comments 5
7 min read
Intro to Node.js (Part 2)

Intro to Node.js (Part 2)

29
Comments
6 min read
Mocking our development and testing infrastructures with Docker

Mocking our development and testing infrastructures with Docker

9
Comments 2
11 min read
What are some interesting visualization libraries?

What are some interesting visualization libraries?

65
Comments 25
1 min read
Create your own State Management solution in one line

Create your own State Management solution in one line

25
Comments 2
1 min read
Get Started With TypeScript the Easy Way

Get Started With TypeScript the Easy Way

10
Comments
14 min read
DRY - Don’t repeat yourself

DRY - Don’t repeat yourself

9
Comments
3 min read
🍦 Vanilla JS Starry Night

🍦 Vanilla JS Starry Night

34
Comments 2
3 min read
#SeasonsOfServerless Solution 5: Tteok-guk for The New Year

#SeasonsOfServerless Solution 5: Tteok-guk for The New Year

9
Comments
3 min read
How I made a no-div playground in Vanilla JavaScript

How I made a no-div playground in Vanilla JavaScript

32
Comments
8 min read
Using Map, Filter, and Reduce: Collection-Processing Methods in Javascript

Using Map, Filter, and Reduce: Collection-Processing Methods in Javascript

42
Comments 3
3 min read
Princess Finder using React, ml5.js, and Teachable Machine Learning

Princess Finder using React, ml5.js, and Teachable Machine Learning

31
Comments 4
6 min read
How to make API calls with Javascript

How to make API calls with Javascript

17
Comments
8 min read
AdventOfCode 2020 is over 🎄 Here is what I learned 🤓

AdventOfCode 2020 is over 🎄 Here is what I learned 🤓

3
Comments
3 min read
Unofficial dev.to iOS widget

Unofficial dev.to iOS widget

24
Comments 8
2 min read
Using AWS Lambda and Slack to find Xbox Series X stock, so you don't have to

Using AWS Lambda and Slack to find Xbox Series X stock, so you don't have to

14
Comments 1
12 min read
Angular 11 Pagination example

Angular 11 Pagination example

15
Comments
2 min read
Maps (Hashmaps) in Javascript

Maps (Hashmaps) in Javascript

19
Comments 2
2 min read
How to add Authentication to a Vue App using Firebase

How to add Authentication to a Vue App using Firebase

4
Comments
11 min read
Implementing react-select Async with React Hooks and applying Pagination

Implementing react-select Async with React Hooks and applying Pagination

39
Comments
3 min read
Worker Threads in Node.js

Worker Threads in Node.js

62
Comments 1
4 min read
The client is not always right: another twist in modern front-end development (Part 2)

The client is not always right: another twist in modern front-end development (Part 2)

8
Comments
4 min read
The client is not always right: another twist in modern front-end development (Part 1)

The client is not always right: another twist in modern front-end development (Part 1)

8
Comments
6 min read
Transducers in javascript

Transducers in javascript

22
Comments 2
15 min read
✨ How to make your React app a PWA with Create React App 4

✨ How to make your React app a PWA with Create React App 4

36
Comments 4
2 min read
|Authentication| From Scratch

|Authentication| From Scratch

25
Comments
2 min read
JavaScript Sorting Algorithms: Bubble Sort

JavaScript Sorting Algorithms: Bubble Sort

30
Comments
3 min read
An Overview of JavaScript Object Property Flags and Descriptors

An Overview of JavaScript Object Property Flags and Descriptors

14
Comments 5
9 min read
Making concurrent API calls in Node

Making concurrent API calls in Node

65
Comments 5
3 min read
How to collect date information using HTML Input!

How to collect date information using HTML Input!

3
Comments
2 min read
Time management as a developer for maximum productivity.

Time management as a developer for maximum productivity.

18
Comments
1 min read
PWA Metadata in manifest.json

PWA Metadata in manifest.json

17
Comments 2
2 min read
Fundamentals of Client Side Javascript (navigator, window, document, etc.)

Fundamentals of Client Side Javascript (navigator, window, document, etc.)

9
Comments
2 min read
How to add and customize Bootstrap in Nuxt.js

How to add and customize Bootstrap in Nuxt.js

3
Comments 1
3 min read
Demystifying DOM(s) : Everything you need to know about DOM, V-DOM, Shadow DOM

Demystifying DOM(s) : Everything you need to know about DOM, V-DOM, Shadow DOM

72
Comments 6
6 min read
How to Integrate dev.to with Gatsby

How to Integrate dev.to with Gatsby

22
Comments 3
6 min read
Importance of refactoring your code

Importance of refactoring your code

12
Comments 4
2 min read
How to create a slick animation from Killing Eve

How to create a slick animation from Killing Eve

53
Comments 3
6 min read
What is JSX in React?

What is JSX in React?

47
Comments 6
2 min read
loading...