
Blog
-
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