What's the first thing you do when starting a new project? Jump right into code? Write a failing test? In this video, find out why Jessitron starts by drafting a …
Tag: Documentation

Episode #600
Git Storytelling – Part 3
Sometimes, we realize that something was just a *little* bit wrong in that last commit. Brooke Kuhlmann joins us one more time to demonstrate the git `amend` command. You'll see …

Episode #599
Git Storytelling – Part 2
Guest chef Brooke Kuhlmann is back, to demonstrate how we can use git's `fixup` and `rebase` to rewrite our git history into a more coherent narrative before it's shared with …

Episode #598
Git Storytelling – Part 1
Join guest chef Brooke Kuhlmann to see how git's interactive rebasing feature can help us tell better stories about our code changes. And learn some handy git aliases along the …

Episode #529: Pull Request Template – Andy Croll
Join guest chef Andy Croll to learn how using a pull request template can make your code reviews run more smoothly!

Episode #527: OpenAPI and Apivore – with Ariel Caplan
Nobody likes a web API that behaves differently than the docs say it should. Join Ariel Caplan to learn how to ensure your API never gets out of sync with …