Topic Categories
Topics to come
- Setting up your python environment and packing your code
- Setting up linting in your IDE
- Domain Driven Design
- Developer discipline
- testing ruff vs pylint
- performance vs velocity vs adaptability
-
Get your pre-commits setup right from the start
Learn how to quickly set up pre-commits in your Python project to enforce code quality with tools like ruff, black, isort, pylint, and mypy. Easy to install and…
4 min read
-
Git workflows cheatsheet
Git cheatsheet with a collection of useful workflows.
4 min read
-
Setting Up Your Python Project with Great Developer Tooling
Tired of bloated template repos? This guide walks you through a lean, minimal project setup—just the essentials, with quick CLI commands to get up and running fast. Skip…
4 min read
-
Quickly package your project with UV
Quickly scaffold a Python package with a CLI using uv. This guide walks through creating a clean repo, adding dev tooling, and spinning up a simple click-based CLI—perfect…
4 min read
-
Optimise your feedback loop to build faster and better
Long feedback cycles kill momentum. This post breaks down how to optimize your development workflow for speed and stability—by tightening your feedback loop and focusing on high-impact velocity…
4 min read