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.
Weekly Coding Challenge - Week #10 - Clock

Weekly Coding Challenge - Week #10 - Clock

18
Comments
1 min read
How To Quickly Deploy Node Js App To Heroku

How To Quickly Deploy Node Js App To Heroku

58
Comments 4
3 min read
Take Your Node.js Project to The Production Environment (VPS/Dedicated Server)

Take Your Node.js Project to The Production Environment (VPS/Dedicated Server)

35
Comments
1 min read
Hosting static websites on Openshift

Hosting static websites on Openshift

11
Comments
2 min read
Building a JSX + DOM library Part 4

Building a JSX + DOM library Part 4

6
Comments
5 min read
The Urlist — An application study in Serverless and Azure

The Urlist — An application study in Serverless and Azure

7
Comments
11 min read
64 bit fun. Counting from 0 to MaxValue

64 bit fun. Counting from 0 to MaxValue

11
Comments
3 min read
How to control and record voice calls with Node.js serverless functions

How to control and record voice calls with Node.js serverless functions

39
Comments 2
8 min read
Ask about recursion during coding interviews to identify good talent

Ask about recursion during coding interviews to identify good talent

6
Comments
3 min read
JavaScript Modulo operation and the Caesar Cipher

JavaScript Modulo operation and the Caesar Cipher

8
Comments
4 min read
A Walk on the Svelte Side: Introduction

A Walk on the Svelte Side: Introduction

23
Comments
7 min read
Everything you need to get up and running with VueJS.

Everything you need to get up and running with VueJS.

373
Comments 8
12 min read
Line by Line: leaflet.js

Line by Line: leaflet.js

7
Comments
1 min read
Mental Health Month in Tech: Three Good Things App

Mental Health Month in Tech: Three Good Things App

86
Comments 12
1 min read
Creating a network graph using nodes and links(loop) D3

Creating a network graph using nodes and links(loop) D3

8
Comments
1 min read
Automate NPM packages security fixes with recurring tasks on CI

Automate NPM packages security fixes with recurring tasks on CI

77
Comments 8
5 min read
Vue vs React: Choosing the Best Tool for Your Project in 2019. Part 3

Vue vs React: Choosing the Best Tool for Your Project in 2019. Part 3

8
Comments 2
5 min read
Hotspots, Social proof, Map form | Module Monday 39

Hotspots, Social proof, Map form | Module Monday 39

7
Comments
2 min read
Node.js File System API - beginner-friendly guide

Node.js File System API - beginner-friendly guide

108
Comments 7
11 min read
Automatically generating boiler plate code for NodeJS REST APIs

Automatically generating boiler plate code for NodeJS REST APIs

11
Comments
3 min read
Explain Javascript Async/Sync like I am Five

Explain Javascript Async/Sync like I am Five

5
Comments 1
1 min read
ReasonML for production React Apps? 🤔 (Part 3)

ReasonML for production React Apps? 🤔 (Part 3)

54
Comments 8
10 min read
Configure Parcel JS and Babel to use JavaScript proposal class properties

Configure Parcel JS and Babel to use JavaScript proposal class properties

8
Comments
5 min read
How I got a remote, paid internship with Mozilla through Outreachy

How I got a remote, paid internship with Mozilla through Outreachy

21
Comments 2
11 min read
Building a JSX + DOM library Part 3

Building a JSX + DOM library Part 3

20
Comments
6 min read
Composition Over Inheritance

Composition Over Inheritance

9
Comments 1
3 min read
Building a GatsbyJS Theme - Part Two

Building a GatsbyJS Theme - Part Two

7
Comments 2
6 min read
Quick Vue Tip: Cleaner Data Fetching

Quick Vue Tip: Cleaner Data Fetching

111
Comments 8
2 min read
Where is Node.js Inventor right now?

Where is Node.js Inventor right now?

18
Comments 2
2 min read
Line by Line: Node.js Server

Line by Line: Node.js Server

11
Comments
1 min read
Simple ways to improve code readability

Simple ways to improve code readability

37
Comments 8
4 min read
Persisting your React state in 9 lines

Persisting your React state in 9 lines

159
Comments 21
3 min read
Learning MDX Deck: Getting Started

Learning MDX Deck: Getting Started

28
Comments 2
2 min read
HOW TO ADD BEAUTIFUL SOURCE CODE IN MEDIUM ARTICLES

HOW TO ADD BEAUTIFUL SOURCE CODE IN MEDIUM ARTICLES

7
Comments 3
2 min read
Where's my inheritance? Understanding the Liskov Substitution Principle

Where's my inheritance? Understanding the Liskov Substitution Principle

7
Comments 2
3 min read
Building a Real-time Game of Thrones Voting App with GraphQL and Chart.js

Building a Real-time Game of Thrones Voting App with GraphQL and Chart.js

153
Comments 7
6 min read
Express i18n Made Easy!

Express i18n Made Easy!

26
Comments
5 min read
Building a JSX + DOM library Part 2

Building a JSX + DOM library Part 2

6
Comments
5 min read
Side project update #1

Side project update #1

15
Comments
7 min read
How JavaScript engine execute this code?

How JavaScript engine execute this code?

6
Comments 6
1 min read
Maybe I Should Have Just Used create-react-app

Maybe I Should Have Just Used create-react-app

56
Comments 28
4 min read
dev.to API: How to Turn DEV Posts into Postcards 📫

dev.to API: How to Turn DEV Posts into Postcards 📫

71
Comments 6
2 min read
Can I Get Some Feedback? (Moment.js in particular)

Can I Get Some Feedback? (Moment.js in particular)

5
Comments 7
1 min read
Introduction to React Hooks

Introduction to React Hooks

176
Comments 8
5 min read
Building an Interactive LED Art Piece for JSConf EU

Building an Interactive LED Art Piece for JSConf EU

32
Comments 2
3 min read
Simplify web development. please!

Simplify web development. please!

92
Comments 22
3 min read
Creating 404 page in react using React Router

Creating 404 page in react using React Router

76
Comments 11
2 min read
Read and parse POST/PATCH/PUT request JSON or form body with Express and no dependencies

Read and parse POST/PATCH/PUT request JSON or form body with Express and no dependencies

8
Comments
5 min read
How I configure VSCode for Everything

How I configure VSCode for Everything

619
Comments 37
3 min read
Array Methods: The Gateway to Functional Programming

Array Methods: The Gateway to Functional Programming

10
Comments
9 min read
Tip: Disabling Links As Buttons in Gatsby

Tip: Disabling Links As Buttons in Gatsby

9
Comments 2
1 min read
Replacing the if-else conditionals with logical operators && and ||

Replacing the if-else conditionals with logical operators && and ||

10
Comments
2 min read
ES6: Arrow Functions

ES6: Arrow Functions

6
Comments
3 min read
Building a JSX + DOM library Part 1

Building a JSX + DOM library Part 1

12
Comments
5 min read
Creating Linked Lists With JavaScript

Creating Linked Lists With JavaScript

353
Comments 6
7 min read
Vue vs React: Choosing the Best Tool for Your Project in 2019. Part 2

Vue vs React: Choosing the Best Tool for Your Project in 2019. Part 2

15
Comments 2
4 min read
JavaScript async and await in loops

JavaScript async and await in loops

103
Comments 1
8 min read
Access head, body without document queries

Access head, body without document queries

6
Comments
1 min read
Learn by Contributing

Learn by Contributing

594
Comments 44
11 min read
How to write a progressive image loading hook

How to write a progressive image loading hook

31
Comments 6
3 min read
loading...