Clean Architecture Cheat Sheet
Quick reference for Clean Architecture — the Dependency Rule, the four layers, ports/adapters, and common mistakes.
Quick reference for Clean Architecture — the Dependency Rule, the four layers, ports/adapters, and common mistakes.
Quick reference for Docker — Dockerfile essentials, multi-stage builds, volumes, networking, and compose.
Quick reference for Git — branching, rebasing, stash, bisect, undoing mistakes, and conflict resolution.
Quick reference for Python — data structures, decorators, generators, OOP, concurrency, and typing.