Posts about javascript
2026
- The using keyword: JavaScript finally learned how to clean up after itself
JavaScript finally got explicit resource management with the using and await using keywords. No more try/finally pyramids, no more forgotten cleanups. Heres how it works and why you should start using it today.
2025
- The Apple App Store Source Code Leaked - What I Found Inside
The entire Apple App Store website source code leaked via source maps. Inside: Svelte, internal Apple frameworks, Safari bugs being patched by Apple themselves, and 10-year-old TODOs with internal tracking IDs.
- RippleJS: Yet Another Framework in the Frontend Circus
An ironic and critical reflection on the arrival of RippleJS and the endless proliferation of JavaScript frameworks that's fragmenting our industry
- The Temporal API: JavaScript's Long-Awaited Solution to Date Handling
A comprehensive guide to JavaScript's new Temporal API - finally fixing decades of Date object frustrations with a modern, immutable approach to working with dates and times