cr

Uses

The tools I use daily. Updated when things change.

Editor & Terminal

Vim / VS CodeVim for speed and servers, VS Code when I need the ecosystem
Iterm2Fast, well known, big community
TmuxTerminal multiplexer, when working in Vim
ZshShell of choice, with Oh My Zsh

Languages & Runtimes

GoFor CLIs and backend services
PythonData work, scripting
BunFast JS/TS runtime and package manager
TypeScriptFrontend development

Frontend

SvelteFramework of choice for new projects, no bloat, just works...
React 19When the codebase already uses it
Tailwind CSSUtility-first, no custom CSS
ViteBuild tool

Data

ClickHouseAnalytics, real-time queries, billions of rows
BigQueryCloud data warehouse, serverless, fast SQL queries
DuckDBIn-process analytics, local data exploration
PostgreSQLBackbone of most apps even when 90% could be using SQLite...
SQLiteEmbedded, local-first

Infrastructure

DockerEverything containerized
KubernetesOrchestration when needed
NginxReverse proxy, static serving
GCPCloud of choice, also can use AWS or Azure when needed, no vendor lock-in here
GitHub ActionsCI/CD

Tools

GitObviously
VitestTesting
PlaywrightE2E testing
LinearProject management
FigmaDesign when needed