Skip to content

Blog

Insights into my everyday programming life and other interesting technical tidbits

Posts about: api Clear filter

September 2025

Published on Sep 5, 2025 · approx. 5 min read

ASP.NET Core Minimal APIs: REST APIs Without Controllers

ASP.NET Core Minimal APIs enable REST APIs with minimal boilerplate — no controllers, no attribute decoration. Ideal for microservices and for PHP developers exploring C#.

Read More →

March 2025

Published on Mar 25, 2025 · approx. 2 min read

Symfony Rate Limiter: API Throttling with Token Bucket and Fixed Window

The Symfony Rate Limiter protects APIs and endpoints from overload and abuse. This post explains token bucket, fixed window and sliding window — with concrete examples for login protection and API throttling.

Read More →