I build CLI tools and automation scripts that eliminate repetitive work. If a task runs more than twice, it probably deserves a script.
- TypeScript — primary language for most projects
- Python — scripting, data wrangling, quick automations
- Shell — glue code, CI pipelines, system tasks
- Node.js / Deno — CLI runtimes
- Docker — containerizing workflows and dev environments
Mostly small, focused tools — argument parsers, file watchers, task runners, that kind of thing. Nothing flashy, just stuff that saves time.
If you use something I've built and it breaks (or works), feel free to open an issue or reach out.