June 27, 2022 Microservices | 5 MIN READ What are Microservices? Microservices architecture is a flexible and scalable approach to software programming, with individual services able to be deployed independently of one another. It is the counterpoint to traditional monolithic architecture,Continue reading
March 10, 2022 Microservices | 4 MIN READ Microservices Monitoring and Distributed Tracing Tools Monitoring and distributed tracing enable observability of your production system and contribute to the feedback loop for a more efficient and effective development process. Monitoring Microservices Monitoring the health ofContinue reading
March 10, 2022 Microservices | 4 MIN READ Understanding Microservices Authentication Services The distributed setup of a microservice application not only increases the potential attack surface of your application but also adds a new layer of complexity to authentication, authorization and sessionContinue reading
March 9, 2022 Microservices | 10 MIN READ Using Continuous Integration and Continuous Deployment with Microservices Faster, independent deployments are one of the key benefits microservices claim to offer, but how do you make them deliver on their promise? What is Continuous Integration? Microservices architectures offerContinue reading
March 9, 2022 Microservices | 12 MIN READ A Strategy to Testing Microservices With microservices architectures being adopted more and more widely, organizations need to adapt their testing strategy in order to capitalize on the advantages of a loosely coupled system. The shiftContinue reading
March 9, 2022 Microservices | 4 MIN READ What is Service Discovery in Microservices? In a microservices-based application, the back-end environment changes dynamically. In order to keep pace, clients need a way to identify the available service instances. This is where service discovery comesContinue reading