Another blog
  • Impressum/Datenschutz
  • About

Java

A collection of 2 posts
A modular monolith architecture
Java

A modular monolith architecture

The recent announcement of Spring Monolith (Introducing Spring Modulith) fits well into the rising interest in monolithic architectures (Monolithic Architecture Trend). It seems like not everything has to become its own microservice.
8 December 2022 4 min read
Your interface is not an abstraction
Java

Your interface is not an abstraction

Interfaces are great. You can write a library, bind your code internally to interfaces and handout the library to consumers which in turn just implement the interfaces. You, as a library implementer, are none the wiser about any implementers. All you know is your code and your interface. Neat!
26 October 2022 2 min read
Another blog © 2023
Powered by Jekyll & Kaschber