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.
WebSockets tutorial: How to go real-time with Node and React

WebSockets tutorial: How to go real-time with Node and React

17
Comments
8 min read
Sneaky Fingerprint and IP Tracker with React

Sneaky Fingerprint and IP Tracker with React

52
Comments 1
4 min read
Breakpoints reactivity with Tailwind and VueJS

Breakpoints reactivity with Tailwind and VueJS

20
Comments 5
2 min read
Dealing with nested callbacks

Dealing with nested callbacks

23
Comments 2
6 min read
Promises vs Observables for AngularJS-to-Angular migration

Promises vs Observables for AngularJS-to-Angular migration

15
Comments
6 min read
Quick Intro to Vuex ORM

Quick Intro to Vuex ORM

12
Comments 1
4 min read
Possibly Odd Approach for Quick Authentication - User Registry API and Passport

Possibly Odd Approach for Quick Authentication - User Registry API and Passport

31
Comments
6 min read
JSON Parser pt2: Arrays

JSON Parser pt2: Arrays

9
Comments
9 min read
Creating a GraphQL server with NodeJS

Creating a GraphQL server with NodeJS

92
Comments 5
13 min read
Writing a JSON Parser in JS pt 1: primitives

Writing a JSON Parser in JS pt 1: primitives

13
Comments
3 min read
Testing your IndexedDB code with Jest

Testing your IndexedDB code with Jest

27
Comments
10 min read
Generating random color with single line of js code

Generating random color with single line of js code

56
Comments 4
2 min read
Honey, I Type Checked The Children

Honey, I Type Checked The Children

65
Comments 5
4 min read
7 Javascript Methods That Aid DOM Manipulation

7 Javascript Methods That Aid DOM Manipulation

182
Comments 24
5 min read
Create Node Command line App

Create Node Command line App

6
Comments 2
2 min read
Openshift, Node and Keycloak

Openshift, Node and Keycloak

12
Comments
3 min read
GitHub announces GitHub Package Registry

GitHub announces GitHub Package Registry

59
Comments 26
1 min read
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

10
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

6
Comments
11 min read
Handling Array Duplicates Can Be Tricky

Handling Array Duplicates Can Be Tricky

73
Comments 21
3 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
The string-matching regex explained step by step

The string-matching regex explained step by step

108
Comments 9
8 min read
Building a Plex Server Duration Search with Vue.js

Building a Plex Server Duration Search with Vue.js

20
Comments
7 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

76
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
A Practical Guide To Optimizing Performance On The Web

A Practical Guide To Optimizing Performance On The Web

230
Comments 7
6 min read
Hotspots, Social proof, Map form | Module Monday 39

Hotspots, Social proof, Map form | Module Monday 39

7
Comments
2 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
Node.js File System API - beginner-friendly guide

Node.js File System API - beginner-friendly guide

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

Explain Javascript Async/Sync like I am Five

5
Comments 1
1 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
Express i18n Made Easy!

Express i18n Made Easy!

18
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
loading...