codeworking.org
Search
Developer Recipes & Gists

Skills & Snippets

Fast, practical tricks, CLI shortcuts, and copy-paste snippets designed to save you time.

Deep Dive into uv

A developer guide to uv by Astral. Learn how to manage Python versions, project dependencies with pyproject.toml and uv.lock, inline PEP 723 scripts, isolated CLI tools with uvx, and optimized Docker CI/CD pipelines.

Deep Dive into Zig

A comprehensive developer guide to the Zig systems programming language. Master explicit memory allocators, comptime metaprogramming, C interoperability, and examine why the Bun runtime transitioned its core parser from Zig to Rust.

Mastering SDKMAN!

A developer guide to SDKMAN! (Software Development Kit Manager). Learn how to manage parallel JVM runtimes, configure project-level .sdkmanrc environments, register local SDK builds, and master CLI candidate workflows.