33 followers
Somebody who likes to code
In the post, Understanding Amazon API Gateway: Methods and Integrations, we discussed how the method request section manages authorization, API KEY...
Amazon API Gateway is an AWS service for creating, publishing, maintaining, monitoring, and securing REST, HTTP, and WebSocket APIs at any...
Observability is a crucial practice that allows us to understand a system's behavior from the outside by leveraging logs, traces, and metrics. Over...
Throttling requests in an API is a common practice for several reasons, mainly related to the following: Performance: Throttling safeguards backend...
So far, when an exception occurs in the application, a toast notification displays the details. Taking advantage of this mechanism, we throw...
In our previous articles, we used inline forms to register or edit products directly within the page's main content. In this part, we will explore...