
Read the RFCs that Built the Internet
I built an interactive tutorial platform for learning internet fundamentals through RFCs, built with AI. Features popup glossary, diagrams, and Python code examples.
I built an interactive tutorial platform for learning internet fundamentals through RFCs, built with AI. Features popup glossary, diagrams, and Python code examples.
Why Protocol Buffers are superior to JSON for microservice communication. Much faster serialization/deserialization with practical Python examples.
Comparing three methods to reverse lists in Python: slice notation, reversed(), and .reverse(). Includes performance benchmarks and readability considerations.
Restructuring my website into subdomains with separate themes. Moving to Hugo and PaperMod theme for better content creation workflow.
I've left my role as Lead Software Developer at ChainSafe Systems in January 2025.
A simple solution using Zenity to create a confirmation dialog for screen locking in Cinnamon Desktop on Fedora 39.
Building effective teams by leveraging individual strengths instead of competing. Inspired by tactical video games where each member has specialized skills.
Building sustainable habits for coding interview preparation. Focus on systems over outcomes, consistent practice, and measuring the right metrics for long-term improvement.
My journey learning Rust over 145 days as my primary programming language, including gotchas, resources, and why I chose Rust over Golang.
How to implement retry logic for HTTP requests in Rust using reqwest and the again crate. Handling network failures, rate limiting, and JSON parsing errors with exponential backoff.