Python

4 posts
2026

Step-by-Step: Exposing Custom Application Metrics to Kubernetes HPA with Prometheus Adapter

This guide shows how to expose custom Python metrics to Kubernetes HPA via Prometheus Adapter, covering mapping, RBAC, validation, and …
Read more

LeetCode Two Sum: From Brute Force to a Hash Map

Two Sum is small enough to fit in a few lines, but it tests a valuable algorithmic habit: replace repeated searching with remembered …
Read more

Model Context Protocol (MCP) Explained: How to Connect LLMs to Real-World Data (With Python Tutorial)

This guide explains the Model Context Protocol (MCP) and provides a step-by-step tutorial for building an MCP server in Python to connect …
Read more
2025

Why I Still Prefer Java Over Python

Java doesn’t have a great reputation for being lovable. It’s verbose. It requires a lot of ceremony. Oracle’s licensing …
Read more