Securing service to service communication with JWT

Most of us have worked with services where we have a separate authenticator module or an IDP service which we invoke as the first step in our web workflow. Only once the user is authenticated we call other business services. This is a typical approach several architectures takes. This makes our workflows simpler as once … Continue reading Securing service to service communication with JWT

Multi Module Monolithic to Microservices

It is a summary of almost all the things which you have to take care while doing migrating from your monolithic. Each step as discussed here can be a separate blog in itself and so my intention here is not to go deep into each aspect of the migration but to give you a list … Continue reading Multi Module Monolithic to Microservices