Microservices
-
Enterprise Java
Secure a Spring Microservices Architecture with Spring Security and OAuth 2.0
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over…
Read More » -
Software Development
Strangler Pattern: How to Keep Sane With Legacy Monolith Applications
What’s a Strangler Pattern, how does it translates to a Strangler Application and how it all connects to microservices? When…
Read More » -
Software Development
An Overview of the Service Mesh and Its Tooling Options
For an app to to function at its best, every part of the application stack needs to be optimized and…
Read More » -
Software Development
Bounded Context in my view
In this article, I will share my point of view about Bounded Context. I will try to answer questions like…
Read More » -
Software Development
What Is API Testing and Why Should We Be Using It?
Many companies are moving toward a microservices model for their software applications. This means that different sections of their application…
Read More » -
Enterprise Java
Introduction to Spring Cloud – Config (Part I)
1. Overview Spring Cloud provides tools for developers to quickly build some of the common patterns in distributed systems (e.g.…
Read More » -
Software Development
How a Service Mesh Can Help With Microservices Security
I see lots of customers moving to microservices, (whether they should or not is a topic for a different post),…
Read More » -
Software Development
MicroServices – Part 6 : Distributed Tracing with Spring Cloud Sleuth and Zipkin
One of the challenges in microservices architecture is the ability to debug issues. A simple user action might trigger a…
Read More » -
Software Development
MicroServices – Part 5 : Spring Cloud Zuul Proxy as API Gateway
In microservices architecture, there could be a number of API services and few UI components that are talking to APIs.…
Read More »