Sinopsis
A podcast for developers interested in building great software products. Every episode, Adam Wathan is joined by a guest to talk about everything from product design and user experience to unit testing and system administration.
Episodios
-
53: Kyle Fiedler - Design Tips and Tricks for Developers
02/11/2016 Duración: 52minIn this episode, Adam talks to Kyle Fiedler of thoughtbot about common mistakes developers make with design, and some tips and tricks for making your designs look more professional.
-
52: Taylor Otwell - Patterns for Simplifying Laravel Applications
18/10/2016 Duración: 01h10minIn this episode, Adam and Taylor Otwell have a discussion about strategies they use to write cleaner, simpler code when working with the Laravel framework.
-
51: Matt Wynne - Building the Right Thing with BDD
05/10/2016 Duración: 01h04minIn this episode, Adam talks to Matt Wynne about Behavior Driven Development with Cucumber.
-
50: Evan You - What's Coming in Vue.js 2.0
21/09/2016 Duración: 52minIn this episode, Adam talks to Evan You about what's coming in Vue.js 2.0.
-
49: Toran Billups - Test Driving the Front-end
07/09/2016 Duración: 39minIn this episode, Adam talks to Toran Billups about the test driven development workflow he uses to build Ember applications.
-
48: Jessica Lord - Building Desktop Apps with Electron
23/08/2016 Duración: 46minIn this episode, Adam talks to Jessica Lord of GitHub about building desktop applications in HTML and JavaScript using Electron.
-
47: Sara Soueidan - Ditching Icon Fonts for SVG
10/08/2016 Duración: 45minIn this episode, Adam talks to Sara Soueidan about the benefits of using SVG over icon fonts, and the best workflow for using SVG in your projects.
-
46: Joe Ferris - Test Driven Rails
28/07/2016 Duración: 52minIn this episode, Adam talks to Joe Ferris, CTO at thoughtbot, about the test-driven development workflow he uses to build Rails applications.
-
45: Derek Prior - From Rails to Phoenix
13/07/2016 Duración: 45minIn this episode, Adam talks to Derek Prior about building web applications in Elixir with Phoenix, and how it compares to building an application in Ruby on Rails.
-
44: Joel Clermont - What the heck is Elm?
29/06/2016 Duración: 54minIn this episode, Adam talks to Joel Clermont about the Elm programming language and getting started with functional programming.
-
43: Jonathan Snook - Managing Complexity, Design Systems, and Container Queries
15/06/2016 Duración: 01h07minIn this episode, Adam talks to Jonathan Snook, author of SMACSS, about finding the balance between utility and component driven CSS approaches, design systems engineering, and using container queries to build better responsive web experiences.
-
42: Justin Jackson - Marketing for Developers
24/05/2016 Duración: 52minIn this episode, Adam talks to Justin Jackson, maker extraordinaire, about how to find new product ideas, finding customers for your products, and marketing for developers.
-
41: Jason McCreary - Git Tips, Tricks and Workflows
04/05/2016 Duración: 01h04minIn this episode, Adam talks to Jason McCreary, creator of Laravel Shift, about Git tips, tricks, and best practices, and how to develop a solid Git workflow for your team.
-
40: Edd Mann - You Should Switch to Postgres
19/04/2016 Duración: 51minIn this episode, Adam talks to Edd Mann, host of Three Devs and a Maybe, about the advantages of using PostgreSQL over MySQL, common obstacles people running into when switching to Postgres, and deciding when to push work into the database instead of doing it in code.
-
39: Michael Feathers - First Class Error Handling, Tell Don't Ask, and Collection Pipelines
05/04/2016 Duración: 58minIn this episode, Adam talks to Michael Feathers, author of Working Effectively with Legacy Code, about strategies for writing cleaner error handling code, the "tell don't ask" principle, and transforming data with collection pipelines.
-
38: J.B. Rainsberger - Unit Testability and the Universal Architecture
23/03/2016 Duración: 01h04minIn this episode, Adam talks to J.B. Rainsberger about how to keep your adapter layer thin, designing unit testable code, and the importance of paying attention to how your code is changing vs. how your code looks today.
-
37: Chris Hartjes - Getting Started with Testing
09/03/2016 Duración: 43minIn this episode, Adam talks to the Grumpy Programmer himself about getting started with testing PHP applications.
-
36: Jason McCreary - Building Laravel Shift
25/02/2016 Duración: 32minIn this episode, Adam talks to Jason McCreary about building Shift, a tool that automates upgrading your application between framework versions.
-
35: Jonathan Reinink - Fixing Common API Design Mistakes
12/02/2016 Duración: 49minIn this episode, Adam talks to Jonathan Reinink of Code Distillery about common API design challenges and how to fix them.
-
34: Matt Machuga - Dealing with Dependencies in Active Record Models
27/01/2016 Duración: 38minIn this episode, Matt Machuga of Think Through Math returns to talk with Adam about design options when you find yourself wanting access to a collaborator in an Active Record or Eloquent model. They discuss the pros and cons of four specific designs, and finish off with their personal recommendations.