Jan 29 · 5 min read · When You type a website address into your browser, press Enter, and within seconds a complete webpage appears on your screen. But what actually happens during those few seconds? The browser is doing far more than simply “opening a website.” It is coo...
Join discussion
Jan 28 · 5 min read · What a browser actually is (beyond “it opens websites”) We use a browser every single day—scrolling social media, watching videos, reading blogs, or searching random questions. we type a URL, press Enter, and a website instantly appears. In reality, ...
Join discussion
Jan 11 · 4 min read · Yesterday, I watched the video linked at the end of this post and again confirmed that everything is about grammar! If you’re not in the mood for some nerdy ramblings, feel free to skip to the video link at the bottom😉 I’ve always been known as a ...
Join discussion
Jan 5 · 3 min read · Introduction The useEffect hook in React lets you perform side effects in functional components, such as data fetching, subscriptions, or manually updating the DOM. It provides a way to synchronize your component with external systems after the rende...
Join discussion
Oct 28, 2025 · 20 min read · Building responsive UIs in Flutter can be challenging, especially when you want your app to look great on phones, tablets, and desktops without maintaining multiple layouts. Fortunately, Flutter provides powerful tools like MediaQuery, LayoutBuilder,...
Join discussion
Oct 27, 2025 · 3 min read · The earlier chapter discussed the bird’s eye view of the clean architecture from an Android perspective. We will simplify the discussions further to solidify the understanding. Overview Clean Architecture is a design philosophy introduced by Uncle Bo...
Join discussionSep 30, 2025 · 1 min read · Introduction A visually appealing website or app is important, but user experience (UX) and user interface (UI) design determine whether customers stay, engage, and convert. Businesses that invest in UI/UX see higher customer satisfaction and improve...
Join discussion
Sep 4, 2025 · 5 min read · Overview Bloc Buster is a browser-based block puzzle game built with HTML canvas and designed to work offline. It’s an homage to the well-known classic Tetris, but with my own twist. The idea came to me when I was stuck on the app store, trying to fi...
Join discussion
Sep 1, 2025 · 4 min read · In the first article of this series, we looked at why the machine learning algorithm itself is only about 10% of the solution, and why a production-ready ML system is really about the bigger ecosystem that surrounds it. (find link to it here: https:/...
Join discussion