Background
I design electronic music instruments and write code (sometimes I ask AI to write it for me). Hardware meets software, and I move between languages and toolchains depending on what the problem needs.
My track on learnwithparam covers the polyglot layer: configuration, packaging, and the cross-language tooling that keeps a codebase shippable across machines and environments. The topics here are boring on purpose, they are the ones that fail silently in production if you skip them.
Python packaging with uv, Docker layer caching, environment config patterns, and structured data tooling like SQLModel. The goal is to make the tooling invisible so you can focus on the work.
What I cover
Specialty: Polyglot programming.
- Python dependency management with uv
- Docker layer caching and multi-stage builds
- Environment configuration patterns (.env, .env.development, and secrets)
- Structured data tooling with SQLModel
- Cross-language packaging and reproducible builds
