Rails with Jason

Informações:

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

  • 048 - Chad Pytel, Developer and CEO at thoughtbot

    09/06/2020 Duration: 49min

    In 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: 47min

    In 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: 44min

    In 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: 42min

    In 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: 35min

    In 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: 51min

    In 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: 46min

    In 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: 56min

    In 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: 52min

    Mark 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: 01h05min

    In 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: 53min

    In 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: 57min

    Me 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: 48min

    In 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: 08min

    In 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: 52min

    It'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: 50min

    Speaking 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

  • 032 - Test Desiderata with Kent Beck and Kelly Sutton

    18/02/2020 Duration: 51min

    I talk with Kent Beck and Kelly Sutton about their recent video series, Test Desiderata.Kent Beck's Test Desiderata postKent Beck's YouTube videosKent Beck on TwitterKelly Sutton on Twitter

  • 031 - Noah Gibbs on His New Book, Mastering Software Technique

    11/02/2020 Duration: 01h04min

    Noah is working on a new book called Mastering Software Technique. In this episode Noah and I talk about his book, parallels between visual art and programming, French loanwords, and European history.Mastering Software TechniqueNoah Gibbs on TwitterNoah's RubyConf talk, Conscious Coding Practice: The Three Concrete Steps99 Bottles of OOP by Sandi MetzOur Magnificent Bastard Tongue

  • 029 - AWS Deployment with Andreas Wittig

    04/02/2020 Duration: 48min

    Me and Andreas talk about various AWS deployment options including EC2, Elastic Beanstalk, Heroku (which uses AWS under the hood), ECS, Packer, Fargate, Ansible, Chef, and more!CloudonautRapid Docker on AWSAmazon Web Services in Action

  • 028 - Sandi Metz, Author of POODR (with Special Guest TJ Stankus)

    28/01/2020 Duration: 01h02min

    Sandi, TJ and I talk about OOP in Rails; Java and COBOL; service objects and Interactors; getting bitten by snapping turtles; and Sandi's 11 bicycles.Practical Object-Oriented Design in Ruby99 Bottles of OOP

page 10 from 12