Microservices
Advanced gRPC in Microservices – Beragampengetahuan
Building microservices at scale often means pushing beyond the basics of gRPC. Many teams adopt gRPC for its high performance and cross-language support, only to discover subtle complexities when running it in production. In this article, we delve into advanced gRPC concepts — streaming, deadlines, interceptors, load balancing — and share practical “dos and don’ts” […]
TUBA: Finally, an Error Management Tool for Microservices | by Rick Markowitz | May, 2024 – Beragampengetahuan
Microservice architecture, while powerful and flexible, comes with its own set of immense headaches. This is especially true when it comes to error management. Tracking down errors in a complex web of containerized services can feel like looking for a needle in a haystack. Each microservice may generate its own set of errors, making it […]
Monolith vs Microservices vs Distributed Monolith: A Comparison of Architectural Styles – Beragampengetahuan
In the good old days, an average web application’s structure was relatively simple. The n-tier architecture typical for these times represents what almost every person imagines if you ask them how a web app is built. Namely, there should be a backend part, a middle-tier business logic part, and the UI for users to interact […]
Best Technologies To Build Microservices Architecture – Beragampengetahuan
Microservices architecture has gained immense popularity in recent years due to its ability to create scalable and flexible software systems. By breaking down complex applications into smaller, independent services, microservices enable faster development, easier maintenance, and improved scalability. However, choosing the right technologies to build a microservices architecture is crucial for its success. In this […]