home / tag / deployment
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
Application decomposition patterns in microservices
Application decomposition patterns in microservices
Nov 12, 2023
1 min read
4 charts

patterns by Sam Newman from the book Microservices 2nd edition

architecturepatternmicroservices