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.
Achieving a perfect 100% Google Lighthouse audit score with Next and Redux

Achieving a perfect 100% Google Lighthouse audit score with Next and Redux

96
Comments 8
6 min read
Are you sure you need jQuery?

Are you sure you need jQuery?

58
Comments 4
4 min read
JavaScript Iterators and Generators: Synchronous Iterators
Cover image for JavaScript Iterators and Generators: Synchronous Iterators

JavaScript Iterators and Generators: Synchronous Iterators

154
Comments 2
1 min read
So I built a free online API builder with CORS support 🚀 (and why another Postman alternative)
Cover image for So I built a free online API builder with CORS support 🚀 (and why another Postman alternative)

So I built a free online API builder with CORS support 🚀 (and why another Postman alternative)

66
Comments 13
3 min read
Try FaunaDB's GraphQL API
Cover image for Try FaunaDB's GraphQL API

Try FaunaDB's GraphQL API

7
Comments 4
3 min read
Forms Are Hard
Cover image for Forms Are Hard

Forms Are Hard

10
Comments
2 min read
Turn existing website to PWA in 1 minute using PWAinit
Cover image for Turn existing website to PWA in 1 minute using PWAinit

Turn existing website to PWA in 1 minute using PWAinit

67
Comments 4
1 min read
What the Heck is a Microservice Architecture, Anyways?
Cover image for What the Heck is a Microservice Architecture, Anyways?

What the Heck is a Microservice Architecture, Anyways?

118
Comments 4
10 min read
Building a regex learn-by-examples web application

Building a regex learn-by-examples web application

3
Comments 2
1 min read
The difference between mocks and stubs, explained with JS

The difference between mocks and stubs, explained with JS

160
Comments 3
3 min read
Convert Numbers to Letters JavaScript

Convert Numbers to Letters JavaScript

12
Comments
2 min read
Grokking Algorithms – Recursions

Grokking Algorithms – Recursions

9
Comments
1 min read
Fullstacking: Setting up NodeJS + KoaJS
Cover image for Fullstacking: Setting up NodeJS + KoaJS

Fullstacking: Setting up NodeJS + KoaJS

7
Comments
1 min read
NOT NOT (!!)
Cover image for NOT NOT (!!)

NOT NOT (!!)

32
Comments 8
2 min read
Checkmark: a beautiful to-do with Materialize
Cover image for Checkmark: a beautiful to-do with Materialize

Checkmark: a beautiful to-do with Materialize

38
Comments 9
1 min read
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
NodeJS: How To Colorize Text

NodeJS: How To Colorize Text

16
Comments 3
1 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
“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
Using Prefetch and Caching For Better JavaScript Bundle Loading
Cover image for Using Prefetch and Caching For Better JavaScript Bundle Loading

Using Prefetch and Caching For Better JavaScript Bundle Loading

28
Comments
6 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
loading...