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.
The odyssey of asynchronous JavaScript

The odyssey of asynchronous JavaScript

18
Comments 2
8 min read
What's new in JavaScript: Optional Chaining

What's new in JavaScript: Optional Chaining

71
Comments 9
3 min read
Open the doors!

Open the doors!

5
Comments
2 min read
Setup Redux in a React app

Setup Redux in a React app

116
Comments 4
8 min read
BEEP BOOP! How to make a Twitter Bot (Part 2)

BEEP BOOP! How to make a Twitter Bot (Part 2)

16
Comments 5
5 min read
Everything Wrong With JavaScript `eval()`

Everything Wrong With JavaScript `eval()`

29
Comments 6
2 min read
Which JavaScript framework should you learn in 2019?

Which JavaScript framework should you learn in 2019?

18
Comments 3
3 min read
How to useEffect vs componentDid/Will-unmount

How to useEffect vs componentDid/Will-unmount

36
Comments 13
2 min read
Add interactivity to your CLIs with React

Add interactivity to your CLIs with React

16
Comments
11 min read
How to handle async side effects in 2019

How to handle async side effects in 2019

63
Comments
6 min read
Developing a Secure API with NestJS: Getting Started

Developing a Secure API with NestJS: Getting Started

38
Comments 1
1 min read
EventManager - an agnostic alternative to Redux

EventManager - an agnostic alternative to Redux

8
Comments
2 min read
Using Leaflet to add maps to your IONIC application

Using Leaflet to add maps to your IONIC application

7
Comments
7 min read
Functional programming for your everyday javascript: Using a Maybe

Functional programming for your everyday javascript: Using a Maybe

102
Comments 4
11 min read
ES6 Nodejs Project Kickstart

ES6 Nodejs Project Kickstart

36
Comments 11
2 min read
Excited to release my first side project on ProductHunt

Excited to release my first side project on ProductHunt

13
Comments
1 min read
Creating a Data Visualization Dashboard with Vue

Creating a Data Visualization Dashboard with Vue

45
Comments
10 min read
The definitive guide to the JavaScript generators

The definitive guide to the JavaScript generators

50
Comments 3
7 min read
How would you manage spell-check of packages?

How would you manage spell-check of packages?

4
Comments 1
1 min read
Lesson 1: Welcome to the wonderful world of coding!

Lesson 1: Welcome to the wonderful world of coding!

34
Comments
7 min read
React

React

41
Comments 2
2 min read
JavaScript Ternary Operator

JavaScript Ternary Operator

9
Comments 3
1 min read
Strongly-typed destructuring and rest parameters

Strongly-typed destructuring and rest parameters

15
Comments
3 min read
REACTIVE CONFERENCE 2019 LIVE STREAM DAY 1 🎥

REACTIVE CONFERENCE 2019 LIVE STREAM DAY 1 🎥

7
Comments
1 min read
I build a Website Screenshot API, curious what you guys think!

I build a Website Screenshot API, curious what you guys think!

37
Comments 8
1 min read
Use the new Angular Clipboard CDK to interact with the clipboard

Use the new Angular Clipboard CDK to interact with the clipboard

75
Comments
3 min read
Node Js Interview Question(Read a file, filter with date range, sort by field)

Node Js Interview Question(Read a file, filter with date range, sort by field)

38
Comments
1 min read
ES6 Promise | Promise.all | Promise.race | Promise.allSettled

ES6 Promise | Promise.all | Promise.race | Promise.allSettled

157
Comments 2
2 min read
Day 2: Analog Clock in Vanilla JS

Day 2: Analog Clock in Vanilla JS

6
Comments
1 min read
TypeScript Friendly State Management

TypeScript Friendly State Management

29
Comments 2
7 min read
Awesome Stepper Form with HTML/CSS/JavaScript

Awesome Stepper Form with HTML/CSS/JavaScript

55
Comments 8
6 min read
Online Payments with React + Square

Online Payments with React + Square

16
Comments
7 min read
Why You Should Learn JavaScript Principles First (Not the Hottest Frameworks)

Why You Should Learn JavaScript Principles First (Not the Hottest Frameworks)

455
Comments 22
6 min read
What happened to Graphical GUI Builders? - Help me understand - (They are still here, I guess)

What happened to Graphical GUI Builders? - Help me understand - (They are still here, I guess)

20
Comments 17
2 min read
Remote job php, js

Remote job php, js

4
Comments 1
1 min read
Configuring your Mobile Applications on the fly with Parse Config

Configuring your Mobile Applications on the fly with Parse Config

10
Comments 3
6 min read
Detect Toxic Language in Twilio Chat with Tensorflow.js

Detect Toxic Language in Twilio Chat with Tensorflow.js

121
Comments 3
7 min read
Como melhorar a qualidade de código com ESLint e Prettier?

Como melhorar a qualidade de código com ESLint e Prettier?

19
Comments
3 min read
How to get React Router 4 to allow nested components inside of a Switch

How to get React Router 4 to allow nested components inside of a Switch

25
Comments 8
2 min read
Sapper + Svelte + tailwindcss boilerplate

Sapper + Svelte + tailwindcss boilerplate

145
Comments 15
3 min read
Elegant memory management with Kotlin and J2V8

Elegant memory management with Kotlin and J2V8

11
Comments 1
3 min read
Get a job at Google

Get a job at Google

5
Comments 4
1 min read
Add Continuous Deployment, Authentication, and a Managed Identity to your Serverless Function in Under 10 Minutes

Add Continuous Deployment, Authentication, and a Managed Identity to your Serverless Function in Under 10 Minutes

46
Comments
1 min read
Intro to Regex for Web Developers

Intro to Regex for Web Developers

441
Comments 36
3 min read
Senstate - Make sense of your state while debugging

Senstate - Make sense of your state while debugging

12
Comments
2 min read
Create a HMAC Authorization Header in NodeJS

Create a HMAC Authorization Header in NodeJS

3
Comments
3 min read
Simply JavaScript: learn computer science and programming in the world's most ubiquitous language (introduction and index)

Simply JavaScript: learn computer science and programming in the world's most ubiquitous language (introduction and index)

8
Comments
4 min read
What is a Promise?!?

What is a Promise?!?

10
Comments
3 min read
animate on scroll javascript library

animate on scroll javascript library

8
Comments
1 min read
Getting started with computing and 💻 computer science (with examples in JavaScript... and dessert! 🍰)

Getting started with computing and 💻 computer science (with examples in JavaScript... and dessert! 🍰)

8
Comments
5 min read
Cleaning up the DOM with ForwardRef in React

Cleaning up the DOM with ForwardRef in React

22
Comments 1
9 min read
Learning TypeScript Data Types - From Zero to Hero

Learning TypeScript Data Types - From Zero to Hero

59
Comments 2
15 min read
Understanding MVC-Services for Frontend: TypeScript

Understanding MVC-Services for Frontend: TypeScript

179
Comments
11 min read
FrontEnd Development: Zero to Hero

FrontEnd Development: Zero to Hero

184
Comments 12
4 min read
BubbleSort Algorithm simplified

BubbleSort Algorithm simplified

6
Comments
3 min read
Use SQlite3 in async / await mode

Use SQlite3 in async / await mode

9
Comments 1
7 min read
Debugging your SashiDo app's Cloud Code

Debugging your SashiDo app's Cloud Code

6
Comments
5 min read
A button generates a button

A button generates a button

4
Comments
1 min read
Learn How YOU can build enterprise Vue.js applications with Nuxt

Learn How YOU can build enterprise Vue.js applications with Nuxt

180
Comments 5
13 min read
Implementación de un Traductor en tiempo real con Translator Text & Node.js

Implementación de un Traductor en tiempo real con Translator Text & Node.js

15
Comments 1
7 min read
loading...