© 2023 Hashnode
#api-gateway
APIs are everywhere. They enable business innovation and power mission-critical operations for enterprises. With the growing dependence of businesses upon APIs, the awareness of the need to secure and protect APIs is increasing as well. A l…
I explained the concepts and theory behind Data Residency in a previous post. It's time to get our hands dirty and implement it in a simple demo. The sample architecture In the last section of the pre…
Summary of April Updates A sum-up of SerpApi's latest product improvements, and feature releases 🙂 Features - [Feature] Accounts API: now has a monthly subscription cost - [Feature] Google Shopping…
As the number of APIs that need to be integrated increases, managing the complexity of API interactions becomes increasingly challenging. By using the API Gateway we can create a sequence of API calls…
DNS is hard. This is absolutely true for huge enterprise networks and distributed systems. With a simple Google search, we can find many IT incidents caused by DNS issues. But this is not the topic of…
With various access control models and implementation methods available, constructing an authorization system for backend service APIs can still be challenging. However, the ultimate goal is to ensure…
As software systems grow in complexity, it can become increasingly difficult to manage and maintain them as a single, monolithic application. One approach to solving this problem is to break the monol…
When building modern applications, it's essential to choose the right API pattern. API patterns define how clients and servers communicate with each other. There are many API patterns to choose from, …
Cloud computing has opened a Pandora's Box of many original issues compared to sound old on-premise systems. I believe that chief among them is Data Residency, or Data Location: Data localization or …
Today Monday, May 1st, 2023, 77th day of my #100DaysOfDevOps challenge, in this blog(documenting my journey) I'll be writing about API gateway in a microservices architecture. As we all know, microser…