Skip to content
Holits

Resources

Reference material, not gated PDFs.

Everything here is readable without giving us your email address. If it is useful, use it.

Case studies

Problems, start to finish

What was broken, what we changed, and what we would do differently.

Web3 infrastructure

Architecting a 13-service pipeline to decode the Ethereum mempool in real time

Building a message-bus-connected microservice platform that turns raw pending-transaction calldata into structured MEV, gas-market and liquidation signal before a block ever confirms.

AI infrastructure

Queue-based infrastructure for scoring, bundling and verifying dependency upgrades

An async worker architecture that turns changelog noise into a dependency-ordered upgrade plan, with a multi-provider LLM layer resilient to any single provider's outage.

Crypto markets infrastructure

A tiered polling architecture for tracking nine exchanges in real time

Designing a multi-exchange monitoring platform that matches its infrastructure cost to what each exchange's API actually allows, instead of one uniform, worst-case polling strategy.

Compliance / fintech infrastructure

Building a resilient compliance API on top of an unreliable government service

A per-country circuit breaker, canonical-identifier data model, and an isolated billing service — the platform engineering that turns a free, unreliable VIES endpoint into a dependable product.

Web3 infrastructure

Making Ethereum RPC correct under load and re-orgs

Replacing a round-robin balancer in front of a mixed Erigon/Geth/Reth fleet with a router that classifies every method and guarantees canonical data.

AI infrastructure

Making multi-GPU inference predictable instead of fast

Replacing even traffic distribution across llama.cpp workers with admission control based on live load, queue depth and measured throughput.

Platform engineering

Giving AI agents infrastructure access without giving them a shell

Replacing agent SSH access with an MCP server exposing inventory-driven, validated, audited operations.

Looking for something that isn't here?

We write up the problems we actually hit. If you are working through something specific — GPU serving economics, RPC tiering, Terraform state surgery — tell us and we will either point you at prior art or write it up.