Keep your types in sync with Typewriter
This Rust crate gives you a way to keep types in sync between Rust, Python's Pydantic, Typescript, Go, etc.
Small snippets, quick tips, and technical discoveries from my daily engineering work.
This Rust crate gives you a way to keep types in sync between Rust, Python's Pydantic, Typescript, Go, etc.
It is easy to miss that docker compose reads and honors environment variables set in aa file named .env without the user taking action.
I ran into a surprising error with some tests failures locally in Orbstack
Found a couple of file watching utilities I didn't know about previously
Avoid Django dumpdata and loaddata conflicts by excluding framework-generated permissions, content types, sessions, and admin log entries.
Github has a not so helpful error message when Actions aren't allowed to make PRs
I've always avoided overriding compose.yaml files locally until I found the `COMPOSE_FILE` environment variable.
Did you know you can add nice colored boxes to your Github READMEs?
Turns out you can use the <picture> tag in Github READMEs