Writing
Notes and essays on systems programming, infrastructure, and things I find interesting.
You can find all my Machine/Deep learning writings here.
All Posts
-
Notes on Building a Minimal VM-Based Job Runner with Firecracker
The beauty of working on a small project like this is how effective it is at refreshing your knowledge, helping you understand what it takes to build a reliable product, and giving you intuition or a high-level overview of new...
read more → -
Building Network tunnel in Rust
It all started from picking up wireguard white paper and trying to setup wireguard and see how it works.New words and concept here and there, then decided to build a simple network tunnel in rust just to understand some of...
read more → -
Postgres-redis Extension in Rust
The main objective of this project was to understand some Postgres internal and also get handy with rust via building a Postgres extension that allows tracking a particular table column and using the values in that column to populate our...
read more →