Building a Redis Clone in Rust
A deep dive into implementing a key-value store from scratch using Tokio for async operations and exploring systems programming concepts.
·8 min read
Understanding Backend Systems
Notes on how modern backend architectures work, from monoliths to microservices, and the lessons learned along the way.
·6 min read
My Journey into Web3
Exploring blockchain technology as a backend developer and understanding the paradigm shift from centralized to decentralized systems.
·7 min read
Async Rust: Lessons from the Trenches
Deep diving into asynchronous programming in Rust, common pitfalls, and patterns that actually work in production.
·5 min read
Building Scalable APIs with Node.js
Patterns and practices for building APIs that can handle millions of requests without breaking a sweat.
·6 min read