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

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...

VUE 145: Vue 3 and Socket.io with Solomon Eseme

April 20, 2021 10:00 - 48 minutes - 57.1 MB

Lindsay and Steve talk with Solomon Eseme, Software Engineer and Technical Writer. They discuss how Solomon got into web development, his journey from the frontend to the backend (and back again), and how he came to use Vue. They dive into Solomon's blog post on building a chat app with Socket.io and Vue 3, and its impact at an enterprise that read it. We also talk about Solomon's upcoming project, Profaily. Panel Lindsay Wardell Steve Edwards Guest Solomon Eseme Sponsors Dev Influen...

JSJ 480: Are Micro Frontends worth the effort? (And if so when?)

April 20, 2021 10:00 - 1 hour - 85.6 MB

Micro frontends are the topic of discussion again, this time with Grgur Grisogono, Principal Consultant at Modus Create and co-author of the Manning book "Ext JS in Action". In particular, Grgur explains the new module federation capabilities introduced by Webpack, and describes how they can be used to construct micro frontends in a much more streamlined and modular fashion. Panel AJ O'Neal Charles Max Wood Dan Shappir Steve Edwards Guest Grgur Grisogono Sponsors Dev Influencers Ac...

.NET 065: So You Want to Go to a Bootcamp

April 20, 2021 10:00 - 53 minutes - 62.8 MB

Do you have questions about coding bootcamps? If so we have a lot of answers. Listen in as we pick Matt Eland's brain about his employer, Tech Elevator, and coding bootcamps in general. We discuss the differences between college and bootcamps, the admissions process, what a day looks like in bootcamp and much more. Panel Caleb Wells Shawn Clabough Guest Matt Eland Sponsors Dev Influencers Accelerator Raygun | Click here to get started on your free 14-day trial Links Tech Elevator ...

BONUS: How Opportunities Come Your Way When You're an Influencer

April 15, 2021 11:00 - 22 minutes - 26.1 MB

Charles Max Wood discusses several opportunities that came his way early in his podcasting career and other opportunities that have come to other people after only a couple of podcast episodes. He explains why that happens and how you can use this to create more influence as a developer. Panel Charles Max Wood

BONUS: How Opportunities Come Your Way When You're an Influencer

April 15, 2021 11:00 - 22 minutes - 26.1 MB

Charles Max Wood discusses several opportunities that came his way early in his podcasting career and other opportunities that have come to other people after only a couple of podcast episodes. He explains why that happens and how you can use this to create more influence as a developer. Panel Charles Max Wood

DevOps 065: Code Reviews with James Donohue

April 15, 2021 10:00 - 59 minutes - 69.6 MB

James Donohue is a developer at the BBC (British Broadcasting) and explains the new way that they approach code reviews in his division. He also explains the ins and outs of how they communicate about code and the different purposes that code reviews can serve within an organization. Jeff, Caleb, and Chuck also chime in with their experience with code reviews and other similar approaches in security and DevOps. Panel Charles Max Wood Caleb Fornari Jeffrey Groman Guest James Donohue S...

AiA 307: What to Expect in Angular 12 with Emma Twersky

April 15, 2021 10:00 - 1 hour - 75.5 MB

Emma Twersky is a Developer Advocate at Google on the Angular team and runs the GDE program for Angular. She walks Shai and Chuck through the features of the upcoming Angular release expected sometime in May. She also explains some of the process for choosing which features to work on and how things make it into releases of Angular. Panel Charles Max Wood Shai Reznik Guest Emma Twersky Sponsors Dev Influencers Accelerator Links Angular Debugging Guides by Emma Twersky Twitter: Emm...

EMx 125: Testing Phoenix Controller Plugs with Adi Iyengar

April 14, 2021 10:00 - 45 minutes - 53.4 MB

Adi Iyengar walks Eric and Chuck through the process of testing your plugs in your Phoenix Controllers. He leads out by explaining how most people approach testing plugs and some of the inherent problems and inefficiencies with the approach and then explains the way that he approaches testing them and testing Phoenix apps in general. Panel Charles Max Wood Eric Bolikowski Guest Adi Iyengar Sponsors Dev Influencers Accelerator Links Linkedin: Adi Iyengar Adi Iyengar - The Bug Catch...

RRU 139: Creating Gatsby Source Plugins with Dillion Megida

April 14, 2021 10:00 - 53 minutes - 62.5 MB

In today’s episode of React Round Up, Nigerian-based developer Dillion Megida explains how you can create source plugins for Gatsby, the static site generation tool. Gatsby can be used to create landing pages, blogs and e-commerce sites, among other things, and it contains a vast plugin ecosystem that helps developers avoid reinventing the wheel when creating their applications. Dillion also shares his experience blogging for websites such as LogRocket, FreeCodecamp and Dev.to and talks us ...

RUBY 493: The Things Rubyists Need to Know

April 14, 2021 10:00 - 1 hour - 77.5 MB

What do Rubyists need to know beyond the language fundamentals? What things about the language and its tooling will best serve developers working on projects in Ruby to help them navigate the code and avoid pitfalls that crop up in their apps. Luke, John, and Chuck walk through the ideas in within Ruby and the libraries and tools that ever Rubyist needs to understand in order to excel in their jobs. Panel Charles Max Wood John Epperson Luke Stutters Sponsors Dev Influencers Accelerato...

VUE 144: Web Workers in Vue with Martins Onuoha

April 13, 2021 10:00 - 48 minutes - 56.9 MB

Lindsay and Steve discuss Web Workers with Martins Onuoha. They talk about Martins' start in programming, and how he came to love Vue for its simplicity. Martins explains what Web Workers are, when they are useful, and how to integrate them with a Vue application. Panel Lindsay Wardell Steve Edwards Guest Martins Onuoha Sponsors Dev Influencers Accelerator Links Using Web Workers Vue Applications. VUE 137: Using Laravel and VueJS in an Enterprise Application | Devchat.tv JSJ 443:...

JSJ 479: Practical Microservices with Ethan Garofolo

April 13, 2021 10:00 - 1 hour - 89.3 MB

Ethan Garofolo is the author of Practical Microservices with Pragmatic Programmers. He starts out debunking the ideas behind pulling parts of a monolith into a different services and change function calls into HTTP calls. Instead, it's an approach that keeps things moving for development teams that solves several productivity issues. He breaks down the ways to move functionality around and which approaches make sense for breaking your application up into pieces that are easy to work on and ...

.NET 064: To CI/CD or not to CI/CD

April 13, 2021 10:00 - 45 minutes - 53 MB

In today's episode we are joined by Muhammad Azeez to discuss CI/CD. It is a safe bet that most development teams could benefit by integrating CI/CD into their workflow. CI/CD can speed up development and save you from making costly and time consuming mistakes. Every team could use a Muhammad and listening to this episode may give you the push you need to start working on your own CI/CD pipeline. Panel Caleb Wells Shawn Clabough Wai Liu Guest Muhammad Azeez Sponsors Dev Influencers ...

AiA 306: How to Succeed with Grit and Determination featuring Richard Sithole

April 08, 2021 10:00 - 59 minutes - 68.9 MB

Richard Sithole sits down with Charles Max Wood to discuss his story from growing up in South Africa and the setbacks he experienced as he worked his way into the software industry. He walks through his learning journey and the challenges he faced as he moved from one stage to another to become a successful software engineer in Berlin, Germany. Panel Charles Max Wood Guest Richard Sithole Sponsors Dev Influencers Accelerator Raygun | Click here to get started on your free 14-day trial...

BONUS: What is Charles Max Wood’s Biggest Payoff for Being a Dev Influencer?

April 08, 2021 10:00 - 33 minutes - 38.6 MB

Charles Max Wood started podcasting because it sounded fun and because he wanted to talk about technology. He learned pretty quickly that it got him access to people who understood the things he wanted to learn. The reasons changed over the years, as Charles explains before he talks about the big payoff he gets now from doing the podcasts. Panel Charles Max Wood Sponsors Dev Influencers Accelerator

BONUS: What is Charles Max Wood’s Biggest Payoff for Being a Dev Influencer?

April 08, 2021 08:03 - 34 minutes - 40.2 MB

Charles Max Wood started podcasting because it sounded fun and because he wanted to talk about technology. He learned pretty quickly that it got him access to people who understood the things he wanted to learn. The reasons changed over the years, as Charles explains before he talks about the big payoff he gets now from doing the podcasts. Panel Charles Max Wood Sponsors Dev Influencers Accelerator Raygun | Click here to get started on your free 14-day trial 

BONUS: What is Charles Max Wood’s Biggest Payoff for Being a Dev Influencer?

April 07, 2021 10:00 - 33 minutes - 39.5 MB

Charles Max Wood started podcasting because it sounded fun and because he wanted to talk about technology. He learned pretty quickly that it got him access to people who understood the things he wanted to learn. The reasons changed over the years, as Charles explains before he talks about the big payoff he gets now from doing the podcasts. Panel Charles Max Wood Sponsors Dev Influencers Accelerator

RRU 138: React Component Tests for Humans with Miroslav Nikolov

April 07, 2021 10:00 - 41 minutes - 48.7 MB

On this episode of React Round Up we chatted with Miroslav Nikolov, a UI developer at one.com, about his approach to unit testing React components. Miroslav discussed writing components in a human-friendly way, using the library UnexpectedJS. We also talked about Miroslav’s blog, including how he got started with it, and some of the tools he used, like Gatsby and Mailchimp. This is a great episode if you’re looking to learn more about how to approach unit testing in React. Panel Paige Nei...

RUBY 492: Architectures and Microservices with Darren Broemmer

April 07, 2021 10:00 - 1 hour - 74.5 MB

Darren Broemmer joins the Rogues to discuss how Ruby on Rails enables a microservices architecture and when it's appropriate to approach your system's architecture with microservices. Chuck and Dave lend their experience and expertise in pointing out some of the challenges with microservices and the power of Rails in enabling the Majestic Monolith. Tradeoffs are discussed and approaches are considered for when parts of an application may make a good candidate for a microservice. Panel Cha...

JSJ 478: Browser Standards Rampage: Can We Have Nice Things?

April 06, 2021 10:00 - 1 hour - 97.9 MB

The infamous Jake Archibald, member of the Chrome Team, an author of the Service Worker spec, and host of the HTTP 203 Podcast takes us on a whirlwind tour of recent and upcoming browser standards including Portals, iframes, App Cache, Service Workers, HTML, Browser History and more - why they are the way they are, why we can't have nice things, and how we might get nice things anyway in the future. Lots of good back and forth and only a little name calling… jaffa… Panel Aimee Knight AJ ...

.NET 063: Use cases for GraphQL in .NET

April 06, 2021 10:00 - 38 minutes - 45 MB

Baskar Rao Dandlamudi joins us to discuss using GraphQL in .NET. There are a lot of good use cases for using GraphQL in .NET. The two go together like HotChocolate and a cold winter day :slight_smile: We dig into the benefits using GraphQL brings but also the mindset shift it requires during development. Panel Caleb Wells Shawn Clabough Wai Liu Guest Baskar Rao Dandlamudi Sponsors Dev Influencers Accelerator Raygun | Click here to get started on your free 14-day trial  Links Devc...

BONUS: What is Charles Max Wood's Biggest Payoff for Being a Dev Influencer?

April 06, 2021 10:00 - 33 minutes - 39.5 MB

Charles Max Wood started podcasting because it sounded fun and because he wanted to talk about technology. He learned pretty quickly that it got him access to people who understood the things he wanted to learn. The reasons changed over the years, as Charles explains before he talks about the big payoff he gets now from doing the podcasts. Panel Charles Max Wood Sponsors Dev Influencers Accelerator

BONUS: How Jason Weimann Became a Game Developer

April 02, 2021 10:00 - 39 minutes - 44.7 MB

Jason Weimann started out as an enthusiast of the Massively Multiplayer Online Role Playing Game, Everquest. After becoming a software developer and building a collaborative community playing the game, learn how he used his connections to get a job working for the company that made the game, even if it wasn't a job working as a game developer and how that led to a career working on one of the most popular online games of the time. Panel Charles Max Wood

BONUS: How Jason Weimann Became a Game Developer

April 01, 2021 10:00 - 41 minutes - 47.4 MB

Jason Weimann started out as an enthusiast of the Massively Multiplayer Online Role Playing Game, Everquest. After becoming a software developer and building a collaborative community playing the game, learn how he used his connections to get a job working for the company that made the game, even if it wasn't a job working as a game developer and how that led to a career working on one of the most popular online games of the time. Panel Charles Max Wood Guest Jason Weimann Sponsors De...

BONUS: How Jason Weimann Became a Game Developer

April 01, 2021 10:00 - 41 minutes - 48.7 MB

Jason Weimann started out as an enthusiast of the Massively Multiplayer Online Role Playing Game, Everquest. After becoming a software developer and building a collaborative community playing the game, learn how he used his connections to get a job working for the company that made the game, even if it wasn't a job working as a game developer and how that led to a career working on one of the most popular online games of the time. Panel Charles Max Wood Guest Jason Weimann Sponsors De...

BONUS: How Jason Weimann Became a Game Developer

April 01, 2021 10:00 - 41 minutes - 47.2 MB

Jason Weimann started out as an enthusiast of the Massively Multiplayer Online Role Playing Game, Everquest. After becoming a software developer and building a collaborative community playing the game, learn how he used his connections to get a job working for the company that made the game, even if it wasn't a job working as a game developer and how that led to a career working on one of the most popular online games of the time. Panel Charles Max Wood Guest Jason Weimann Sponsors Dev...

RRU 137: From QA to Developer with Rani Zilpelwar

March 31, 2021 10:00 - 57 minutes - 67.2 MB

Changing careers into software development is always an interesting story and Rani Zilpelwar's story is no different. In this episode, Rani, the QA developer turned software consultant, talks about how she's held almost every software role at one point or another, and how she's continuing to improve her skills now as a software consultant. The discussion includes books and websites she's found helpful to building up her knowledge, how the company she works for helped set her up for success ...

BONUS: How Jason Weimann Became a Game Developer

March 31, 2021 10:00 - 41 minutes - 48.1 MB

Jason Weimann started out as an enthusiast of the Massively Multiplayer Online Role Playing Game, Everquest. After becoming a software developer and building a collaborative community playing the game, learn how he used his connections to get a job working for the company that made the game, even if it wasn't a job working as a game developer and how that led to a career working on one of the most popular online games of the time. Panel Charles Max Wood Guest Jason Weimann Sponsors De...

RUBY 491: The Hidden Gems of Ruby

March 31, 2021 10:00 - 58 minutes - 66.6 MB

Valentino Stoll takes us on a tour of the "gems" of features built into the core Ruby language. We explore tips and tricks for using irb that can also improve your Rails console. Panel Charles Max Wood John Epperson Luke Stutters Guest Valentino Stoll  Sponsors Dev Heroes Accelerator Links Dependency on mimemagic 0.3.x no longer valid  Add this `.irbrc` file and your Rails console will show a colorized banner with the environment | Twitter GitHub | pry/pry Ruby Jard Tree-sitte...

VUE 143: What to do when you want to blog with Vue

March 30, 2021 22:56 - 45 minutes - 53.2 MB

Lindsay and Steve discuss building and hosting a blog using Vue. They discuss their own blogs, and dive into options for managing content with markdown or headless CMS, building the site with Vue or Nuxt (and others), and where to host Panel Lindsay Wardell Steve Edwards Sponsors Dev Heroes Accelerator Links Devchat.tv | BONUS: Adding a Content Engine to Your App with a Headless CMS with Jake Lumetta Headless CMS and Contentless API | ButterCMS Prismic CMS: The Headless Website Bui...

JSJ 477: Understanding Search Engines and SEO (for devs) - Part 2

March 30, 2021 10:00 - 1 hour - 71.8 MB

If you're building a website or web-app, there's a good chance that you want people to find it so that they will access it. These days this mostly means that you want it to appear in the relevant search engine results pages (SERP). In this episode we are joined by Martin Splitt, DevRel at Google for the Search & Web ecosystem, who explains in detail how search engines work, and what developers and SEOs need to know and do in order to be on their good side. Panel Aimee Knight AJ O'Neal D...

.NET 062: Innocent Application Performance Monitoring with Innocent Bindura from Raygun

March 30, 2021 10:00 - 47 minutes - 56 MB

The panel discusses application performance monitoring, bug reporting, and real world experiences with Innocent Bindura, Snr Developer at Raygun. Panel Shawn Clabough Wai Liu Guest Innocent Bindura Sponsors Dev Heroes Accelerator Links Uncle Bob Martin | Clean Coder Email: Innocent Bindura ( [email protected] ) Feedback: @DotNetSuperhero on Twitter Picks Innocent- XtraMath Innocent- Learning to read for kids | Learn to read with phonics Shawn- Open Broadcaster Software | OB...

BONUS: Continuing Your Learning Journey by Finding Mentors as an Influencer

March 26, 2021 10:00 - 30 minutes - 34.6 MB

Chuck outlines how he's used his podcasts to find mentors to continue his learning journey over 12 years of podcasting. Some mentors have been long lived relationships while others have lasted only a few months or even days. This episode shares Chuck's experience learning from the top people in the development community as a programmer and podcaster. Panel Charles Max Wood

BONUS: Continuing Your Learning Journey by Finding Mentors as an Influencer

March 26, 2021 10:00 - 30 minutes - 34.6 MB

Chuck outlines how he's used his podcasts to find mentors to continue his learning journey over 12 years of podcasting. Some mentors have been long lived relationships while others have lasted only a few months or even days. This episode shares Chuck's experience learning from the top people in the development community as a programmer and podcaster. Panel Charles Max Wood

BONUS: Continuing Your Learning Journey by Finding Mentors as an Influencer

March 26, 2021 10:00 - 30 minutes - 34.6 MB

Chuck outlines how he's used his podcasts to find mentors to continue his learning journey over 12 years of podcasting. Some mentors have been long lived relationships while others have lasted only a few months or even days. This episode shares Chuck's experience learning from the top people in the development community as a programmer and podcaster. Panel Charles Max Wood

BONUS: Continuing Your Learning Journey by Finding Mentors as an Influencer

March 26, 2021 10:00 - 30 minutes - 34.6 MB

Chuck outlines how he's used his podcasts to find mentors to continue his learning journey over 12 years of podcasting. Some mentors have been long lived relationships while others have lasted only a few months or even days. This episode shares Chuck's experience learning from the top people in the development community as a programmer and podcaster. Panel Charles Max Wood

BONUS: Continuing Your Learning Journey by Finding Mentors as an Influencer

March 26, 2021 10:00 - 30 minutes - 34.6 MB

Chuck outlines how he's used his podcasts to find mentors to continue his learning journey over 12 years of podcasting. Some mentors have been long lived relationships while others have lasted only a few months or even days. This episode shares Chuck's experience learning from the top people in the development community as a programmer and podcaster. Panel Charles Max Wood

BONUS: Continuing Your Learning Journey by Finding Mentors as an Influencer

March 26, 2021 10:00 - 30 minutes - 34.6 MB

Chuck outlines how he's used his podcasts to find mentors to continue his learning journey over 12 years of podcasting. Some mentors have been long lived relationships while others have lasted only a few months or even days. This episode shares Chuck's experience learning from the top people in the development community as a programmer and podcaster. Panel Charles Max Wood

BONUS: Continuing Your Learning Journey by Finding Mentors as an Influencer

March 26, 2021 09:33 - 30 minutes - 34.6 MB

Chuck outlines how he's used his podcasts to find mentors to continue his learning journey over 12 years of podcasting. Some mentors have been long lived relationships while others have lasted only a few months or even days. This episode shares Chuck's experience learning from the top people in the development community as a programmer and podcaster. Panel Charles Max Wood

JSJ 476: Understanding Search Engines and SEO (for devs) - Part 1

March 23, 2021 10:00 - 59 minutes - 68.2 MB

If you're building a website or web-app, there's a good chance that you want people to find it so that they will access it. These days this mostly means that you want it to appear in the relevant search engine results pages (SERP). In this episode we are joined by Martin Splitt, DevRel at Google for the Search & Web ecosystem, who explains in detail how search engines work, and what developers and SEOs need to know and do in order to be on their good side. Panel Aimee Knight AJ O'Neal D...

BONUS: Continuing Your Learning Journey by Finding Mentors as an Influencer

March 23, 2021 10:00 - 32 minutes - 37.3 MB

Chuck outlines how he's used his podcasts to find mentors to continue his learning journey over 12 years of podcasting. Some mentors have been long lived relationships while others have lasted only a few months or even days. This episode shares Chuck's experience learning from the top people in the development community as a programmer and podcaster. Panel Charles Max Wood Sponsors Dev Heroes Accelerator

RRU 136: MIcro Front-Ends and Module Federation with Jack Herrington

March 23, 2021 10:00 - 54 minutes - 63.3 MB

Jack Herrington joins TJ for a discussion about React, Micro Front-Ends, and Module Federation in Webpack. All of these are things that Jack has show off on his Youtube Channel. They discuss the how and why you'd want to implement this approach to building applications. Panel TJ VanToll Guest Jack Herrington Sponsors Dev Heroes Accelerator React Error Monitoring | Sentry Links TypeScript: Documentation - Utility Types GitHub | pmndrs/zustand GitHub | pmndrs/jotai Blue Collar Cod...

.NET 061: C# 9 Deep Dive with Jason Bock

March 23, 2021 10:00 - 1 hour - 86.9 MB

Jason Bock comes back on the podcast to dig into C# 9 just like he did C# 8. We go over record types, init only setters, source generators and more. Join us and learn all about C# 9. Panel Caleb Wells Shawn Clabough Guest Jason Bock Sponsors Dev Heroes Accelerator Links Devchat.tv | .NET 010: What’s new in C# 8.0 with Jason Bock Tuple types - C# reference | Microsoft Docs What's new in C# 9.0 - C# Guide | Microsoft Docs GitHub | dotnet/roslyn GitHub | dotnet/csharplang jasonboc...

EMx 124: Learning Resources for Elixir

March 23, 2021 10:00 - 48 minutes - 56.5 MB

As we ramp back up on recording Elixir Mix, our new panel dives into the resources available for learning and keeping current in Elixir. Resources include books, courses, forums, email newsletters, and more. Panel Allen Wyma Charles Max Wood Eric Bolikowski Sponsors Dev Heroes Accelerator Links Programming Elixir ≥ 1.6: Functional |> Concurrent |> Pragmatic |> Fun by  Dave Thomas Elixir in Action by Saša Juric Learning Resources - The Elixir programming language Binary pattern m...

BONUS: Continuing Your Learning Journey by Finding Mentors as an Influencer

March 23, 2021 10:00 - 32 minutes - 38.4 MB

Chuck outlines how he's used his podcasts to find mentors to continue his learning journey over 12 years of podcasting. Some mentors have been long lived relationships while others have lasted only a few months or even days. This episode shares Chuck's experience learning from the top people in the development community as a programmer and podcaster. Panel Charles Max Wood Sponsors Dev Heroes Accelerator

BONUS: Continuing Your Learning Journey by Finding Mentors as an Influencer

March 23, 2021 10:00 - 32 minutes - 37.2 MB

Chuck outlines how he's used his podcasts to find mentors to continue his learning journey over 12 years of podcasting. Some mentors have been long lived relationships while others have lasted only a few months or even days. This episode shares Chuck's experience learning from the top people in the development community as a programmer and podcaster. Panel Charles Max Wood Sponsors Dev Heroes Accelerator

VUE 142: From Nuxt to React - Catching up with Debbie O'Brien

March 23, 2021 10:00 - 47 minutes - 55.4 MB

Lindsay and Steve talk with Debbie O'Brien, Head Developer Advocate at Bit and former Head of Learning at Nuxt about her new position. We talk about what Bit is, and how they are bringing a new approach to component development. We also talk about how Debbie is having to learn React, what that looks like for an experienced Vue developer, and ways we learn new frameworks and libraries. Panel Lindsay Wardell Steve Edwards Guest Debbie O'Brien Sponsors Dev Heroes Accelerator Links Dev...

RUBY 490: Ruby 2.7 to 3.0

March 23, 2021 10:00 - 1 hour - 77.6 MB

Dave, John, and Luke get together to finish the discussion leading up to the Ruby 3.0 release. They talk about the different features and concerns that come with upgrading and/or using Ruby 3.0 and how it differs from Ruby 2.7. Panel Dave Kimura John Epperson Luke Stutters Sponsors Dev Heroes Accelerator Links Ruby | dockerhub Ruby on Whales: Dockerizing Ruby and Rails development | Evil Martians Background Job Processing Using Ractor (Ruby 3) by André Guimarães Sakata Parallelis...

.NET 060: Pursuing Developer Certifications

March 16, 2021 10:00 - 42 minutes - 50.1 MB

In this weeks podcast we have a panel discussion about certifications. Developer certifications and the processes to earn them are constantly evolving. Wai has earned two Azure certifications in the past few months so we pick his brain on the process. We also discuss the benefits of having certifications and the developers we believe are best suited to pursue them. Panel Caleb Wells Shawn Clabough Wai Liu Sponsors Dev Heroes Accelerator Raygun | Click here to get started on your free ...

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
@rubyrogues 34 Episodes
@calebwellscodes 34 Episodes
@samjulien 31 Episodes
@iphreaks 30 Episodes
@lindsaykwardell 26 Episodes
@tjvantoll 22 Episodes
@danshappir 21 Episodes
@_beyondcode 20 Episodes
@josepheames 19 Episodes