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.
All you need to know to start writing Svelte Single File Components

All you need to know to start writing Svelte Single File Components

110
Comments 7
6 min read
Better Web Components Pt. 1: Rendering Children ✔️

Better Web Components Pt. 1: Rendering Children ✔️

16
Comments 3
3 min read
D3 Dashboard Tutorial with Cube.js

D3 Dashboard Tutorial with Cube.js

134
Comments 7
11 min read
An Intro to Dependencies and Package Managers (NodeJS style)

An Intro to Dependencies and Package Managers (NodeJS style)

12
Comments
4 min read
Understand RxJs mergeMap operator, Today!

Understand RxJs mergeMap operator, Today!

22
Comments
1 min read
Setting Up Your React Project

Setting Up Your React Project

22
Comments
2 min read
NodeJS express ACL architecture

NodeJS express ACL architecture

19
Comments
2 min read
Implement middleware pattern in Azure Functions

Implement middleware pattern in Azure Functions

6
Comments
3 min read
Node-Express⚡REST API for Sending SMS OTP

Node-Express⚡REST API for Sending SMS OTP

18
Comments
1 min read
Hands-on Ghost pt.1 - Become an online publisher step-by-step using your server.

Hands-on Ghost pt.1 - Become an online publisher step-by-step using your server.

11
Comments
4 min read
freeCodeCamp Pomodoro Clock 00: create-react-app Development Environment

freeCodeCamp Pomodoro Clock 00: create-react-app Development Environment

18
Comments
5 min read
Full Stack Machine learning on AWS: Reading Text from an Image with AWS Amplify & Amazon Rekognition 05:49

Full Stack Machine learning on AWS: Reading Text from an Image with AWS Amplify & Amazon Rekognition

90
Comments 3
1 min read
How 3 Product Hunt UX Bugs Derailed My Product Launch

How 3 Product Hunt UX Bugs Derailed My Product Launch

9
Comments 1
16 min read
6 Things I Learned From Migrating From jQuery to React

6 Things I Learned From Migrating From jQuery to React

11
Comments
2 min read
A Few Things I Do Every Time I Start A New Gatsby Site

A Few Things I Do Every Time I Start A New Gatsby Site

54
Comments 9
2 min read
HOW TO CREATE A CUSTOM PROGRESS BAR

HOW TO CREATE A CUSTOM PROGRESS BAR

25
Comments 6
2 min read
Make It Work, Then Make it Pretty

Make It Work, Then Make it Pretty

55
Comments 6
3 min read
I've Rediscovered How Fun Javascript Can Be, Ask Me Anything!

I've Rediscovered How Fun Javascript Can Be, Ask Me Anything!

23
Comments 23
1 min read
Get more type help from VS Code

Get more type help from VS Code

5
Comments
1 min read
10 Practices in VSCode to Hasten Your React Development Flow

10 Practices in VSCode to Hasten Your React Development Flow

323
Comments 7
8 min read
Connecting React with Redux

Connecting React with Redux

49
Comments 1
7 min read
20+ Best React UI Component Libraries / Frameworks for 2020

20+ Best React UI Component Libraries / Frameworks for 2020

59
Comments 22
11 min read
What technologies can help building an interactive map of nodes, that may be linked to each other (JS)

What technologies can help building an interactive map of nodes, that may be linked to each other (JS)

5
Comments 3
1 min read
Coercion in JavaScript - 🤔 do you know what it is?

Coercion in JavaScript - 🤔 do you know what it is?

55
Comments 7
2 min read
Map, Filter, & Reduce in JavaScript

Map, Filter, & Reduce in JavaScript

55
Comments 5
4 min read
Join our JavaScript book club

Join our JavaScript book club

255
Comments 37
4 min read
Converting an app to React Native — How to get started

Converting an app to React Native — How to get started

7
Comments
8 min read
Tips for writing great Svelte tests

Tips for writing great Svelte tests

15
Comments 12
5 min read
Learning Node JS In 30 Days [Mini series]

Learning Node JS In 30 Days [Mini series]

140
Comments 8
3 min read
Truncate Text Easily in Your Vue.js App with Vue-Clamp

Truncate Text Easily in Your Vue.js App with Vue-Clamp

10
Comments 4
7 min read
Install an NPM package from a github repository

Install an NPM package from a github repository

11
Comments
3 min read
Using CSS with Javascript to create a Read-More button

Using CSS with Javascript to create a Read-More button

6
Comments
2 min read
Javascript Trivia V1

Javascript Trivia V1

6
Comments
2 min read
The right tools to use for technical assessments & live coding interviews

The right tools to use for technical assessments & live coding interviews

39
Comments
5 min read
Answer: How do I get started with Node.js

Answer: How do I get started with Node.js

9
Comments 1
1 min read
Deploy static vuepress site using now.sh and basic authentication

Deploy static vuepress site using now.sh and basic authentication

11
Comments 1
2 min read
JS: The difference between "undefined", "null" and "void 0"

JS: The difference between "undefined", "null" and "void 0"

55
Comments 8
3 min read
Top 10 Web Development Trends in 2020

Top 10 Web Development Trends in 2020

105
Comments 1
10 min read
How to Code your own Discord Bot | PART 1| Getting started.

How to Code your own Discord Bot | PART 1| Getting started.

9
Comments
1 min read
JavaScript Series – JavaScript Types Cont. – Part 4

JavaScript Series – JavaScript Types Cont. – Part 4

14
Comments 1
1 min read
JavaScript array methods: Mutator VS Non-mutator and the returning value

JavaScript array methods: Mutator VS Non-mutator and the returning value

76
Comments 6
5 min read
Why Quasar? Why Nuxt? Why Vue?

Why Quasar? Why Nuxt? Why Vue?

11
Comments 9
1 min read
Implementing context menu using react hooks

Implementing context menu using react hooks

13
Comments 7
2 min read
Replacing React with Preact. It was easy and worth it.

Replacing React with Preact. It was easy and worth it.

52
Comments 4
2 min read
Do you have the courage to share with us your first project

Do you have the courage to share with us your first project

4
Comments 3
1 min read
How YOU can learn to use Svelte for your next JS project

How YOU can learn to use Svelte for your next JS project

168
Comments 18
11 min read
Learn Svelte: Connecting the Pomodoro Timer and Tasks with Props and Stores

Learn Svelte: Connecting the Pomodoro Timer and Tasks with Props and Stores

64
Comments 1
15 min read
A Modern Developer's Workflow For Twine

A Modern Developer's Workflow For Twine

66
Comments 13
12 min read
JavaScript innerHTML, innerText, and textContent

JavaScript innerHTML, innerText, and textContent

48
Comments
3 min read
Optional Chaining

Optional Chaining

9
Comments
1 min read
Compute MD5 checksum hash for a File in Typescript

Compute MD5 checksum hash for a File in Typescript

15
Comments 1
2 min read
Dockerize a React app with Node.js backend connected to MongoDb

Dockerize a React app with Node.js backend connected to MongoDb

477
Comments 21
5 min read
Introduction to TypeScript Data Types — Tuple, Enum, and Any

Introduction to TypeScript Data Types — Tuple, Enum, and Any

52
Comments 6
6 min read
⏱ 5 min chrono FREE admin panel with ForestAdmin

⏱ 5 min chrono FREE admin panel with ForestAdmin

45
Comments 2
3 min read
🤔 Check if an object is empty in JS

🤔 Check if an object is empty in JS

68
Comments 3
2 min read
3 Minimally-Invasive Supercharged JS DEBUG Tools You Didn't Know You Had

3 Minimally-Invasive Supercharged JS DEBUG Tools You Didn't Know You Had

12
Comments 2
6 min read
Como gerar CHANGELOG automaticamente

Como gerar CHANGELOG automaticamente

38
Comments 2
10 min read
Difference between stopPropagation and preventDefault?

Difference between stopPropagation and preventDefault?

41
Comments 3
3 min read
Full Stack Machine learning on AWS: Language Translation with AWS Amplify 05:29

Full Stack Machine learning on AWS: Language Translation with AWS Amplify

88
Comments
1 min read
Animations in React 2020 - react-spring

Animations in React 2020 - react-spring

44
Comments 1
1 min read
loading...