Featured projects
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
Implementing the Raft protocol in Rust
Implementation of the Raft protocol in Rust with Cap’n Proto
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