Skip to content

πŸš€ javascript

A Brief History of JavaScript

This year, JavaScript turns 30.

weeklyfoo #86 / 2025-05-26
javascripthistory

JavaScript Visualized: Promise Execution

Deep dive into promises. Check out the animations &lt3

weeklyfoo #27 / 2024-04-08
javascriptpromises

Optimizing Javascript for fun and for profit

Some good hints that can bring a lot of performance benefits.

weeklyfoo #25 / 2024-03-25
javascriptperformance

There are a lot of ways to break up long tasks in JavaScript.

It’s very common to intentionally break up long, expensive tasks over multiple ticks of the event loop. But there are sure are a lot of approaches to choose from. Let’s explore them.

weeklyfoo #71 / 2025-02-10
javascript

Was Javascript really made in 10 days?

TLDR: no ;)

weeklyfoo #1 / 2023-10-07
javascript

You don't need JavaScript for that

Super nice article, there’s also a native element for a color picker.

weeklyfoo #11 / 2023-12-17
javascripthtmlcss