A developer dives into how fault tolerance can be built into a microservices-based architecture and the benefits this has on our application's performance.
A developer gives a quick tutorial on how the APP_INITIALIZER token provided by the Angular framework makes it easier to bootstrap Angular-based web apps.
Streaming data is a radical new approach to sending data to web browsers which provides for dramatically faster page load times. Quite often, we need to allo...
Guide on creating, securing, and testing a Spring Boot application with JUnit 5, covering REST API setup, OAuth 2.0 implementation, and unit/integration testing.
In this article, we throw some light on what asynchronous messaging is all about and discuss why you should consider it for your microservices architectures.
There are a number of things you can do to make sure that the entire chain of microservices does not fail with the failure of a single component. Let's dive in!