Forem

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.
Execution Context & the Secret Life of Functions

Execution Context & the Secret Life of Functions

13
Comments 2
4 min read
Turn any non fluent API into a fluent one - tap tap tap

Turn any non fluent API into a fluent one - tap tap tap

7
Comments 2
1 min read
Implementing LRU cache in JavaScript
Cover image for Implementing LRU cache in JavaScript

Implementing LRU cache in JavaScript

25
Comments 1
2 min read
Why I use Web Components - My use cases

Why I use Web Components - My use cases

224
Comments 9
5 min read
3 JavaScript Snippets to get you started

3 JavaScript Snippets to get you started

14
Comments 1
1 min read
Loading server-generated Tilemaps with Phaser

Loading server-generated Tilemaps with Phaser

28
Comments
6 min read
Vanilla TypeScript (gts)
Cover image for Vanilla TypeScript (gts)

Vanilla TypeScript (gts)

44
Comments 8
3 min read
Interfaces for scaling and testing JavaScript

Interfaces for scaling and testing JavaScript

16
Comments
6 min read
5 React Snippets to Get You Started

5 React Snippets to Get You Started

11
Comments
1 min read
Let's write a useImageZoom React hook
Cover image for Let's write a useImageZoom React hook

Let's write a useImageZoom React hook

46
Comments
3 min read
Why I chose Angular 🔧
Cover image for Why I chose Angular 🔧

Why I chose Angular 🔧

212
Comments 10
5 min read
Making An INI parser.

Making An INI parser.

5
Comments 1
3 min read
Dockerize a Node.js app with VS Code
Cover image for Dockerize a Node.js app with VS Code

Dockerize a Node.js app with VS Code

207
Comments 21
3 min read
Progressive coding and bug repression

Progressive coding and bug repression

5
Comments
4 min read
Code Smell: No AND in Function name

Code Smell: No AND in Function name

102
Comments 16
4 min read
Destructuring JavaScript objects like a pro
Cover image for Destructuring JavaScript objects like a pro

Destructuring JavaScript objects like a pro

331
Comments 26
5 min read
Why is there such profound and intense hatred towards jQuery in the WebDev world?
Cover image for Why is there such profound and intense hatred towards jQuery in the WebDev world?

Why is there such profound and intense hatred towards jQuery in the WebDev world?

6
Comments 7
2 min read
Why Do We Need to Use Typescript?

Why Do We Need to Use Typescript?

10
Comments 3
2 min read
Tips and Tricks for Better JavaScript Conditionals and Match Criteria

Tips and Tricks for Better JavaScript Conditionals and Match Criteria

158
Comments 7
8 min read
Func - a modern command-line framework
Cover image for Func - a modern command-line framework

Func - a modern command-line framework

50
Comments 4
1 min read
Plug n play authentication from scratch in JavaScript
Cover image for Plug n play authentication from scratch in JavaScript

Plug n play authentication from scratch in JavaScript

12
Comments 2
1 min read
Generate beautiful README in 10 seconds
Cover image for Generate beautiful README in 10 seconds

Generate beautiful README in 10 seconds

356
Comments 33
1 min read
How to use useReducer hook to mimic setState method?

How to use useReducer hook to mimic setState method?

47
Comments 15
2 min read
Why you need to give Firefox a chance
Cover image for Why you need to give Firefox a chance

Why you need to give Firefox a chance

118
Comments 101
1 min read
Why publishing your own npm packages can make you a better developer
Cover image for Why publishing your own npm packages can make you a better developer

Why publishing your own npm packages can make you a better developer

226
Comments 8
6 min read
loading...