Blog
-
How a few bytes completely broke my production app
Over the last 9 years I’ve been working in my free time on a passion project called GDLauncher (https://gdlauncher.com), and today we’re gonna analyse a bug in our codebase that resulted in a crash for tens of thousands of users worldwide.
-
Why Not Using TypeScript (or Using It Wrong) Is Killing Your App Performance
While TypeScript is primarily marketed for its developer experience improvements, there's an often-overlooked side effect: TypeScript's static type system encourages JavaScript coding patterns that are more likely for V8 to optimise.
-
Zero-Cost Abstractions in Rust: Unlocking High Performance and Expressiveness
As a passionate Rustacean, I am constantly amazed by the power and elegance of Rust.
-
Experimenting with Javascript Objects (Part 2)
Comparing and copying Javascript Objects
-
Experimenting with Javascript Objects (Part 1)
Introduction to Javascript Objects