Devchat.tv Episode Roundup artwork

Devchat.tv Episode Roundup

3,873 episodes - English - Latest episode: over 2 years ago -

Contains all versions of all episodes from Devchat.tv

How To Education Business Careers programming javascript web framework development front end developer programmer internet node
Homepage Apple Podcasts Google Podcasts Overcast Castro Pocket Casts RSS feed

Episodes

Interesting Facts and Features of the Angular Router with Andrei Gatej - AiA 311

May 27, 2021 10:00 - 36 minutes - 42.2 MB

Andrei Gatej joins the adventure and discusses some less well known features of the Angular Router with Charles Max Wood. They walk through some of the features of nesting routes and how to debug issues when your routes don't bubble up the tree the way you expect. Andrei also explains how redirects and router outlets might not have been what Chuck thought they were. Panel Charles Max Wood Guest Andrei Gatej Sponsors Dev Influencers Accelerator Links Angular Router: Revealing some ...

How to Get Hired at a FANG Company - BONUS

May 27, 2021 10:00 - 24 minutes - 28.2 MB

Chuck explains what he taught Nathan last week when we asked how to get hired at a FANG (Facebook Apple/Amazon Netflix Google) company. Essentially, it boils down to how to build the skills and knowledge needed to pass the interview. How to build the relationships to get into the door and have the interviewer want you to succeed. And how to build the reputation that has the company wanting you regardless of the outcome. This approach also works for speaking at conferences, selling courses,...

How to Get Hired at a FANG Company - BONUS

May 27, 2021 10:00 - 24 minutes - 28.2 MB

Chuck explains what he taught Nathan last week when we asked how to get hired at a FANG (Facebook Apple/Amazon Netflix Google) company. Essentially, it boils down to how to build the skills and knowledge needed to pass the interview. How to build the relationships to get into the door and have the interviewer want you to succeed. And how to build the reputation that has the company wanting you regardless of the outcome. This approach also works for speaking at conferences, selling courses,...

Grafana Labs with Matthew Helmke - DevOps 070

May 27, 2021 10:00 - 1 hour - 71.9 MB

Matthew Helmke is a Senior Technical Content Developer at Grafana Labs. He helps companies and people track metrics and alerts around their data to understand what is going on in the systems and information that they manage. He walks Caleb and Jeffrey through the process of understanding systems and data to draw a picture that describes their systems and integrations so they can make better decisions and handle events that occur. Panel Caleb Fornari Jeffrey Groman Guest Matthew Helmke...

How to Get Hired at a FANG Company - BONUS

May 26, 2021 10:00 - 25 minutes - 29.6 MB

Chuck explains what he taught Nathan last week when we asked how to get hired at a FANG (Facebook Apple/Amazon Netflix Google) company. Essentially, it boils down to how to build the skills and knowledge needed to pass the interview. How to build the relationships to get into the door and have the interviewer want you to succeed. And how to build the reputation that has the company wanting you regardless of the outcome. This approach also works for speaking at conferences, selling courses,...

Composing Queries for Ecto in Phoenix with Szymon Soppa - EMx 129

May 26, 2021 10:00 - 25 minutes - 29.7 MB

Szymon Soppa joins the mix to talk about composing queries for your Ecto models in Phoenix. He talks about how Ecto typically thinks about its queries and how you can build your own queries and dives deep with Adi on how you can arrange the queries to get the characteristics in both data and performance that you're looking for from your database. Panel Adi Iyengar Guest Szymon Soppa Sponsors Dev Influencers Accelerator Links How to compose and refactor Ecto queries with Queries Modu...

Upgrading from Sprockets to Webpacker with Ariel Juodziukynas - RUBY 499

May 26, 2021 10:00 - 1 hour - 84.1 MB

Ariel Juodziukynas joins the Rogues to talk about how to upgrade your Ruby on Rails application from Sprockets to Webpacker. Sprockets was introduced in Rails 3.1 to help you manage your static assets including JavaScript. Webpack came along to help manage JavaScript and eventually other assets later on and was adopted into Rails in version 5 and is now the preferred way to manage JavaScript assets in Ruby on Rails applications. Ariel has written a guide on how to move from Sprockets to W...

You've been Blazored! - .NET 070

May 25, 2021 10:00 - 1 hour - 78.2 MB

Chris Sainty is a man on a mission. A mission to tell everyone how awesome Blazor is! Chris started working with Blazor early on and has done speaking events, writes a blog, created an open source library and is currently working on a book on Blazor. His book, Blazor in Action, is currently available as part of the Manning Early Access Program and we discuss the process and detail what people can expect from the book. Want to hear the perspective of someone who uses Blazor on a daily basis ...

Things JavaScript Developers Should Know, Part 2 - JSJ 485

May 25, 2021 10:00 - 1 hour - 87.9 MB

Dan Shappir leads the Jabber crew on another discussion on the things JavaScript developers should know. They discuss WeakMap, WeakSets, and WeakReferences. They dive into where and how they are used and which places they're implemented. The conversation starts with garbage collection is and how it works and then moves into the implications it has for this kind of referencings. Panel Aimee Knight AJ O'Neal Charles Max Wood Dan Shappir Steve Edwards Sponsors Dev Influencers Acceler...

How to Get Hired at a FANG Company - BONUS

May 25, 2021 10:00 - 24 minutes - 28.3 MB

Chuck explains what he taught Nathan last week when we asked how to get hired at a FANG (Facebook Apple/Amazon Netflix Google) company. Essentially, it boils down to how to build the skills and knowledge needed to pass the interview. How to build the relationships to get into the door and have the interviewer want you to succeed. And how to build the reputation that has the company wanting you regardless of the outcome. This approach also works for speaking at conferences, selling courses,...

Kubernetes-in-Kubernetes on Bare Metal with Andrei Kvapil - DevOps 069

May 20, 2021 10:00 - 42 minutes - 49.7 MB

Andrei Kvapil  joins the adventure to discuss Kubernetes with Jeffrey Groman. Andrei breaks down how he and his company needed to set up Kubernetes to manage their blade server setup and how they wound up running Kubernetes in Kubernetes to gain the characteristics they needed. Panel Jeffrey Groman Guest Andrei Kvapil  Sponsors Dev Influencers Accelerator Raygun | Click here to get started on your free 14-day trial  Links Breaking down and fixing Kubernetes Breaking down and fixi...

Managing Component State the Sane Way with Freddy Montes - AiA 310

May 20, 2021 10:00 - 47 minutes - 54.5 MB

Freddy Montes joins the adventure to discuss how he and his team manage state in their Angular components. Many development teams instinctively reach for a solution like ngrx when they're building their angular apps and start seeing complex state. However, there's a lot of boilerplate and it's often overkill for small to medium apps. Freddy talks about his journey into managing state for his components using observables and basic state libraries. Panel Charles Max Wood Guest Freddy Mo...

All Things Comprehensions with Kamil Lelonek - EMx 128

May 19, 2021 10:00 - 52 minutes - 61.3 MB

Kamil Lelonek joins the mix to explain what comprehensions are and how they are used in Elixir. Allen and Kamil dive into the intricacies of this simple, yet powerful, feature that allows you to work with collections of data to get work done in your Elixir applications. They also dive into some of the more common structures of comprehensions and some of the uses cases they're put to. Panel Allen Wyma Guest Kamil Lelonek Sponsors Dev Influencers Accelerator Links Best practices of ...

Developing your development - RUBY 498

May 19, 2021 10:00 - 54 minutes - 63 MB

Mason McLead from software.com shows us the editor-integrated suite of tools that help you become a better developer. We find out what music makes you code better (and worse), how data reveals the habits of the world's top coders and why Saturday is code day. Panel Charles Max Wood Dave Kimura Luke Stutters Guest Mason McLead  Sponsors Dev Influencers Accelerator Raygun | Click here to get started on your free 14-day trial Links Software Top 40 Software.com LinkedIn- Mason Mcle...

What is your Identity? - .NET 069

May 18, 2021 10:00 - 44 minutes - 51.8 MB

In today's episode Carl Layton joins us to discuss authentication in the Microsoft stack. The definition of Identity in .NET has changed over the years but a lot of the fundamentals have stayed the same. We go over some of those fundamentals with Carl. We also delve into some of the complications around authentication and some of the differences and similarities between Identity in .NET Framework, .NET Core and Azure. Sooner or later in your development career you will need to deal with .NE...

Data Wrangling in JavaScript with Ashley Davis - JSJ 484

May 18, 2021 10:00 - 1 hour - 76.9 MB

Ashley Davis jumps in to talk to Dan Shappir about wrangling data using JavaScript. Ashley describes his journey into JavaScript and his exposure to the web platform. From there he walks Dan through learning data science and building systems in Python before coming back to JavaScript. He talks through the tools and techniques used to manage data in JavaScript as well as how it can be done! Panel Dan Shappir Guest Ashley Davis Sponsors Dev Influencers Accelerator Raygun | Click here...

Vue 3 and Mongoose with Valeri Karpov - VUE 148

May 18, 2021 10:00 - 51 minutes - 60.4 MB

Steve talks with Valeri Karpov about Vue 3, how it compares to Vue 2, and what are some of the new features are. Val is also the maintainer of Mongoose, the Nodejs tool for working with MongoDB, so they discuss Val’s coding journey, how he got into working with Mongoose and Vue, and what he’s working on now. Panel Steve Edwards Guest Valeri Karpov Sponsors Dev Influencers Accelerator Links Vue Tutorials - Mastering JS Twitter: Valeri Karpov ( @code_barbarian ) GitHub: Valeri Karpo...

Fast Production-Ready React Apps with AWS Amplify with Yash Garudkar - RRU 140

May 13, 2021 10:04 - 51 minutes - 59.4 MB

Yash Garudkar joins the Round Up to discuss using AWS Amplify to quickly build production ready applications. Yash also dives into how to use some of the offerings provided by AWS without needing to understand the wide array of offerings in Amazon Web Services. Panel Paige Niedringhaus TJ VanToll Guest Yash Garudkar  Sponsors Dev Influencers Accelerator Links Build fast and production ready apps with React and AWS Amplify Intro to React - YouTube AWS Amplify AWS Dev Rel Nader Da...

The Theft and Recovery of Perl.com with Brian D. Foy - DevOps 068

May 13, 2021 10:00 - 1 hour - 72.5 MB

When Perl.com went down, its owner and others had no idea that the domain had been stolen months earlier and later resold. Brian D. Foy stepped in to run down leads and contact people on behalf of the folks who owned the website to find out what happened. He walks us through the process of finding out what happened, getting the domain back, and what you can do in order to keep it from happening to you and how to make it easy to recover when things do go wrong. Panel Caleb Fornari Charle...

Mind your behaviors with Knigge - EMx 127

May 12, 2021 10:00 - 40 minutes - 46.8 MB

Sascha Wolf joins the mix to talk about how to test behaviors in your Phoenix apps by using tools like Mox and Knigge. Panel Adi Iyenger Allen Wyma Charles Max Wood Eric Bolikowski Guest Sascha Wolf Sponsors Dev Influencers Accelerator Links Twitter: Sascha Wolf ( @wolf4earth ) Picks Adi- Testing Elixir by Andrea Leopardi and Jeffrey Matthias Adi- GitHub | gleam-lang/gleam Allen- The Pragmatic Studio Charles- Flying High with Flutter Charles- Premium | Devchat.tv Charles- ...

Building a UDP Server with Ruby Ractors with Claus Lensbøl - RUBY 497

May 12, 2021 10:00 - 1 hour - 71.2 MB

Claus Lensbøl is a Danish Devops engineer who built a UDP server using Ractors--a new feature in Ruby 3.0. Ractors is a method of getting concurrency in Ruby. It's what threads should have been to give us the ability to use multiple cores with one Ruby program without forking into multiple processes. Panel Charles Max Wood John Epperson Guest Claus Lensbøl Sponsors Dev Influencers Accelerator Links Timeout: Ruby’s Most Dangerous API Creating a UDP server with Ruby Ractors Claus L...

Women on Stage and in Tech with Moran Weber - JSJ 483

May 11, 2021 10:00 - 1 hour - 91.2 MB

Moran Weber is the CEO of Women on Stage. She helps women prepare for and speak on stages at conferences in technology and other related areas. She joins the Jabber panel this week to discuss women's place in technology, the importance of them appearing at conferences, and the outcomes of women in the technology space. Panel Aimee Knight AJ O'Neal Charles Max Wood Dan Shappir Steve Edwards Guest Moran Weber Sponsors Dev Influencers Accelerator Links MJS 078: Steve Edwards | Devch...

Ecstatic for XState with Maya Shavin - VUE 147

May 11, 2021 10:00 - 52 minutes - 61.7 MB

Lindsay and Steve talk with Maya Shavin about XState, a library for building finite state machines. We talk about what XState is, how it compares to global state management tools like Vuex, and how to integrates it with Vue. We also discuss XState's visualizer, which helps developers see how their state machines work. Panel Lindsay Wardell Steve Edwards Guest Maya Shavin Sponsors Dev Influencers Accelerator Links VoV 113: CSS and Components with Maya Shavin | Devchat.tv Image and ...

What is an ORM and why do they matter? - .NET 068

May 11, 2021 10:00 - 56 minutes - 66.2 MB

Stuart Turner has been around since the early days of .NET and has seen the evolution of ORMs in .NET firsthand. In today's episode we go over different architectural styles, usage, performance and more in .NET ORMs. Want to know whether we prefer eager loading vs lazy loading or code first vs database first? Join us and find out. Panel Caleb Wells Shawn Clabough Guest Stuart Turner Sponsors Dev Influencers Accelerator Links Shay Rojansky - How Entity Framework translates LINQ all...

Becoming the Go-To Person in Your Technology Area - BONUS

May 06, 2021 10:00 - 18 minutes - 21.6 MB

Chuck was on a strategic call with one of his potential coaching clients talking about cryptocurrencies and realized that this is one of the major reasons that people want to become influencers. Or, rather, that many people aspire to make a difference and/or make money and the best way to do that is to become the person people go to for what you do. So, how do you become the first person people think of when they think of that thing you know how to do? Let Chuck tell you. Panel Charles Ma...

Becoming the Go-To Person in Your Technology Area - BONUS

May 06, 2021 10:00 - 18 minutes - 21.6 MB

Chuck was on a strategic call with one of his potential coaching clients talking about cryptocurrencies and realized that this is one of the major reasons that people want to become influencers. Or, rather, that many people aspire to make a difference and/or make money and the best way to do that is to become the person people go to for what you do. So, how do you become the first person people think of when they think of that thing you know how to do? Let Chuck tell you. Panel Charles Ma...

Cross Platform Angular with Richard Sithole - AiA 309

May 06, 2021 10:00 - 1 hour - 73.8 MB

Have you ever thought how nice it'd be to write your apps for desktop and mobile alongside the web? Richard Sithole joins the adventure to discuss how to pull a desktop app and mobile app into your repo using electron and capacitor to extend the functionality to new platforms. It turns out that a single repo cross-platform app isn't a total pipe dream. Panel Charles Max Wood Guest Richard Sithole Sponsors Dev Influencers Accelerator Raygun | Click here to get started on your free 14...

DevOps for Developers with Will Button - DevOps 067

May 06, 2021 10:00 - 57 minutes - 67.6 MB

In a lot of ways, DevOps folks are essentially Developers. They encode infrastructure and processes often using code. This episode with Will Button dives into how Developers can jump into DevOps by learning the ropes of what they're coding against and the problem sets solved by DevOps. This show also goes into how to communicate and collaborate between development and DevOps. Panel Caleb Fornari Charles Max Wood Jeffrey Groman Guest Will Button Sponsors Dev Influencers Accelerator ...

Why Write Rails View Tests with Nikola Đuza - RUBY 496

May 05, 2021 10:00 - 57 minutes - 66 MB

We test our Rails Controllers, Models, Helpers, and Services. But, why don't we test our views? Nikola Đuza has started testing his and explains how he does it and what he's learned about the process. He also explains what confidence it's added for him when writing his Rails code. Panel Charles Max Wood Dave Kimura  Luke Stutters Guest Nikola Đuza Sponsors Dev Influencers Accelerator Raygun | Click here to get started on your free 14-day trial  Links Why Write Rails View Tests P...

Becoming the Go-To Person in Your Technology Area - BONUS

May 05, 2021 10:00 - 20 minutes - 24.1 MB

Chuck was on a strategic call with one of his potential coaching clients talking about cryptocurrencies and realized that this is one of the major reasons that people want to become influencers. Or, rather, that many people aspire to make a difference and/or make money and the best way to do that is to become the person people go to for what you do. So, how do you become the first person people think of when they think of that thing you know how to do? Let Chuck tell you. Panel Charles M...

Measuring and Marshaling Productivity with Mason McLead - EMx 126

May 05, 2021 10:00 - 1 hour - 71.6 MB

Have you wondered how to measure how productive your team is? And, how do you increase team throughput? Mason McLead from Software.com joins the Mix to explain how they measure productivity for individuals and teams at Software.com and gives tip after tip on how teams can organize to allow for more flow state among their developers. Panel Allen Wyma Charles Max Wood Guest Mason McLead Sponsors Dev Influencers Accelerator Picks Allen- The Practitioner's Guide to Graph Data Allen- A...

Becoming the Go-To Person in Your Technology Area - BONUS

May 04, 2021 10:00 - 18 minutes - 22.5 MB

Chuck was on a strategic call with one of his potential coaching clients talking about cryptocurrencies and realized that this is one of the major reasons that people want to become influencers. Or, rather, that many people aspire to make a difference and/or make money and the best way to do that is to become the person people go to for what you do. So, how do you become the first person people think of when they think of that thing you know how to do? Let Chuck tell you. Panel Charles M...

Changes in the JAMstack Landscape with Sean C Davis - JSJ 482

May 04, 2021 10:00 - 1 hour - 73.4 MB

Dan kicks the show off by asking our guest Sean C. Davis to define for us what doesn't fall under JAMstack. Sean explains what isn't JAMstack and then dives into what's changed over the last year or so that brings us to the tools and approaches that hybridize the server end of things to bring more server side to the JAMstack. So, JAMstack lifts away from a monolithic backend to provide an independent front-end with a supporting set of back-end tools rather than a back-end with supporting fr...

Wonders and Woe of Open Source Development - .NET 067

May 04, 2021 10:00 - 51 minutes - 60 MB

We have discussed open source packages and projects in previous episodes but today we dig a little deeper. Manuel Grundner has contributed to several open source projects and manages one himself, Xenial.Framework. Like a lot of open source projects Manuel started Xenial based on a need he saw when consulting with different clients. We go over some of the pros and cons of creating and managing an open source project and how you can avoid some of the pitfalls to ensure your open source projec...

Don't Let These Things Keep You From Podcasting - BONUS

April 29, 2021 10:00 - 17 minutes - 20.3 MB

Charles talks about the things that get developers stuck when they're trying to start their podcast or other influencer channel. He explains how to get around having those things hamper your journey. Panel Charles Max Wood Sponsors Dev Influencers Accelerator

Don't Let These Things Keep You From Podcasting - BONUS

April 29, 2021 10:00 - 17 minutes - 20.3 MB

Charles talks about the things that get developers stuck when they're trying to start their podcast or other influencer channel. He explains how to get around having those things hamper your journey. Panel Charles Max Wood Sponsors Dev Influencers Accelerator

Getting Amazing Personal Productivity with Mason McLead - DevOps 066

April 29, 2021 10:00 - 59 minutes - 69.8 MB

Mason McLead is the CTO at Software.com. Software.com is a toolset that measures developer productivity and helps developers be more productive. He discusses the things that are likely the Achilles heel to your productivity and a few simple things you can do to make sure you’re working efficiently. Panel Caleb Fornari Charles Max Wood Jeffrey Groman Guest Mason McLead Sponsors Dev Influencers Accelerator Links LinkedIn: Mason Mclead Picks Caleb- The Endless Acid Banger Charles-...

Don't Let These Things Keep You From Podcasting - BONUS

April 29, 2021 10:00 - 15 minutes - 17.5 MB

Charles talks about the things that get developers stuck when they're trying to start their podcast or other influencer channel. He explains how to get around having those things hamper your journey. Panel Charles Max Wood

Reflecting on Stimulus with Julian Rubisch - RUBY 495

April 28, 2021 10:00 - 1 hour - 73.5 MB

We talk with Julian about a few projects, including Stimulus, Stimulus Reflex, and SPAs and how they fit into our modern tech stacks. Panel Charles Max Wood John Epperson Luke Stutters Guest Julian Rubisch Sponsors Dev Influencers Accelerator Links Ruby on Rails Drag and Drop Uploads with Active Storage, Stimulus.js and Dropzone.js GitHub | stimulus-use/stimulus-use StimulusReflex CableReady GitHub | julianrubisch/futurism GitHub: Julian Rubisch  Twitter: Julian Rubisch ( @j...

Don't Let These Things Keep You From Podcasting - BONUS

April 28, 2021 10:00 - 17 minutes - 21.1 MB

Charles talks about the things that get developers stuck when they're trying to start their podcast or other influencer channel. He explains how to get around having those things hamper your journey. Panel Charles Max Wood Sponsors Dev Influencers Accelerator

Don't Let These Things Keep You From Podcasting - BONUS

April 28, 2021 10:00 - 17 minutes - 21.4 MB

Charles talks about the things that get developers stuck when they're trying to start their podcast or other influencer channel. He explains how to get around having those things hamper your journey. Panel Charles Max Wood Sponsors Dev Influencers Accelerator React Error and Performance Monitoring | Sentry

Building Scalable Applications with Quasar - VUE 146

April 27, 2021 10:00 - 1 hour - 88.5 MB

In this episode, Lindsay and Steve talk with Luke Diebold and Paolo Caleffi (Callo) about Quasar, a Vue framework that provides a path to build applications for web, desktop, and mobile platforms, while providing a highly customizable Material Design component library. We talk about what it is, how it works, and how to get started, as well as integration with a backend such as Laravel. We also discuss the pain points developers may run into, and what's coming next with Quasar 2. Panel Lin...

Interactive C# with VS Code Notebooks with Eric Potter - .NET 066

April 27, 2021 10:00 - 37 minutes - 44.4 MB

VS Code Notebooks provides a way to write quick interactive C# along with documentation to learn and train with. Panel Shawn Clabough Wai Liu Guest Eric Potter Sponsors Dev Influencers Accelerator Links .NET Interactive Notebooks Aptera Software Humble Toolsmith Binder Project Jupyter | The Binder Project LINQPad - The .NET Programmer’s Playground Twitter: Eric Potter ( @pottereric ) Picks Eric- Concurrency in C# Cookbook Shawn- Band | Rush.com Wai- Cloudflare DNS provider...

Data Oriented Programming with Yehonathan Sharvit - JSJ 481

April 27, 2021 10:00 - 1 hour - 69.3 MB

Yehonathan Sharvit joins the Jabber crew to discuss Data Oriented Programming. Data Oriented Programming is a way to reduce complexity by managing the shape of the data before we send it over the wire. Rather than managing data you send between services in class hierarchies, you focus on the data's meaning and manipulate it so the data it includes updates to your datastore like Redux and then cascade changes from your data. Panel Aimee Knight AJ O'Neal Charles Max Wood Steve Edwards Gu...

BONUS: Relationships Matter Most

April 22, 2021 10:00 - 21 minutes - 25.2 MB

Charles Max Wood talks about how to build, grow, and benefit from positive relationships within programming. He talks about how he's built genuine positive relationships with hundreds of programmers and how he and others have grown from those relationships. He also explains that you get out of relationships what you put into them. Finally, he goes into how to begin to build relationships by building a system of influence you can use on behalf of the people you want relationships with. Pane...

BONUS: Relationships Matter Most

April 22, 2021 10:00 - 21 minutes - 25.2 MB

Charles Max Wood talks about how to build, grow, and benefit from positive relationships within programming. He talks about how he's built genuine positive relationships with hundreds of programmers and how he and others have grown from those relationships. He also explains that you get out of relationships what you put into them. Finally, he goes into how to begin to build relationships by building a system of influence you can use on behalf of the people you want relationships with. Pane...

BONUS: Relationships Matter Most

April 22, 2021 10:00 - 22 minutes - 26.8 MB

Charles Max Wood talks about how to build, grow, and benefit from positive relationships within programming. He talks about how he's built genuine positive relationships with hundreds of programmers and how he and others have grown from those relationships. He also explains that you get out of relationships what you put into them. Finally, he goes into how to begin to build relationships by building a system of influence you can use on behalf of the people you want relationships with. Pane...

AiA 308: Power Up Angular with RXjs with Armen Vardanyan

April 22, 2021 10:00 - 1 hour - 69.4 MB

Armen Vardanyan is an Armenian Angular developer who works extensively with both angular and RXjs. He walks Chuck through the ins and outs of how he uses RXjs to expand the functionality of his Angular applications and how to think about observables in general. Panel Charles Max Wood Guest Armen Vardanyan Sponsors Dev Influencers Accelerator Raygun | Click here to get started on your free 14-day trial  Picks Armen- Frank Herbert's Dune Saga 6-Book Boxed Set  Charles- The Way of Ki...

BONUS: Relationships Matter Most

April 21, 2021 10:00 - 23 minutes - 27.7 MB

Charles Max Wood talks about how to build, grow, and benefit from positive relationships within programming. He talks about how he's built genuine positive relationships with hundreds of programmers and how he and others have grown from those relationships. He also explains that you get out of relationships what you put into them. Finally, he goes into how to begin to build relationships by building a system of influence you can use on behalf of the people you want relationships with. Pane...

RUBY 494: Reducing Friction at the Authorization Layer with John Nunemaker

April 21, 2021 10:00 - 57 minutes - 66 MB

Dave Kimura, Luke Stutters, and John Epperson talk with John Nunemaker about Rails Authorization. John dives into the Pundit and how he had created a wrapper around the authorization to provide meaningful messages to his application layer. Panel Dave Kimura John Epperson Luke Stutters Guest John Nunemaker Sponsors Dev Influencers Accelerator Raygun | Click here to get started on your free 14-day trial  Links Rails: How to Reduce Friction at the Authorization Layer GitHub | palkan...

Guests

Charles Max Wood
18 Episodes
Mike Hartington
11 Episodes
Joe Eames
10 Episodes
TJ VanToll
8 Episodes
Tracy Lee
8 Episodes
Craig McKeachie
7 Episodes
James Shore
7 Episodes
John Sonmez
7 Episodes
Gant Laborde
6 Episodes
Jeff Whelpley
6 Episodes
Justin Searls
6 Episodes
Mikeal Rogers
6 Episodes
Minko Gechev
6 Episodes
Richard Feldman
6 Episodes
Aaron Gustafson
5 Episodes
Amanda Silver
5 Episodes
Dave Thomas
5 Episodes
Orta Therox
5 Episodes
Rob Eisenberg
5 Episodes
Sam Julien
5 Episodes
Sean Merron
5 Episodes
Shai Reznik
5 Episodes
Valeri Karpov
5 Episodes
Victor Savkin
5 Episodes
Vitali Zaidman
5 Episodes
Alex Eagle
4 Episodes
Amir Rajan
4 Episodes
Austin McDaniel
4 Episodes
Ben Nadel
4 Episodes
Bob Zeidman
4 Episodes
Chad Fowler
4 Episodes
Chris Anderson
4 Episodes
Greg Baugues
4 Episodes
James Montemagno
4 Episodes
Jason Swett
4 Episodes
Jerome Hardaway
4 Episodes
Joe Karlsson
4 Episodes
Jon Skeet
4 Episodes
Julian Fahrer
4 Episodes
Matt Bierner
4 Episodes
Nicholas Zakas
4 Episodes
Noah Gibbs
4 Episodes
Noel Rappin
4 Episodes
Stephen Fluin
4 Episodes
Uri Goldshtein
4 Episodes
Uri Shaked
4 Episodes
Adam Baldwin
3 Episodes
Alex Russell
3 Episodes
Anatoliy Zaslavskiy
3 Episodes
Avdi Grimm
3 Episodes
Ben Orenstein
3 Episodes
Brennan Dunn
3 Episodes
Charlie Cheever
3 Episodes
Chris Biscardi
3 Episodes
Cory House
3 Episodes
Dan Shappir
3 Episodes
Dan Wahlin
3 Episodes
David Herman
3 Episodes
Derick Bailey
3 Episodes
Eric Normand
3 Episodes
Eric Simons
3 Episodes
Florian Rival
3 Episodes
Gleb Bahmutov
3 Episodes
Gregg Pollack
3 Episodes
Greg Wilson
3 Episodes
Jared Palmer
3 Episodes
Johannes Schickling
3 Episodes
John-Daniel Trask
3 Episodes
John-David Dalton
3 Episodes
Kassandra Perch
3 Episodes
Kent C. Dodds
3 Episodes
Kerri Miller
3 Episodes
Lee Byron
3 Episodes
Mads Kristensen
3 Episodes
Mani Vaya
3 Episodes
Matt Hernandez
3 Episodes
Pete Hodgson
3 Episodes
Radoslav Stankov
3 Episodes
Sam Aaron
3 Episodes
Scott Hanselman
3 Episodes
Sean Griffin
3 Episodes
Steve Klabnik
3 Episodes
Tero Parviainen
3 Episodes
Thomas Burleson
3 Episodes
Todd Gardner
3 Episodes
Tomas Trajan
3 Episodes
Travis Tidwell
3 Episodes
Tyler McGinnis
3 Episodes
Zach Kessin
3 Episodes
Andrew Mason
2 Episodes
Andy Hunt
2 Episodes
Ari Lerner
2 Episodes
Asim Hussain
2 Episodes
Aysegul Yonet
2 Episodes
Ben Titzer
2 Episodes
Brendan Eich
2 Episodes
Chris Fritz
2 Episodes
Chris Keathley
2 Episodes
Chris McCord
2 Episodes
Dan Abramov
2 Episodes
David Dalton
2 Episodes
Dean Radcliffe
2 Episodes
Deborah Kurata
2 Episodes
Erich Gamma
2 Episodes
Eric Schoffstall
2 Episodes
Gareth McCumskey
2 Episodes
Glenn Vanderburg
2 Episodes
Guillermo Rauch
2 Episodes
Henry Zhu
2 Episodes
Jacob Schatz
2 Episodes
Jafar Husain
2 Episodes
Jeff Hollan
2 Episodes
Jen Looper
2 Episodes
Jeremy Ashkenas
2 Episodes
Jessica Deen
2 Episodes
Jonathan Stark
2 Episodes
Josh Ponelat
2 Episodes
Julia Evans
2 Episodes
Julie Ralph
2 Episodes
Juri Strumpflohner
2 Episodes
Kent Beck
2 Episodes
Mandy Michael
2 Episodes
Martin Fowler
2 Episodes
Matthew Podwysocki
2 Episodes
Nadia Odunayo
2 Episodes
Nik Molnar
2 Episodes
Pascal Precht
2 Episodes
Peggy Rayzis
2 Episodes
Peter Bacon Darwin
2 Episodes
Sacha Greif
2 Episodes
Sam Joseph
2 Episodes
Scott Allen
2 Episodes
Shayne Boyer
2 Episodes
Shmuela Jacobs
2 Episodes
Tom Stuart
2 Episodes
Torgeir Helgevold
2 Episodes
Yakov Fain
2 Episodes
Adam Stacoviak
1 Episode
Adolfo Neto
1 Episode
Aleen Simms
1 Episode
Alex Austin
1 Episode
Alyssa Nicoll
1 Episode
Andrew Clark
1 Episode
Andrew Connell
1 Episode
Andrew Glass
1 Episode
Ben Collins
1 Episode
Breanne Dyck
1 Episode
Bruce Tate
1 Episode
Bryan Liles
1 Episode
Daniel Pink
1 Episode
Dave Kimura
1 Episode
David A. Black
1 Episode
David Allen
1 Episode
Drew McLellan
1 Episode
Eric Lewis
1 Episode
Erik Fisher
1 Episode
Farnoosh Brock
1 Episode
Felix Krause
1 Episode
Greg Hickman
1 Episode
Jake Archibald
1 Episode
Jason Brown
1 Episode
Jerod Santo
1 Episode
Jessica Lord
1 Episode
John Papa
1 Episode
John Sundell
1 Episode
Jordan Morgan
1 Episode
Josh Thomas
1 Episode
Jules Kremer
1 Episode
Kurt Elster
1 Episode
Laura Roeder
1 Episode
Manton Reece
1 Episode
Marcy Sutton
1 Episode
Marie Poulin
1 Episode
Mark Erikson
1 Episode
Michael Katz
1 Episode
Michael North
1 Episode
Michael Port
1 Episode
Nate Berkopec
1 Episode
Nolan Lawson
1 Episode
Omar Khan
1 Episode
Pat Flynn
1 Episode
Paul Jarvis
1 Episode
Rob Walling
1 Episode
Ron Evans
1 Episode
Ryan Smith
1 Episode
Sandi Metz
1 Episode
Sarah Dayan
1 Episode
Saron Yitbarek
1 Episode
Tammy Everts
1 Episode
Tim Paige
1 Episode
Trae Robrock
1 Episode
Wojtek Mach
1 Episode
Zach Holman
1 Episode

Books

The Line Between
1 Episode

Twitter Mentions

@devchattv 170 Episodes
@cmaxw 91 Episodes
@angularpodcast 66 Episodes
@elixir_mix 65 Episodes
@viewsonvue 64 Episodes
@wonder95 53 Episodes
@dotnetsuperhero 46 Episodes
@dotnet_podcast 38 Episodes
@jsjabber 37 Episodes
@reactroundup 37 Episodes
@r_n_radio 35 Episodes
@calebwellscodes 34 Episodes
@rubyrogues 34 Episodes
@samjulien 31 Episodes
@iphreaks 30 Episodes
@lindsaykwardell 26 Episodes
@tjvantoll 22 Episodes
@danshappir 21 Episodes
@_beyondcode 20 Episodes
@josepheames 19 Episodes