Cache-Busting a React Micro-Frontend Inside an Angular Shell
How I solved browser caching issues in a Vite-built React micro-frontend mounted inside a legacy Angular application by introducing a lightweight build-time asset contract.
Thoughts on web development, frontend engineering, and technology.
How I solved browser caching issues in a Vite-built React micro-frontend mounted inside a legacy Angular application by introducing a lightweight build-time asset contract.
A deep-dive series on building a real-time IPL score-tracking Chrome extension from idea to production-ready architecture.
A detailed architecture breakdown of a real-time IPL Chrome extension using background workers, content scripts, and message-driven state management.
A hands-on guide to implementing real-time IPL score updates in a Chrome extension using message passing between background workers, content scripts, and a React popup.
A practical guide to setting up Webpack for a Chrome extension to enable fast, automated builds with React, Babel, and asset bundling.
A proof-of-concept showing how to share a single Redux state between a Vanilla JS app and a React micro-frontend in real time.
A step-by-step guide to building high-performance infinite and virtual scrolling in Ember for large, dynamic lists.