
Django Chat Boost Your GitHub DX - Adam Johnson
Apr 1, 2026
Adam Johnson, author and Django consultant known for dev-tools like tprof and ICU for Py, walks through practical GitHub workflows. He highlights powerful but underused GitHub features and the gh CLI. He stresses clear PR writing and Markdown over low-info shortcuts. He also talks about profiling tools, Python startup performance, and building native libraries for internationalization.
AI Snips
Chapters
Books
Transcript
Episode notes
Use GitHub CLI For Faster Pull Request Flow
- Use the GitHub CLI to speed daily workflows instead of only the web UI.
- Adam Johnson shows creating and checking out PRs with gh replaces repeated web clicks and Slack nudges for reviews.
Git Knowledge Still Trumps AI Hype
- Git fundamentals remain essential even as AI-generated code grows, because you still need clear diffs and review workflows.
- Adam frames his Git/GitHub books as teaching keyboard shortcuts, hidden UI features, and writing practices that scale with seniority.
Write Better PRs With Clear Markdown
- Improve your GitHub writing: learn markdown and PR description rules to make reviews effective.
- Adam warns LLM summaries often echo code changes; concise, well-structured PR text saves reviewers' time.





