Comparing Kubernetes Gateway and Ingress APIs

Exploring the new Kubernetes Gateway API and comparing it with the existing Kubernetes Ingress API for handling external traffic.

October 14, 2022 · 5 min

How I Ask Questions as a Software Engineer

I ask a lot of questions to my peers and to strangers on public forums in the internet. This year, I have been trying to improve this process to ask better questions. Here is how I do it.

December 25, 2021 · 8 min

An Introduction to Monitoring Microservices with Prometheus and Grafana

This tutorial walks you through setting up monitoring on a microservice application using Prometheus and Grafana.

December 9, 2022 · 8 min

Best Practices for Building Reliable APIs

As the size of your APIs increase, the need for making them reliable and robust also increases. This article discusses the best practices for designing reliable APIs by introducing you to a special kind of reverse proxies called API gateways.

August 19, 2022 · 6 min