A Brief History of JavaScript
π javascript
JavaScript Visualized: Promise Execution
Deep dive into promises. Check out the animations <3
weeklyfoo #27 / 2024-04-08Optimizing Javascript for fun and for profit
Some good hints that can bring a lot of performance benefits.
weeklyfoo #25 / 2024-03-25There 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-10Things to avoid in JavaScript
Many inexperienced (or even not so) frontend and backend developers do mistakes which can lead to bugs or reliability issues. Here I am going to list the things that should probably be avoided to reduce the risk of errors.
weeklyfoo #90 / 2025-06-23Was Javascript really made in 10 days?
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