development

6 Articles

Slow JSON Stream: 64 connections at 1 B/s takes down PHP/Laravel in under 2 minutes

New DoS attack: 37/41 HTTP frameworks vulnerable by default. 64 connections at 1 byte/s exhausts PHP/Laravel in <2 min. Full PoC + paper + Docker testbed included.

The Saga pattern as the backbone of AI agents that act in the real world

An AI agent doesn't reason, it acts. And when it acts on real systems, you need Saga. Not as an architectural fashion, but as a philosophy of responsibility.

Supabase Auth vs Auth0: The Lie of Easy Authentication and the Real Risk

If you think wiring up OAuth2 with Google is easy, read this before you walk into a mess you won't know how to walk out of. A brutal comparison between Supabase Auth and Auth0.

How to Call APIs Without Getting Blocked

A practical guide to avoiding the 429 Too Many Requests error, throttling API calls and staying unblocked with jitter, backoff and circuit breakers.

Honest Python: 15 Laws Against Mediocre Code

You cleared the beginner threshold. Your code runs. Congratulations, you just reached the level of functional mediocrity. These 15 laws will teach you to write honest code, the kind you won't have to apologise for.

Redis vs. KeyDB — My Performance Test and Conclusions

KeyDB is a fork of Redis. The KeyDB project claims that the Redis implementation approach is not correct and can be better, in terms of performance.