spring boot

A Simple Hexagonal Architecture Example Explained In A Nutshell

1. Overview This is a quick hexagonal architecture example with Spring boot. 2. Hexagonal Architecture This is a design pattern that ensures decoupling between the core domain logic inside the hexagon and its external dependencies. Mainly, the intent is to isolate the core logic and make it accessible to adapters through specific contracts. Likewise, this is also the main …

A Simple Hexagonal Architecture Example Explained In A Nutshell Read More »

Spring Cloud Kubernetes – How To Make The Best Of Both Worlds

In today’s fast-paced digital landscape, harnessing the potential of microservices architecture and container orchestration platforms like Kubernetes is a strategic imperative for modern application development. If you’re navigating the complex terrain of microservices and have chosen Kubernetes as your deployment platform, you’re on the right track. But what if you also want to leverage the …

Spring Cloud Kubernetes – How To Make The Best Of Both Worlds Read More »

Scroll to Top