stacked.hashnode.devStop Paginating Like It’s 2010When building applications with scaling datasets, the choice of pagination isn't just a minor implementation detail; it is a performance-defining decision. Like many developers, I initially fell into the "good enough" trap by relying on OFFSET pagina...Jan 24·5 min read
stacked.hashnode.devHTTP: Core ConceptsThe Hypertext Transfer Protocol (HTTP) forms the backbone of the modern web. Every time you click a link, load a webpage, or interact with an online service, HTTP is quietly at work making that interaction possible. It is an application-layer protoco...Oct 1, 2025·7 min read
stacked.hashnode.dev🚀 Running LLMs Locally with Docker Models: A Step-by-Step GuideIntroduction Docker has always been a developer’s best friend for containerization, packaging, and deployment. But did you know you can now use Docker to pull and run AI/LLM models locally, just like you run containers? With the Docker Model Runner (...Sep 12, 2025·3 min read
stacked.hashnode.devThe Internet, SimplifiedWhen you open your browser and type google.com, you get results in less than a second. But have you ever wondered what actually happens between hitting Enter and seeing the webpage load? As backend developers, we spend most of our time writing APIs a...Sep 12, 2025·13 min read