Synopsis
On Rails with Jason I talk with Rails developers about how they work with Rails. Guests include people like Ben Orenstein and Noel Rappin.
Episodes
-
052 - Debugging Techniques with Chelsea Troy
07/07/2020 Duration: 56minIn this episode I talk with Chelsea Troy regarding the debugging techniques she shared in her recent RailsConf talk, "Debugging: Techniques for Uncertain Times". Chelsea and I talk about "progress mode" vs. "investigation mode", binary search, tests as scientific experiments, and, naturally, outer space.Chelsea Troy on TwitterDebugging: Techniques for Uncertain Times (transcript)JuneteenthConf
-
051 - Developer Productivity with Itamar Turner-Trauring
30/06/2020 Duration: 01h02minIn this episode I talk with Itamar Turner-Trauring, author of The Secret Skills of Productive Programmers. We share a number of productivity tips including don't get stuck, don't work long hours, implement the riskiest part first, write down what you're working on, and much more.Itamar Turner-Trauring on TwitterCode Without RulesThe Secret Skills of Productive Programmers
-
050 - DevOps for Beginners with Adam Hawkins
23/06/2020 Duration: 01h04minIn this episode I talk with DevOps expert Adam Hawkins, who also appeared in episode 49. Adam and I talk about what DevOps is and how you can use DevOps principles to deliver better software faster.Project to Product: How to Survive and Thrive in the Age of Digital Disruption with the Flow FrameworkThe DevOps HandbookAccelerate: State of DevOps 2019 ReportSmall Batches Podcast
-
049 - Testing Your Deployment Pipeline with Adam Hawkins
16/06/2020 Duration: 42minIn this episode I talk with Adam Hawkins about the concept of not just testing your application code, but testing your deployment pipeline so that you mitigate the risk of running bad deploys that take your site down.Software Development in 3 Ideas & 4 Metricsfreedevopscourse.comProducts Over ProjectsDevOps Handbook Summary & ReviewAccelerate Summary & ReviewSmall Batches Podcast
-
048 - Chad Pytel, Developer and CEO at thoughtbot
09/06/2020 Duration: 49minIn this episode, packed with nuggets of wisdom, I talk with thoughtbot CEO Chad Pytel about the meaning of the terms "code quality" and "bad code", the ways in which poor-quality code comes into existence, how to add tests to a codebase that doesn't have much test coverage, and much more.Chad Pytel on Twitterthoughtbot's Code Audit service
-
047 - Discussing Rails Deployment and Hosting Options with Nate Berkopec
02/06/2020 Duration: 47minIn this episode I talk with Ruby performance consultant Nate Berkopec. This time Nate and I talk not about Rails performance but about hosting options for Rails including Heroku, Convox and bare AWS. We also touch on infrastructure management tools like Kubernetes, Terraform and Ansible.Nate Berkopec on TwitterThe Complete Guide to Rails PerformanceSpeedshop
-
046 - Tips for Working with Legacy Code with Nicolas Carlo
27/05/2020 Duration: 44minIn this episode I talk with Nicolas Carlo, creator of UnderstandLegacyCode.com, about working with legacy code, adding tests to legacy code, how to safely make changes to legacy applications, and more.UnderstandLegacyCode.comNicolas Carlo on TwitterBusbudWorking Effectively with Legacy Code
-
045 - Jeff Geerling, Author of Ansible for DevOps
19/05/2020 Duration: 42minIn this episode I talk with Jeff Geerling, author of Ansible for DevOps. Jeff and I talk about what Ansible is and why you would want to use it, some alternatives to Ansible and how Ansible is different, my experiences and Jeff's experiences with using Ansible, and much more.Jeff Geerling on TwitterAnsible for DevOpsAnsible 101 by Jeff Geerling
-
044 - Cameron Gray, Co-Founder of Convox
12/05/2020 Duration: 35minIn this episode I talk with Cameron Gray about Convox which is a free, open-source tool to assist with deploying applications to various cloud platforms. Cameron and I talk about how Convox works under the hood and how to get started with Convox for deploying an application. Technologies we touch on include AWS, Elastic Beanstalk, ECS, Docker and Kubernetes.ConvoxCameron Gray on Twitter
-
043 - AWS Lambda with Ken Collins, Staff Engineer at Custom Ink
05/05/2020 Duration: 51minIn this conversation I talk with Ken Collins about what Lambda is, what use cases it's good for, why they started using Lambda at Custom Ink, and much more.Ken Collins on TwitterLambyCustom Ink Tech Blog
-
042 - Docker and Kubernetes with Kelsey Hightower
28/04/2020 Duration: 46minIn this episode I ask Kelsey all kinds of noob questions such as "Under what scenarios should I use Docker?", "How does Kubernetes relate to Docker?" and "Can I borrow your toaster?" This is a great one for people who, like me, still have a hard time wrapping their head around Docker and K8s.Kelsey Hightower on TwitterKubernetes Up and Running
-
041 - Frank Rietta, Founder & CEO of Rietta.com
21/04/2020 Duration: 56minIn this wide-ranging discussion about Rails security Frank and I talk about the security value of keeping gems updated, the security risk of infrequent deployment, state-sponsored hacking, and much more.Rietta.comFrank Rietta on TwitterHelloConf 2020
-
040 - Active Storage, CDNs and Image Performance with Mark Hutter, Lead Engineer at Landing
14/04/2020 Duration: 52minMark and I talk about Active Storage, CDNs (including what one is and why you would use it), image performance, RailsConf, the Birmingham on Rails conference, and more.Mark Hutter on TwitterMarkHutter.comBirmingham on RailsLandingChromium Blog: Moving towards a faster webActiveStorage Feature Request - Support for CDN (Cloudfront)
-
039 - Talking Software Consulting with Justin Searls, Co-Founder of Test Double
07/04/2020 Duration: 01h05minIn this conversation Justin and I talk about our respective experiences in software consulting, the different types of consulting/agency work, and how to get started in consulting.Justin Searls on TwitterTest DoubleSecrets of ConsultingMillion Dollar Consulting
-
038 - Andy Leverenz, Creator of Hello Rails
31/03/2020 Duration: 53minIn this episode Andy and I talk about learning Rails, Tailwind CSS, graphic design, usability testing, entrepreneurial mistakes, and more.Hello RailsAndy Leverenz on TwitterSpaceship ZSH theme
-
037 - Server Infrastructure, systemd, and the Business Side of Sidekiq with Mike Perham
24/03/2020 Duration: 57minMe and Mike start with a detailed discussion of how systemd and systemctl work in Linux, then transition into server infrastructure in general, then finally we talk about the business side of Sidekiq.SidekiqDerry Girls
-
036 - Jason Gedge, Staff Production Engineer at Shopify
17/03/2020 Duration: 48minIn this episode I talk with Jason Gedge, Staff Production Engineer at Shopify, about Shopify's Rails monolith.Jason Gedge on TwitterDomain Driven Design
-
035 - [Solo Episode] How to Write a Test When the Implementation Isn't Obvious
10/03/2020 Duration: 08minIn this solo episode I explain how to write a test when the implementation isn't obvious.How to write a test when the implementation isn't obvious (blog post)Rails Testing for Beginners
-
034 - David Bryant Copeland, Author of Sustainable Web Development with Ruby on Rails
03/03/2020 Duration: 52minIt's a challenge to keep projects organized as they grow and to sustain a high level of productivity. In this episode me and David Bryant Copeland talk about techniques we've used to accomplish this. Among other things, we discuss presenters/decorators/facades, service objects, OOP vs. procedural, and monoliths vs. microservices.Sustainable Web Development with Ruby on RailsDavid Bryant Copeland on TwitterGang of Four Design Patterns bookP of EAA
-
033 - How to Speak at Conferences with Karl Hughes, Creator of CFP Land
25/02/2020 Duration: 50minSpeaking can be a really effective way to advance your programming career. In this episode me and Karl Hughes both share our advice for landing speaking gigs at conferences and local meetups.Karl Hughes on TwitterCFP LandThe Comprehensive Guide to Speaking at Technology Conferences in 2020