Blog
Distributed System challenges in Rust - Unique ID Generation
Previous challenge - Echo Unique ID Generation Problem Statement The Maelstrom server will send a generate message with the following format: { "type": "generate" } and we
15 Oct '23Distributed System challenges in Rust - Echo
Previous blog post - Distributed System challenges in Rust Echo This is the first challenge that we have to do. Problem Statement The Maelstrom server will send an echo message of
24 Sep '23Distributed System challenges in Rust (Gossip Glomers)
A few months ago, I stumbled upon these distributed system challenges put out by Fly.io. Going through them, I felt like they were a fantastic set of problems that would allow me to practice my
23 Sep '23Parsing and converting animations to glTF
As I've mentioned in an earlier post, I spend some of my time working on tools to help with the development of private servers for an old MMORPG called Tales of Pirates. This time, I dove into the
15 Aug '21Writing a TCP proxy in Rust
I've been tinkering around with Rust for a little bit now. My experience is mainly with web-dev, but I wanted to spend some time working with systems programming languages and Rust seemed to be a
31 Jul '21