#microservices
Read more stories on Hashnode
Articles with this tag
In my previous post Chopping the Monolith, I explained that some parts of a monolith are pretty stable and only the fast-changing parts are worth...
API Monetization As an owner of API, you develop some code and deploy it to a server that server might have a bunch of HTTP/HTTPs endpoints that do...
💁 This blog post describes how an API Gateway like Apache APISIX is useful for testing the robustness and resilience of microservices APIs. Explore...
In one of my earlier posts, I described the Backend-for-Frontend pattern. In short, it offers a single facade over multiple backend parts. Moreover,...
API Health Check · API Health Check 🩺 We know that API services fail due to any number of reasons, such as networks issues, connection (failed to open a...
Everything fails, accept it!🤦 In a distributed system, a client service usually calls other services to retrieve data and there is the possibility...