Writing

Engineering, career, and the craft of building software.

Code Graph indexing a codebase to reduce Claude Code token usage
Artificial Intelligence

How to Cut Claude Code Costs with a Code Graph

Claude Code burning through your tokens too fast? I found a tool called Code Graph that pre-indexes your codebase and cuts token usage by up to 30%.

Thomi Jasir Mar 8, 2026 4 min read
TypeScript code with complex type annotations highlighted
Programming

TypeScript Patterns That Changed How I Write Code

Five TypeScript patterns I use constantly, discriminated unions, template literal types, const assertions, branded types, and satisfies, and why they matter.

Thomi Jasir Jan 12, 2026 5 min read
Terminal showing Rust Axum API server running in development mode
Programming

Rust Starter Kit for Web API Development

After 2 years learning Rust I finally ship my first public project, a boilerplate starter kit for building Web API with Rust.

Thomi Jasir Mar 7, 2026 7 min read

Latest Posts