Microservices
-
Software Development
Revisiting Global Data Consistency in Distributed (Microservice) Architectures
Back in 2015 I wrote a couple of articles about how you can piggyback a standard Java EE Transaction Manager…
Read More » -
Software Development
Traffic Shadowing With Istio: Reducing the Risk of Code Release
We’ve been talking about Istio and service mesh recently (follow along @christianposta for the latest) but one aspect of Istio…
Read More » -
Software Development
Comparing Envoy and Istio Circuit Breaking With Netflix OSS Hystrix
When we build services architectures (Service Oriented Architecture, Microservices, the next incarnation, etc), we end up making a lot more…
Read More » -
DevOps
Using Docker in API Gateway and Microservice Development
As you progress in your education as a developer, you will sooner or later understand the benefits that a container…
Read More » -
Software Development
The Road to Cloud Native
In a world of numerous programming trends, companies are starting to boast about how they’re becoming “cloud native.” This declaration…
Read More » -
Software Development
Writing end to end test for a microservices architecture
One of the main aspects of microservices architecture is that the application is formed as a collection of loosely coupled…
Read More » -
Software Development
Microservices implementation example with Spring Boot
1. Introduction We have already been through the Microservice demo and it was so pleasing to see the wonderful response…
Read More » -
Software Development
Emerging role of PaaS (Platform as a service) in building cloud-native applications
Challenges & opportunities for cloud-native applications Current technology landscape for cloud-native apps is evolving and Platform-as-a-Service (PaaS) solutions are constantly…
Read More » -
Software Development
Get any image metadata with Spring Boot and Docker
This is the second part of a series of three articles, but I decided to condensate in two to give…
Read More »