poornendushukla.hashnode.devTanStack Query, Zustand, and the Hidden Costs of Bad Initial DesignThe Light bulb Recently, i was working on something very interesting, everything on surface looks high tech, innovative practices and use of AI in writing code. You look at the TPL's, you see request 6d ago·5 min read
poornendushukla.hashnode.devA Beginner’s Overview of Multi tenancyWTH is Multi tenancy ? Multi-tenancy is a software architectural principle where a single instance of an application is shared among multiple customers (called “tenants”), Each tenant shares the same infrastructure and codebase, but their data and co...Nov 15, 2025·5 min read
poornendushukla.hashnode.devCSS Grid LayoutWhat is CSS Grid CSS grid is layout is a brand new module introduced that brings a two-dimensional grid system to css. think of it as designing a table but here you will be able to control almost all part of the table, be it your spacing between the ...Mar 24, 2022·2 min read
poornendushukla.hashnode.devEvent Delegation, Bubbeling & Capturing in JavascriptTo understand event delegation in javascript, let have a scenario where we following DOM. I am sure you must be wondering what happens when you click on button 1. what gets logged to console and how does that works ........ I will encourage you to t...Mar 21, 2022·2 min read
poornendushukla.hashnode.devConfiguration Driven Development in ReactOne year back we started transforming our project from not following any specific pattern to most talked about and sort after pattern configuration driven development aka CDD. I remember it being a huge transformation since we were trying to change p...Feb 23, 2022·4 min read