// TODO: I’m martinuke0
Welcome to my corner of the internet. This website is a personal blog which I use as a platform to document my learning journey and showcase it for the world to see.
A deep dive into how formal verification methods—like model checking and type‑level proofs—eliminate deadlocks in Rust’s concurrent code, with practical examples and tool recommendations.
A deep dive into the hidden performance costs of garbage collection in Rust‑compiled WebAssembly, with benchmarks, analysis, and mitigation tactics.
A deep dive into integrating structural subtyping into compiler backend passes, with concrete implementation patterns and performance tips.
An in‑depth look at linear types, their theoretical roots, and practical implementations that keep memory safe without runtime overhead.
A practical guide to adding backpressure to Go channel pipelines while preventing deadlocks, with code patterns and performance tips.