cr

Uses

The tools I use daily. Updated when things change.

Editor & Terminal

Vim / VS Code Vim for speed and servers, VS Code when I need the ecosystem
Iterm2 Fast, well known, big community
Tmux Terminal multiplexer, when working in Vim
Zsh Shell of choice, with Oh My Zsh

Languages & Runtimes

Go For CLIs and backend services
Python Data work, scripting
Bun Fast JS/TS runtime and package manager
TypeScript Frontend development

Frontend

Svelte Framework of choice for new projects, no bloat, just works...
React 19 When the codebase already uses it
Tailwind CSS Utility-first, no custom CSS
Vite Build tool

Data

ClickHouse Analytics, real-time queries, billions of rows
BigQuery Cloud data warehouse, serverless, fast SQL queries
DuckDB In-process analytics, local data exploration
PostgreSQL Backbone of most apps even when 90% could be using SQLite...
SQLite Embedded, local-first

Infrastructure

Docker Everything containerized
Kubernetes Orchestration when needed
Nginx Reverse proxy, static serving
GCP Cloud of choice, also can use AWS or Azure when needed, no vendor lock-in here
GitHub Actions CI/CD

Tools

Git Obviously
Vitest Testing
Playwright E2E testing
Linear Project management
Figma Design when needed