Blogs
2025-05-02
Scalable High Performance URL Shortener
My experience building a highly scalable high performance productiuon grade URL Shortener in Rust
Rust
Nginx
System Design
Redis
2025-04-27
The Evolution of Bitcoin Transactions: A Journey Through Time
Explore the milestones in the evolution of Bitcoin transactions, from its humble beginnings to the cutting-edge innovations of today.
Bitcoin
Cryptocurrency
Cryptography
Decentralisation
2025-04-10
Simulating a Buffer Overflow 101
An introductory dive into how buffer overflows work, how to simulate one safely, and what makes them dangerous in low-level systems programming.
Buffer Overflow
Memory Safety
C Programming
Security