References
Technical cheat sheets and quick references.
See also: Snippets — searchable code fragments and runtime notes.
- Azure CLI Cheatsheet 3 pages
Practical daily-use reference for the Azure CLI (az). Covers setup and authentication, Function Apps (logs, config, deploy), and Blob Storage (containers, blobs, counting by prefix).
- pyenv Cheatsheet 5 pages
A comprehensive cheatsheet for pyenv — the simple Python version manager. Covers installation on openSUSE Tumbleweed, everyday commands, virtual environments, and troubleshooting.
- uv Cheatsheet — The All-in-One Python Package Manager 9 pages
A comprehensive cheatsheet for Astral's uv, the blazing-fast Python package and project manager written in Rust. Covers installation, project management, dependencies, Python versions, scripts, tools, workspaces, pip compatibility, and configuration.