Nicolas FränkelforApache APISIXapisix.hashnode.net·Nov 23, 2022FeaturedA poor man's APICreating a full-fledged API requires resources, both time and money. You need to think about the model, the design, the REST principles, etc., without writing a single line of code. Most of the time, you don't know whether it's worth it: you'd like t...207 likes·2.8K readsAPIs
Nicolas FränkelforApache APISIXapisix.hashnode.net·Nov 9, 2022Geo-routing with Apache APISIXApache APISIX, the Apache-led API Gateway, comes out of the box with many plugins to implement your use case. Sometimes, however, the plugin you're looking for is not available. While creating your own is always possible, it's sometimes necessary. To...183 likes·121 readsgeolocation api
Nicolas FränkelforApache APISIXapisix.hashnode.net·Dec 7, 2022Web resource caching: Server-sideThe subject of Web resource caching is as old as the World Wide Web itself. However, I'd like to offer an as-exhaustive-as-possible catalog of how one can improve performance by caching. Web resource caching can happen in two different places: client...162 likes·235 readsperformance
Bobur UmurzokovforApache APISIXapisix.hashnode.net·Apr 21, 2023API Gateway For ChatGPT PluginsOpenAI has recently launched a new version of ChatGPT which now allows plugins inside ChatGPT. These plugins can be added directly to the chatbot, providing it with access to a wide range of knowledge and information from its third-party partners thr...96 likes·75 readschatgpt
Nikhil Akkinikhilakki.hashnode.net·Apr 22, 2023What is JSON Schema?I recently used JSON Schema in one of my projects for API request validation on AWS API gateway. I found it overwhelming at first, but quite powerful as it fit our use case quite well. Validating request before it hits your back-end system can filter...json-schema
Bobur UmurzokovforApache APISIXapisix.hashnode.net·Apr 17, 2023Dynamic routing based on JWT Claim with Apache APISIX and OktaDynamic routing is a powerful feature of most modern API Gateways that allows you to route incoming requests in real time to different backend services based on various criteria such as HTTP headers, query parameters, or even the request body. By lev...24 likesAPIs
Bobur Umurzokovboburadvocate.hashnode.net·Apr 17, 2023Dynamic routing based on user credentials with API GatewayDynamic routing based on JWT Claim with Apache APISIX and Okta Dynamic routing is a powerful feature of most modern API Gateways that allows you to route incoming requests in real time to different backend services based on various criteria such as H...APIs
Umang Agarwalsubtle-geek.hashnode.net·Apr 13, 2023Microservices with Spring Boot : What is an API Gateway?An API (Application Programming Interface) gateway is a server that acts as an entry point for a collection of microservices or backend services. It provides a centralized point for managing, monitoring and securing APIs exposed by these services to ...1 like·435 readsMicroservices
TECHcommunity_SAGtechcommsag.hashnode.net·Apr 13, 2023webMethods Containerization and Orchestration GuideUsing Containers A container is a lightweight, standalone, executable package of software that includes everything needed to run an application; that is, source code and all dependencies, such as the runtime, system tools, system libraries, and confi...containers
Aman jainamanjain13.hashnode.net·Apr 13, 2023Discover Many Facets of Payment GatewaysPayment gateways are the bridge between a business, customers and payment processing companies ensuring secure and safe transactions. A payment gateway is a software used in e-commerce that enables merchants to accept various electronic payments, inc...payment gateway
Nikhil Akkinikhilakki.hashnode.net·Apr 8, 2023What is API Gateway?API Gateway is a service that allows developers to create, deploy, and manage APIs (Application Programming Interfaces) that provide secure access to backend services and applications. API Gateway acts as a "front door" to your backend services, prov...38 readsCloudAPI Gateway
Bobur UmurzokovforApache APISIXapisix.hashnode.net·Mar 22, 2023Efficiently Manage Your GraphQL API with API GatewayGraphQL is a powerful query language for APIs that allows developers to define the structure of the data they need from the server, and the server responds with only that data. This makes it much more efficient and flexible than traditional REST APIs...14 likes·43 readsGraphQL
Bobur Umurzokovboburadvocate.hashnode.net·Mar 22, 2023Efficiently Manage Your GraphQL API with API GatewayGraphQL is a powerful query language for APIs that allows developers to define the structure of the data they need from the server, and the server responds with only that data. This makes it much more efficient and flexible than traditional REST APIs...1 likeGraphQL