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 …
Month: October 2019

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 #597
Demystifying the View
One of the best ways to understand the tech stack we're working with is to re-create parts of it ourselves. Join Federico Iachetti as he de-mystifies the web view layer …

Episode #596
Partial Function Application
If you've ever read about functional programming, you might have run across the concept of "currying". But what is currying, exactly, and how does it help us? Join guest chef …