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.
Why just cache when you can memoize(with expiration and guaranteed consistency)

Why just cache when you can memoize(with expiration and guaranteed consistency)

10
Comments
3 min read
Using CSS Selectors In Javascript

Using CSS Selectors In Javascript

130
Comments 6
7 min read
Why JAM Stack?

Why JAM Stack?

84
Comments 17
4 min read
How to win javascript in 2019

How to win javascript in 2019

3
Comments 1
1 min read
Which is the best practice for node user authentication and session handling?

Which is the best practice for node user authentication and session handling?

5
Comments 6
1 min read
Diving into the great observer pattern in javascript

Diving into the great observer pattern in javascript

10
Comments
9 min read
Redux middleware as pure functions

Redux middleware as pure functions

21
Comments 7
5 min read
Chrome Canary and Chrome Dev now support ECMAScript10

Chrome Canary and Chrome Dev now support ECMAScript10

36
Comments 1
1 min read
Step by Step Express: Evolution of an App Beyond "Hello, World"

Step by Step Express: Evolution of an App Beyond "Hello, World"

82
Comments 13
1 min read
Object.keys() in JavaScript

Object.keys() in JavaScript

8
Comments
1 min read
The state of web analytics 📊

The state of web analytics 📊

17
Comments 2
13 min read
Lexical Variable Scoping with Javascript

Lexical Variable Scoping with Javascript

14
Comments 5
2 min read
Use the React Context API; without nested render prop fatigue.

Use the React Context API; without nested render prop fatigue.

8
Comments
3 min read
Call super method in Vue Component

Call super method in Vue Component

7
Comments 7
1 min read
Plasma gets Rust-y: Another WebAssembly Experiment

Plasma gets Rust-y: Another WebAssembly Experiment

44
Comments
5 min read
Replace “choose file” upload button with set image library

Replace “choose file” upload button with set image library

4
Comments 1
1 min read
How I'm developing my learning plan this year

How I'm developing my learning plan this year

88
Comments 9
5 min read
How to Build a Real-time Chat App With NodeJS, Socket.IO, and MongoDB

How to Build a Real-time Chat App With NodeJS, Socket.IO, and MongoDB

207
Comments 34
10 min read
Some Closure on Closures

Some Closure on Closures

66
Comments 2
6 min read
Five Things About Serverless

Five Things About Serverless

74
Comments
1 min read
Why you should use reduce instead of loops -- Part I

Why you should use reduce instead of loops -- Part I

29
Comments 3
4 min read
TypeScript introduction part II - classes & interfaces

TypeScript introduction part II - classes & interfaces

64
Comments 1
13 min read
TypeScript vs PureScript: Not all compilers are created equal

TypeScript vs PureScript: Not all compilers are created equal

9
Comments
17 min read
How to make webpack builds faster and outputs a smaller bundle

How to make webpack builds faster and outputs a smaller bundle

9
Comments
3 min read
How I built a Node.js Service to Clone my AWS S3 Buckets

How I built a Node.js Service to Clone my AWS S3 Buckets

6
Comments
8 min read
loading...