Architecture

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

Onion Architecture With Spring Boot (1/2)

December 31, 2020

The hexagonal-like architectures are helping to increase the longevity of software, effectively eliminating the coupling between the coded business knowledge and the technology. In a couple of posts I will share with you mimacom's way of tackling Onion Architecture with Spring Boot. In this first part I will give you more insights about it through a github-hosted example showing a simple implementation of ShoppingList's API's.

Read more
Older posts