Bobur UmurzokovDec 6, 20228 min readHow to choose the right API Style and TechnologyAPIs are an essential design element in any software architecture that interconnects components digitally and allows various systems and...
Bobur UmurzokovDec 1, 20225 min readManage API Consumers with Apache APISIXNowadays APIs connect multiple systems, internal services, and third-party applications easily and securely. API consumers are probably...
Bobur UmurzokovNov 22, 202210 min readHow to choose the right API GatewayNowadays an API Gateway is an essential component in designing a distributed system’s architecture with multiple API services or...
Bobur UmurzokovNov 8, 20225 min readEvent-Driven APIs with Webhook and API GatewayThere are many ways and technology options to consider when implementing an event-driven API. For example, we explored how to build...
Bobur UmurzokovOct 30, 20226 min readImplementing resilient applications with API Gateway (Circuit breaker)Everything fails, accept it!🤦 In a distributed system, a client service usually calls other services to retrieve data and there is the...
Bobur UmurzokovSep 18, 20227 min readInfrastructure as code (IaC) for Java-based apps on AzureThe evolution of Java Over the past several years, the Java ecosystem landscape has evolved, from monolith Java EE applications running...