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.
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
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
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
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
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
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
NodeJS: How To Write Data As JSON To Your Machine

NodeJS: How To Write Data As JSON To Your Machine

20
Comments
2 min read
Clarifying RxJS Observables under 5 minutes
Cover image for Clarifying RxJS Observables under 5 minutes

Clarifying RxJS Observables under 5 minutes

58
Comments 3
4 min read
Comparing Authentication Tools For Developers

Comparing Authentication Tools For Developers

17
Comments
5 min read
Differences between "let" and "const" keywords?

Differences between "let" and "const" keywords?

16
Comments 3
2 min read
Can You Replace Redux with React Hooks?
Cover image for Can You Replace Redux with React Hooks?

Can You Replace Redux with React Hooks?

39
Comments 6
7 min read
Front End Architecture for Angular Applications
Cover image for Front End Architecture for Angular Applications

Front End Architecture for Angular Applications

73
Comments
8 min read
Checklist for choosing an optimal npm package
Cover image for Checklist for choosing an optimal npm package

Checklist for choosing an optimal npm package

117
Comments 4
3 min read
An infinite loading list component in React
Cover image for An infinite loading list component in React

An infinite loading list component in React

71
Comments
2 min read
Compute values on component mount with React Hooks: State vs Ref

Compute values on component mount with React Hooks: State vs Ref

24
Comments 4
4 min read
loading...