A key part of implementing micro frontends is to achieve independent deployments of the individual apps. We have implemented a micro frontend architecture using Webpack Module Federation. Our system…
After reading about SWC, and how it is supposed to be both a transpiler á la babel and a typescript compiler, while doing both blazingly fast, we wanted to check if it could improve our build times…
Micro frontends with Module Federation This article explains how our team has implemented a micro frontend architecture using Webpack Module Federation. If you're interested in understanding why we…
Our task was to merge two existing apps, and in the same process, merge two existing teams. The existing apps were MinBedrift – an enterprise mobile self-service application – and MinPortal – an…
A month ago I have started learning Rust and would like to share my impressions, the good things I have appreciated, and the things I have struggled with. Why Rust, do you ask? Primarily to challenge…
So you have just deployed your Docker container to AWS Fargate but it keeps on restarting with the event "service XYZ (..) is unhealthy .." and you have no idea why. I have spent many bloody hours…
On a calm autumn morning we got a desperate call from our customer service. Our biggest customer had just started a pilot of our "expense share" functionality - and was missing half of their data. And…
When I was deciding what new language to learn, I could have picked the quite familiar Scala but chose instead Clojure - not despite of its lack of object-orientation, its immutable data structures…