Editor & source control
VS Code or PyCharm, Git for history, GitHub for public work and CI.
workflow
Tools and habits that keep projects reproducible, debuggable and easy to resume.
VS Code or PyCharm, Git for history, GitHub for public work and CI.
Docker for repeatable services; explicit configuration and secrets outside source.
Targeted tests, Playwright for web flows, and resumable long-running jobs.
Searchable setup notes, commands and short architecture decisions.