Locking the Gates: Using IP Address Filtering in Your API Gateway

In today’s interconnected world, APIs are the lifeblood of modern applications. They enable seamless communication and data exchange between various services. However, just like any doorway, your API endpoints need robust security to prevent unauthorized access and malicious activities. One effective layer of defense you can implement at your API gateway is IP address filtering.

Continue reading “Locking the Gates: Using IP Address Filtering in Your API Gateway”

Building a Robust API Gateway with Quarkus and Clean Architecture


Level Up Your API Gateway: Quarkus + Clean Architecture

So, you’re building an API Gateway? Excellent choice! And if you’re considering Quarkus for the job, you’re already on the path to a high-performance, cloud-native solution. But to truly make your API Gateway shine – to ensure it’s not just fast, but also robust, maintainable, and adaptable to future changes – let’s talk about incorporating solid architectural principles like Clean Architecture or Hexagonal Design.

Continue reading “Building a Robust API Gateway with Quarkus and Clean Architecture”