Resources / Engineering Toolkit
Engineering Toolkit
Skills, prompts and tools from real engineering work — the things a technical founder or lead engineer reaches for daily.
Back to ResourcesFounder & Engineer Toolkit
The tools I actually use every day — engineering, design, productivity, finance, and AI. Filter by category or pricing. Each entry has a one-liner on why it's in the stack.
Cloud Run
Where every CryptoPrism backend runs. Zero ops, scales to zero, $0 when idle.
FastAPI
The Python web framework that doesn't get in your way. Pydantic types + async = joy.
BigQuery
Why I built a 72 PB pipeline instead of buying Glassnode — $36/mo after materialised views.
PostgreSQL
The default database. We run it on AWS RDS with 16 GB RAM and it's been boring for 2 years.
Redis
Cache layer for the pipeline. Memorystore $1,000 GCP credits carried us 18 months.
GitHub Actions
Every CI/CD pipeline. Watch out for the 60-day auto-disable — the keep-alive YAML is in the vault.
Puppeteer
PDF generation for invoices. --no-sandbox + --disable-setuid-sandbox for Cloud Run.
Resend
Transactional + campaign email API. Webhook-based delivery tracking, 3K emails/mo free.
Figma
The default design tool. Auto-layout + variables changed the game for me in 2023.
Excalidraw
For architecture diagrams that don't need to be perfect. Whiteboard feel, faster than Figma for thinking.
Unsplash
Photography when I need a hero image and can't justify a paid stock library.
Notion
Where the second-brain KB lives. Templates for SOPs, CRMs, project plans.
Obsidian
Personal knowledge base. Local Markdown files, Graph view, free forever. I sync via Git.
Linear
The only project management tool I don't resent. Fast, opinionated, keyboard-first.
Raycast
Replaced Spotlight on macOS. Window management, snippets, scripts, AI — one launcher.
Zoho Books
Invoicing + accounting for Indian SMEs. GST-ready, integrates with bank feeds, way better than Tally's UX.
Decimal.js
Why we never use floats for money. One import line, zero 0.1+0.2 !== 0.3 bugs.
Claude Code
My primary dev tool. 80% of architecture decisions, 50% of code in any given week.
Ollama
Local model runner for single-user dev workloads. vLLM when you need production multi-user.
LiteLLM
Gateway proxy with fallback chain. Routes each request to the cheapest tier that can handle it.
LangChain
Agent orchestration. Trinetry ERP uses 3 agents: invoice processing, smart reorder, client follow-up.