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.
10 posts ← reset filters

When a cloud engineer open-sourced a Python pipeline that scrapes, filters, and ranks job listings, they got more than interviews. The real takeaway is a masterclass in selfish automation—and why the best tools are the ones you build for yourself.

FableCut's architecture flips AI tool design on its head: instead of a bespoke API, the entire timeline lives in a plain JSON file. This is the pattern more agent-driven tools should steal.

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.

How to mock outgoing server-side HTTP requests in Playwright end-to-end tests using mockttp as a per-worker forward proxy, giving you deterministic control over third-party API calls without touching your application code.

A practical deep-dive into running Haskell on AWS Lambda — why it works better than you'd expect, the cold start reality, and how to actually ship functional code to serverless infrastructure.

The Go team just shipped an official API for pkg.go.dev. Here's what it exposes, how to use it for automation, and why this matters for anyone building tooling around the Go ecosystem.

AI workflow demos look impressive until they hit production. Here's why reliability is the actual engineering challenge, and what patterns actually work to keep AI pipelines from silently failing.

A practical breakdown of building an AI support triage API that doesn't hemorrhage money. Route requests intelligently, cache aggressively, and only call expensive models when you actually need them.
CloakBrowser claims to be a stealth Chromium that passes every bot detection test. I installed it, ran it against reCAPTCHA v3, Cloudflare Turnstile, and FingerprintJS to see if the hype is real.
How I built custom tooling to manage hundreds of wallets, automate on-chain transactions, and run social bots across multiple protocols.