No matter what language you program in for a living, skill with JavaScript tools and libraries has become essential. Learn from Jessica Kerr how to use NPM to document project …
Tag: tools

Episode #611
Kubernetes: What and When
Regular expressions can quickly grow to be large, dense, and impenetrable. In today’s episode you’ll learn how Ruby helps you compose them out of smaller, manageable pieces!

Episode #610
Manipulating Docker Containers
Guest chef Jessica Kerr returns to demonstrate how we can manage and edit project files directly on our workstation, while still enjoying the benefits of Docker for running and testing …

Episode #609
Trying Stuff in Docker
Join guest chef Jessica Kerr to get immediate benefit from Docker by quickly trying out new programming languages and tools. You’ll learn some basic Docker usage, and how to keep …

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 #574
LIKE Injection in SQL
PostgresQL gives us powerful tools for enabling text search, but if we're not careful we can accidentally expose our app to attacks. Join guest chef Alex Piechowski, for a quick …

Episode #573
Roda – Part 2
Join guest Federico Iachetti to learn how to work with HTML views, in the lightweight but deceptively powerful Roda web toolkit.