01 Home 02 About 03 Work 04 Stack 05 Writing 06 Contact
Start a conversation
Home/Stack
The working inventory

Not a wall of logos.
A console you can query.

Every tool below carries one line explaining what it actually does in practice — not simply that I have heard of it. Filter by category, or type to narrow the list down.

New in the stack

AI tooling, listed like everything else.

The models and assistants I work with every day are inventoried here on exactly the same terms as React or Terraform - what each one is genuinely good at, and how deep I actually go. No separate hype section.

Claude ChatGPT Gemini GitHub Copilot Cursor Ollama
How this list stays honest

Three rules for what
earns a place here.

01 Proof of use

It shipped

Nothing goes on this list because I read the documentation over a weekend. Each entry has been part of something that reached real users and had to keep working afterwards.

02 Context

It says what it is for

A name on its own tells you nothing. Every entry carries one line on what the tool actually does in practice, so you can judge the fit rather than the length of the list.

03 Maintenance

Things leave the list

Tools I no longer use get removed rather than quietly padding the count. An inventory is only useful if it reflects the present.

Underneath the tools

Tools change.
The fundamentals bill you either way.

Frameworks get replaced every few years. What carries across is knowing why a render is slow, why a token expired, why a cache served the wrong thing, and why a query that was fine at a hundred rows falls apart at a hundred thousand. Scale is where fundamentals stop being academic and start being the whole job.

01

Performance

Render cost, bundle weight, cache strategy and the difference between a measurement and a hunch.

02

Scalability

Data access patterns, caching layers, pagination, queues, and what degrades first when load arrives faster than capacity.

03

Security

Least privilege, token lifetimes, input boundaries and never trusting anything that arrived over the wire.

04

Experience

Loading states, error recovery, keyboard paths - the parts of an interface that only show up under stress.

Something missing?

Ask me about a tool that isn't listed.

If it is not here, I will tell you honestly whether I have used it, evaluated it, or only read about it.