workflow

workflow

Tools and habits that keep projects reproducible, debuggable and easy to resume.

code

Editor & source control

VS Code or PyCharm, Git for history, GitHub for public work and CI.

GitGitHubVS CodePyCharm
runtime

Reproducible setup

Docker for repeatable services; explicit configuration and secrets outside source.

DockerPostgreSQLRedis
quality

Tests & recovery

Targeted tests, Playwright for web flows, and resumable long-running jobs.

PlaywrightGitHub Actionspytest
notes

Markdown-first documentation

Searchable setup notes, commands and short architecture decisions.

MarkdownLaTeX

checks I use often