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.
I spent an entire Saturday trying to understand .reduce()

I spent an entire Saturday trying to understand .reduce()

25
Comments 6
2 min read
Why are IndexedDB operations significantly slower in Chrome vs Firefox?

Why are IndexedDB operations significantly slower in Chrome vs Firefox?

17
Comments 5
3 min read
Introducing Bat: Behavioral API Tester
Cover image for Introducing Bat: Behavioral API Tester

Introducing Bat: Behavioral API Tester

8
Comments 1
2 min read
NodeJS: How To Colorize Text

NodeJS: How To Colorize Text

16
Comments 3
1 min read
“Trick or Unsubscribe” in RxJS: a Custom Angular Decorator
Cover image for “Trick or Unsubscribe” in RxJS: a Custom Angular Decorator

“Trick or Unsubscribe” in RxJS: a Custom Angular Decorator

16
Comments
9 min read
[How To] Connect Elements With Lines on Web Page

[How To] Connect Elements With Lines on Web Page

11
Comments 2
6 min read
Object.fromEntries (ES2019) - An elegant inverse of Object.entries (ES2017)

Object.fromEntries (ES2019) - An elegant inverse of Object.entries (ES2017)

8
Comments
1 min read
Render a List from an Object in React
Cover image for Render a List from an Object in React

Render a List from an Object in React

6
Comments
1 min read
Data Validation in Typescript Using the Either Pattern

Data Validation in Typescript Using the Either Pattern

49
Comments 8
10 min read
A simple AI to simulate multiple methods call
Cover image for A simple AI to simulate multiple methods call

A simple AI to simulate multiple methods call

8
Comments 3
2 min read
How to create a bunch of Google Alerts, in 3 minutes?

How to create a bunch of Google Alerts, in 3 minutes?

20
Comments 13
3 min read
The Secret of Hoisting in JavaScript
Cover image for The Secret of Hoisting in JavaScript

The Secret of Hoisting in JavaScript

52
Comments 6
4 min read
I WebRTC you - building a video chat in JavaScript
Cover image for I WebRTC you - building a video chat in JavaScript

I WebRTC you - building a video chat in JavaScript

113
Comments 12
11 min read
GraphQL Recipes (V2) - Building APIs with GraphQL Transform
Cover image for GraphQL Recipes (V2) - Building APIs with GraphQL Transform

GraphQL Recipes (V2) - Building APIs with GraphQL Transform

257
Comments 19
15 min read
Angular Performance: Route Level Code Splitting
Cover image for Angular Performance: Route Level Code Splitting

Angular Performance: Route Level Code Splitting

42
Comments
2 min read
Angular Performance: Preloading Lazy Routes
Cover image for Angular Performance: Preloading Lazy Routes

Angular Performance: Preloading Lazy Routes

15
Comments
2 min read
Better error handling with async/await

Better error handling with async/await

354
Comments 39
4 min read
Dealing with Platform Inconsistencies as a North Korean Front-End Developer
Cover image for Dealing with Platform Inconsistencies as a North Korean Front-End Developer

Dealing with Platform Inconsistencies as a North Korean Front-End Developer

167
Comments 19
8 min read
Why does two small for-loops run faster than a big one ?

Why does two small for-loops run faster than a big one ?

24
Comments 6
1 min read
Creating a full-stack MERN app using JWT authentication: Part 2
Cover image for Creating a full-stack MERN app using JWT authentication: Part 2

Creating a full-stack MERN app using JWT authentication: Part 2

25
Comments
11 min read
Micro Coding Challenges - with solutions
Cover image for Micro Coding Challenges - with solutions

Micro Coding Challenges - with solutions

14
Comments 1
10 min read
Do you have a gamepad? Help me test a library!
Cover image for Do you have a gamepad? Help me test a library!

Do you have a gamepad? Help me test a library!

42
Comments 10
1 min read
Starting a visual programming editor

Starting a visual programming editor

8
Comments 1
1 min read
Haskell do notation explained through JavaScript async await - part 2

Haskell do notation explained through JavaScript async await - part 2

7
Comments
7 min read
A Guide On Debugging Tests in Stencil

A Guide On Debugging Tests in Stencil

18
Comments 2
8 min read
loading...