Featured projects
Building Gemma3 from scratch in Rust
A technical walkthrough of building key components of Google’s Gemma3 model, from linear layers to attention, entirely in Rust
Writing Word2Vec from scratch in Rust
Guide on how to implement the word2vec algorithm using the cbow architecture from scratch in the rust programming language
Lockfree ring buffer in Rust
How to create a lockfree ringbuffer
Latest posts
Create Your Own Testing Framework
Learn how to create a custom testing framework using Locust and Docker for performance and fuzz testing of Python services. Control resources, simulate production traffic, and integrate with CI/CD pipelines.
My Misadventure with Embedded Devices
My first steps developing for an embedded device, from LEDs to ESP32
