mimacom blog

Role of Module Federation in Micro Frontends

December 21, 2021

Micro Frontends mimic the idea behind microservices, but for frontend instead of backend. It's about splitting a single monolithic app into multiple, smaller apps, where each of the apps are responsible for a distinct feature of a product. This makes it possible for businesses to scale better, when there's a team for every smaller app, which they can work on in isolation with their own technical decisions. By keeping the apps smaller and separated, they are also more understandable and easier to apply changes to. This should also make it possible for separate independent deployments.

Read more

9 Java Patterns that Kotlin made obsolete

December 4, 2021

After the Kotlin 2021 Premier Online Event taking place just recently and the book "Java to Kotlin: A Refactoring Guidebook" by Duncan McGregor and Nat Pryce coming out, I thought it was a good time to write about Java patterns and how Kotlin can help you implement them or can even make them obsolete!

Read more
Newer posts Older posts