home / tag / javascript
Cache Storage in UI
Cache Storage in UI
Oct 27, 2025
13 min read
2 charts

Because where you store the cache affects your app’s architecture, performance, and security. If you’re designing a new system, this choice can even shape how your frontend...

uisecurityjavascript
Webpack Module Federation
Webpack Module Federation
Apr 7, 2024
1 min read
1 charts

Module federation is a webpack 5 features. It allows independent deployments for you different applications. Same as HTML import map? Yes but it allows more flexible configuration...

uiwebpackdeployment
HTML Import Map
HTML Import Map
Apr 1, 2024
3 min read
1 charts

How to load JS in the runtime, from a separate server? Browsers provide a native feature called HTML importmap. It is supported and works across all latest devices and browser...

uihtmljavascript
Versioning in NPM
Versioning in NPM
Mar 24, 2024
3 min read
1 charts

NPM stands for Node Package Manager. It is the largest package registry in the world. It contains hundreds of thousands of packages uploaded to it.

versioningnpmjavascript