api.fetch_data(total_visitors);
$ cd /var/log/thoughts
2026-04-02(12 min read)
A personal Rust recap from week 1 of the Solana India Fellowship, where I went through core Rust concepts step by step with practical examples, from printing and variables to ownership, borrowing, enums, traits, iterators, error handling, lifetimes, and Cargo workflows that made the language feel way more approachable than expected.
2026-04-02(10 min read)
My week-2 Rust recap from the Solana India Fellowship, covering smart pointers like Box/Rc/RefCell, dynamic dispatch with trait objects, drop and deref behavior, match guards, macros, unsafe basics, and practical multithreading patterns with channels, Mutex, and Arc.
2025-11-02(4 min read)
A practical guide to using Docker in your development workflow. From basic containers to Docker Compose for multi-container apps.
2025-06-13(5 min read)
Learn the fundamentals of Blockchain Technology and Web3 in simple terms. A beginner's guide to understanding Decentralized systems, Cryptocurrencies, and Smart Contracts.
follow on x.com for more updates