TanStack Query Explained Simply: The Server State Library Every React Developer Should KnowMay 27, 2026·7 min read
How Senior Engineers Actually Think About System Design & ArchitectureA practical, first-principles guide to evolving a production system from one server and one database to load balancing, stateless services, connection pooling, read replicas, caching, background jobs, and sharding — with the trade-offs behind every step.Sep 18, 2026·31 min read
Exploring Docker: A Journey into ContainerizationWhat is Docker? Docker is an open-source platform that simplifies the process of developing, shipping, and running applications by using containerization. It allows developers to package applications and their dependencies into lightweight, portable ...Jul 31, 2024·3 min read
Exploring React-Redux, and Redux Toolkit: A Day of LearningIntroduction: Today marked a pivotal moment in my journey as a developer as I delved deep into the realms of React-Redux, and Redux Toolkit. In this blog post, I am thrilled to share the wealth of knowledge and discoveries I've gained about state man...Feb 4, 2024·6 min read
Building a Pinterest Clone with Node.js, Express, and MongoDBIntroduction: Welcome to this step-by-step guide where we'll walk through the process of creating a Pinterest clone using Node.js, Express, and MongoDB. We'll be using popular packages such as Express-generator, Passport, Passport-local, Passport-loc...Jan 16, 2024·11 min read