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.
React, "Diffing" and the DOM

React, "Diffing" and the DOM

91
Comments 8
4 min read
React in real life ⚛️ - Simplifying with Context and Hooks

React in real life ⚛️ - Simplifying with Context and Hooks

85
Comments
3 min read
Learn RxJS with this free book that I've written

Learn RxJS with this free book that I've written

175
Comments 3
1 min read
How to Create a Simple React Countdown Timer

How to Create a Simple React Countdown Timer

189
Comments 18
4 min read
React.Fragment understand with simple words

React.Fragment understand with simple words

3
Comments
1 min read
CRUD Operations in Modern JavaScript

CRUD Operations in Modern JavaScript

17
Comments 2
3 min read
What is GraphQL - the misconceptions.

What is GraphQL - the misconceptions.

159
Comments 10
4 min read
Is it safe to use let or const in a <script> tag without a bundler?

Is it safe to use let or const in a <script> tag without a bundler?

5
Comments 4
1 min read
NodeSecure release v0.4.0

NodeSecure release v0.4.0

14
Comments
3 min read
Memory Model in WebAssembly

Memory Model in WebAssembly

56
Comments 4
7 min read
Completed JavaScript Data Structure Course, and Here is What I Learned About Binary Search Tree.

Completed JavaScript Data Structure Course, and Here is What I Learned About Binary Search Tree.

15
Comments
6 min read
GTM vs gtag

GTM vs gtag

8
Comments
2 min read
3 Core JavaScript concepts you should understand (functions)

3 Core JavaScript concepts you should understand (functions)

105
Comments 2
2 min read
Check if key exists in Dictionary/Object in Python vs Javascript

Check if key exists in Dictionary/Object in Python vs Javascript

5
Comments 2
1 min read
BrewBot Pen

BrewBot Pen

5
Comments
1 min read
Loading Quake engine maps in THREE.js: Part #1 - Parsing

Loading Quake engine maps in THREE.js: Part #1 - Parsing

15
Comments 2
6 min read
How should we structure our React code? (2/2)

How should we structure our React code? (2/2)

84
Comments 10
9 min read
Why you should have ditched IE support long ago...

Why you should have ditched IE support long ago...

69
Comments 24
9 min read
URL Parameters in Flask vs Express

URL Parameters in Flask vs Express

6
Comments
1 min read
Convert to JSON in Python vs Javascript

Convert to JSON in Python vs Javascript

6
Comments
1 min read
Javascript: Don't miss to put a var/let/const keyword before a variable declaration

Javascript: Don't miss to put a var/let/const keyword before a variable declaration

9
Comments 1
1 min read
Javascript Devtool Tip: Print An Array in Console

Javascript Devtool Tip: Print An Array in Console

5
Comments
1 min read
FormData, the new formdata event, and HTML forms

FormData, the new formdata event, and HTML forms

57
Comments 4
4 min read
5 New Year Reads for Programmers in 2020

5 New Year Reads for Programmers in 2020

11
Comments
4 min read
Classes In Python VS Javascript

Classes In Python VS Javascript

8
Comments
1 min read
loading...