Console Login

#API Management

All articles tagged with API Management

#API Management

API Gateway Tuning: Squeezing Milliseconds out of Nginx and Kong (2020 Edition)

Your microservices aren't slow; your gateway configuration is. A deep dive into kernel tuning, upstream keepalives, and selecting the right infrastructure for low-latency APIs in the Nordics.

Squeezing Milliseconds: Advanced Nginx API Gateway Tuning on Linux

Default configurations are the enemy of low latency. In this deep dive, we rip apart sysctl.conf, optimize Nginx worker processes, and explain why hardware bottlenecks will render your software tuning useless without NVMe storage.

API Gateway Tuning: Why Your 200ms Overhead is Unacceptable (and Solvable)

In 2015, mobile users won't wait. We dissect the Nginx and Kernel configurations required to drop API latency, focusing on the specific challenges of Norwegian connectivity.

API Gateway Performance: Tuning Nginx for Millisecond Latency in Norway

A battle-hardened guide to optimizing Nginx as an API Gateway on CentOS 7. We dive deep into kernel tuning, SSL termination, and why hardware selection matters for Nordic traffic in 2014.

Tuning Nginx as an API Gateway: Surviving the 10k Connection Problem (C10k) in 2014

It is 2014, and mobile traffic is exploding. Learn how to configure Nginx and the Linux kernel to handle thousands of concurrent REST API requests without melting your server, focusing on latency, keepalives, and the crucial role of SSD storage.

Surviving the C10k Problem: Tuning Nginx and CentOS 6 for High-Traffic APIs

Is your API gateway choking under load? Stop blaming your code. We dive deep into the Linux TCP stack, Nginx worker configuration, and hardware bottlenecks to squeeze every drop of performance out of your server infrastructure.