Engineering notes from the trenches.
Reverse-engineering APIs, automation that survives production, security research, and honest takes on the tools I ship with.
Reverse-engineering APIs, automation that survives production, security research, and honest takes on the tools I ship with.
2 posts ← reset filters

A newly disclosed Budibase SSRF issue shows why outbound HTTP protection cannot live in one integration while automation steps call fetch directly. The real failure is architectural: security controls that are opt-in, inconsistent, and easy for new features to bypass.

A deep-dive into NodeFlow's async job orchestration platform: the process separation, Redis-backed WebSockets, HMAC webhooks, and circuit breaker patterns that every engineer should understand—plus the security and reliability tweaks I'd add before production.