KSKanishka Shashiinnodej.hashnode.dev·Jun 23 · 10 min readModern Database Access: Prisma, Drizzle, and ORMs ExplainedWhere Does Application Data Live After a User Closes the App? Imagine you're using an e-commerce application. You create an account, add products to your cart, place an order, and close the app. The n00
KSKanishka Shashiinhtml-dev09.hashnode.dev·May 10 · 10 min readLinux File System HuntingIntroduction Linux is one of the most widely used operating systems in servers, cybersecurity environments, cloud infrastructure, embedded systems, and development platforms. One of the most important00
KSKanishka Shashiinnodej.hashnode.dev·May 10 · 10 min readBlocking vs Non-Blocking Code in Node.jsModern web applications are expected to handle multiple users, process requests quickly, and remain responsive even under heavy traffic. One of the core reasons Node.js became so popular is its abilit00
KSKanishka Shashiinnodej.hashnode.dev·May 10 · 9 min readWhy Node.js is Perfect for Building Fast Web ApplicationsModern web applications demand speed, scalability, and real-time performance. Users expect websites and applications to load instantly, process requests quickly, and handle thousands of simultaneous u00
KSKanishka Shashiinnodej.hashnode.dev·May 10 · 9 min readWhat is Middleware in Express and How It WorksWhen building backend applications with Express.js, one of the most important concepts developers encounter is middleware. Middleware is the backbone of Express applications because it controls how re00