Lobsters
- Why React re-renders & when do we need to worry about it? https://punits.dev/jargon-free-intros/why-react-rerenders-and-when-to-worry-about-it/ 6 comments javascript , web
- How we invalidate cache for resource-heavy & long-running requests https://punits.dev/blog/cache-invalidation-strategy-for-heavy-requests/ 4 comments node
- How we prevented CDN bandwidth abuse & mitigated AWS billing spike https://punits.dev/blog/preventing-cdn-bandwidth-abuse/ 14 comments aws
- Why do we need to use a state management lib in React https://punits.dev/jargon-free-intros/why-do-we-need-a-state-management-library-in-react/ 63 comments frontend
- Optimizing React re-renders - colocating data fetching & mutations with components https://punits.dev/jargon-free-intros/colocating-data-fetching-and-mutations-with-components/ 4 comments frontend
- Why can't we use await outside async functions https://punits.dev/jargon-free-intros/why-cant-we-use-await-outside-async-functions/ 33 comments webdev
- Why React re-renders & when do we need to worry about it https://punits.dev/jargon-free-intros/why-react-rerenders-and-when-to-worry-about-it/ 29 comments reactjs
- Why React re-renders & when do we need to worry about it? https://punits.dev/jargon-free-intros/why-react-rerenders-and-when-to-worry-about-it/#slide-2 19 comments frontend
- Why immutability matters for React https://punits.dev/jargon-free-intros/why-immutability-matters-for-react/ 6 comments learnjavascript
- Why immutability matters for React https://punits.dev/jargon-free-intros/why-immutability-matters-for-react/ 24 comments frontend
- Client-side rendering & when to use it / not use it https://punits.dev/jargon-free-intros/client-side-rendering/ 21 comments webdev
- What problem does Virtual DOM solve for React? https://punits.dev/jargon-free-intros/why-does-react-have-a-virtual-dom/ 30 comments frontend
- What is Server-side rendering & how is SSR with JavaScript any different? https://punits.dev/jargon-free-intros/server-side-rendering/ 12 comments webdev
- Static site generation - when to use it https://punits.dev/jargon-free-intros/static-site-generation/ 3 comments frontend
- Cookies vs local storage - what to use when? https://punits.dev/jargon-free-intros/cookies-vs-local-storage/ 172 comments webdev
- What is Hydration? https://punits.dev/jargon-free-intros/hydration/ 35 comments frontend
- Mitigating cold start delays for Node based serverless - my experiments & observations https://punits.dev/blog/mitigating-serverless-cold-start-delays/ 19 comments node
- Directus vs Strapi : Comparing the headless CMS features https://punits.dev/blog/directus-vs-strapi/ 7 comments node
- Scaling node.js applications https://punits.dev/jargon-free-intros/scaling-nodejs-applications/#slide-1 40 comments node
- Intersection Observer https://punits.dev/jargon-free-intros/intersection-observer/#slide-1 34 comments webdev
- Incremental Static Regeneration (ISR) - what is it's purpose? https://punits.dev/jargon-free-intros/incremental-static-regeneration/#slide-1 13 comments webdev
- How we tuned our Sentry config to swiftly identify frontend production issues https://punits.dev/blog/how-we-made-sentry-work-to-identify-production-issues/ 3 comments webdev
- Zero runtime CSS-in-JS : Is this where great DX meets top-notch Web Performance? (sharing our experience) https://punits.dev/blog/zero-runtime-css-in-js/ 9 comments reactjs