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.
Upgrading to webpack 4

Upgrading to webpack 4

11
Comments
4 min read
Permutations/Combinations Algorithms Cheat Sheets

Permutations/Combinations Algorithms Cheat Sheets

150
Comments 1
3 min read
How ASTs power the GraphQL schema handling

How ASTs power the GraphQL schema handling

28
Comments 1
8 min read
How we decreased load time by 40% by removing just 1 file

How we decreased load time by 40% by removing just 1 file

49
Comments 9
3 min read
Async programming basics every JS developer should know

Async programming basics every JS developer should know

534
Comments 35
6 min read
Detecting Object vs Array in JavaScript by example

Detecting Object vs Array in JavaScript by example

14
Comments 1
2 min read
BxJS Weekly Ep. 17 - javascript news podcast 1:00:38

BxJS Weekly Ep. 17 - javascript news podcast

33
Comments
1 min read
Recursos para desarrolladores Julio 2018

Recursos para desarrolladores Julio 2018

13
Comments
4 min read
How Netflix and Paypal did product transformation using Node.js?

How Netflix and Paypal did product transformation using Node.js?

17
Comments
2 min read
Did you know CSS has over 400 unique properties

Did you know CSS has over 400 unique properties

37
Comments 4
1 min read
Deploying a React app with React-Router and an Express Backend

Deploying a React app with React-Router and an Express Backend

168
Comments 51
6 min read
The beautiful thing called EventEmitter

The beautiful thing called EventEmitter

57
Comments 5
5 min read
Setting up a server in express.js

Setting up a server in express.js

93
Comments 5
1 min read
DIY RSS Feed Reader

DIY RSS Feed Reader

47
Comments 6
4 min read
What are some concepts in TypeScript that you'd like to know more about?

What are some concepts in TypeScript that you'd like to know more about?

42
Comments 14
1 min read
Managing State in React: Redux or not Redux?

Managing State in React: Redux or not Redux?

103
Comments 4
10 min read
Module Monday: Parallax scroll, Image gallery, Sidenav, & more

Module Monday: Parallax scroll, Image gallery, Sidenav, & more

100
Comments 2
2 min read
LIVE SHOW - Progressive Web Applications #PWA in Angular

LIVE SHOW - Progressive Web Applications #PWA in Angular

13
Comments
1 min read
Javascript - DOM Manipulation without jQuery

Javascript - DOM Manipulation without jQuery

82
Comments 2
3 min read
Looping through objects in JavaScript

Looping through objects in JavaScript

99
Comments 7
2 min read
Need Help on my Project

Need Help on my Project

10
Comments 2
1 min read
Making Generative Twitter Bots 1:05:28

Making Generative Twitter Bots

49
Comments
1 min read
Fast & easy... React states management in one function

Fast & easy... React states management in one function

53
Comments 19
2 min read
Winds 2.1: Building Touch Bar Support for macOS in Electron with React

Winds 2.1: Building Touch Bar Support for macOS in Electron with React

10
Comments
4 min read
How to find Good First Issues to Contribute OSS

How to find Good First Issues to Contribute OSS

39
Comments 1
3 min read
Coding Concepts - Anonymous Functions

Coding Concepts - Anonymous Functions

72
Comments
5 min read
React Native is dead, long live React Native

React Native is dead, long live React Native

178
Comments 12
4 min read
How to make beautiful, simple CLI apps with Node

How to make beautiful, simple CLI apps with Node

211
Comments 7
3 min read
Make music with your facial expressions

Make music with your facial expressions

63
Comments 3
1 min read
🙂 Introducing Front-end Foundations

🙂 Introducing Front-end Foundations

49
Comments 2
1 min read
Flat node_modules is not the only way

Flat node_modules is not the only way

53
Comments 9
3 min read
Using webpack-dev-server and HMR on a Remote Machine/VPS

Using webpack-dev-server and HMR on a Remote Machine/VPS

25
Comments 1
4 min read
convert JS Object to CSS in command

convert JS Object to CSS in command

32
Comments 4
1 min read
Coding Concepts - Generics

Coding Concepts - Generics

195
Comments 9
7 min read
Pro Tip: How to find the accidental mutation

Pro Tip: How to find the accidental mutation

16
Comments 1
2 min read
Generadores en JavaScript

Generadores en JavaScript

9
Comments
7 min read
BxJS Weekly Ep. 16 - javascript news podcast 1:17:31

BxJS Weekly Ep. 16 - javascript news podcast

31
Comments
1 min read
Tutorial: Build a Basic CRUD App with Node.js

Tutorial: Build a Basic CRUD App with Node.js

32
Comments 1
21 min read
Vue.js Watchers

Vue.js Watchers

13
Comments
1 min read
Deploying React Applications with Webhooks and Slack on Ubuntu 16.04

Deploying React Applications with Webhooks and Slack on Ubuntu 16.04

66
Comments
17 min read
VIDEO: Understanding this with call, apply and bind

VIDEO: Understanding this with call, apply and bind

34
Comments 8
1 min read
Learn Assert by building a javascript testing library

Learn Assert by building a javascript testing library

13
Comments
2 min read
Building My First App with Limited Coding Knowledge

Building My First App with Limited Coding Knowledge

43
Comments 3
4 min read
Build and Authenticate an EmberJS 3 Application

Build and Authenticate an EmberJS 3 Application

11
Comments
1 min read
Hack of The Day: 👷‍♂️🛠Build a Serverless SMS Crypto Price 💸Checker With Messagebird and StdLib 😍🤓

Hack of The Day: 👷‍♂️🛠Build a Serverless SMS Crypto Price 💸Checker With Messagebird and StdLib 😍🤓

10
Comments
1 min read
Stepping up your javascript debugging skills

Stepping up your javascript debugging skills

42
Comments 2
4 min read
Custom error pages in React with GraphQL and Error Boundaries

Custom error pages in React with GraphQL and Error Boundaries

16
Comments
5 min read
Testing an Express app with SuperTest, moxios and Jest

Testing an Express app with SuperTest, moxios and Jest

20
Comments
6 min read
The beast that is Array.prototype.reduce

The beast that is Array.prototype.reduce

86
Comments 6
4 min read
Let me explain to you what is `this`. (Javascript)

Let me explain to you what is `this`. (Javascript)

110
Comments 28
3 min read
How to lose a Job in 10 minutes

How to lose a Job in 10 minutes

251
Comments 63
7 min read
Safe, reliable Browser sniffing

Safe, reliable Browser sniffing

8
Comments 6
2 min read
Vue.js Slots

Vue.js Slots

11
Comments
2 min read
Web Maker - From vanilla JS to Preact

Web Maker - From vanilla JS to Preact

33
Comments 8
3 min read
Setup React Hotloader In 10 Minutes

Setup React Hotloader In 10 Minutes

8
Comments
8 min read
Creating a Search app with Vue.js + Parcel + TypeScript: Part 3 of 3

Creating a Search app with Vue.js + Parcel + TypeScript: Part 3 of 3

14
Comments
6 min read
Ad hoc unit testing in NodeJS

Ad hoc unit testing in NodeJS

14
Comments
9 min read
We've just kicked off the first Mapbox #AMA, @mourner

We've just kicked off the first Mapbox #AMA, @mourner

13
Comments
1 min read
Coding Worksheets!

Coding Worksheets!

42
Comments 4
1 min read
Introducing Fusuma: A helper for creating slides with markdown

Introducing Fusuma: A helper for creating slides with markdown

39
Comments
2 min read
loading...