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

Domo and Type Validations ft. Ivan Rublev - EMx 141

August 18, 2021 10:00 - 52 minutes - 60.5 MB

Ivan Rublev is the author of the open source library, Domo, which provides type validations for Elixir applications. He discusses the types of validations it does and the tradeoffs you get when you can validate the structure of your structs. Panel Charles Max Wood Sascha Wolf Guest Ivan Rublev  Sponsors Dev Influencers Accelerator Links GitHub | IvanRublev/Domo domo | Hex Twitter: Ivan Rublev ( @LevviBraun ) Picks Charles- Rhythm of War Charles- Devchat.tv/levelup Ivan- Micro...

Live Streaming to the Command Line with ActionCable ft. Hans Schnedlitz - RUBY 511

August 18, 2021 10:00 - 45 minutes - 52.6 MB

Hans Schnedlitz joins the Rogues to discuss how you can use ActionCable to get feedback on ongoing tasks in the commandline by connecting to a websocket. His solution is written entirely in Ruby and provides some interesting options for people building CLI's for their applications. Panel Charles Max Wood Luke Stutters Valentino Stoll Guest Hans Schnedlitz Sponsors Dev Influencers Accelerator Raygun | Click here to get started on your free 14-day trial Links Real-Time Command Lin...

Is Working at a Large or Small Company Better for Your Career? - RRU 152

August 18, 2021 10:00 - 49 minutes - 58.2 MB

This week the panelists dive into their work backgrounds and discuss the ins and outs of working at small and large companies. They aim specifically at whether one is better than the other for building a career. Panel Jack Herrington Paige Niedringhaus TJ VanToll Sponsors Dev Influencers Accelerator Raygun | Click here to get started on your free 14-day trial Picks Jack- Virtual Coffee Paige- Raspberry Pi Beginner's Guide 4th Edition TJ- Rocket Contact Jack: Jack Herrington – Y...

Open Telemetry and Domain-Driven Refactoring with .NET 6 - .NET 082

August 17, 2021 10:00 - 50 minutes - 58.8 MB

Jimmy Bogard takes us through the interesting possibilties of logging with OpenTelemetry. Then we discuss refactoring strategies friendly for Domain Driven Design. Panel Shawn Clabough Wai Liu Guest Jimmy Bogard Sponsors Dev Influencers Accelerator Raygun | Click here to get started on your free 14-day trial Links .NET 057: Open source, MediatR and Automapper with Jimmy Bogard | Devchat.tv The Twelve-Factor App martinfowler.com Twitter: Jimmy Bogard ( @jbogard ) Picks Jimmy- ...

Building Micro Frontends with Lawrence Almeida - VUE 160

August 17, 2021 10:00 - 50 minutes - 59.1 MB

Lindsay meets with Lawrence Almeida, Lead Developer at Unbabel, to discuss building web applications with a micro frontend architecture. They discuss basic issues with micro frontends, and how they can be resolved with Single SPA, a framework for orchestrating micro frontends. They also discuss why a team would choose this approach, and some of the downsides to adopting micro frontends. Panel Lindsay Wardell Guest Lawrence Almeida Sponsors Dev Influencers Accelerator Links Unbabel ...

Alpinejs, Microservices, Code Completion, and Getting Paid for Open Source with Caleb Porzio - JSJ 497

August 17, 2021 10:00 - 1 hour - 74.3 MB

Caleb is the maintainer of several popular open source projects and frameworks including Alpinejs and Livewire, and is also an avid user of GitHub's CoPilot. Also, he's living the dream - writing open source full time. We talk about declarative, imperative, moving from SPAs and APIs back to simpler server-oriented design, design architecture, code style and linting, and how Caleb's achieved the near-impossible task of monetizing open source in a way people love. Panel Aimee Knight AJ O'N...

Don't Follow the Default Developer Career Path - BONUS

August 13, 2021 10:00 - 23 minutes - 27.4 MB

Charles Max Wood explains the default path that developers seem to follow in their career and why that doesn't give developers the fulfillment they're looking for. He then walks through some of the options to change the direction of your career. Panel Charles Max Wood

The Push Pipe is Boring ft. Michael Hladky - AiA 321

August 12, 2021 10:00 - 40 minutes - 46.7 MB

Michael Hladky rejoins the Adventure to have more discussions around performance and the push pipe. He jumps in and explains the let directive and leads into the other ways of managing changes in your Angular apps. Panel Sani Yusuf Subrat Mishra Guest Michael Hladky Sponsors Dev Influencers Accelerator Links Twitter: Michael Rx Hladky ( @Michael_Hladky ) Picks Sani- Angular.Training Sani- The Psychology of Money Subrat - Fun Of Heuristic - YouTube Contact Sani: Angular.Traini...

Chuck's Master Plan for Devchat.tv - DevOps 081

August 12, 2021 10:00 - 1 hour - 84.4 MB

Jeffrey asked Chuck before the episode what he was planning for Devchat.tv. Chuck started answering and since the guest had answered, Chuck answers with the overall direction for Devchat.tv. If you want to join in, email [email protected]. Panel Charles Max Wood Jeffrey Groman Sponsors Dev Influencers Accelerator Picks Charles- Xero Charles- Profit First Charles- YNAB Charles- The Prosperous Coach Contact Charles: Devchat.tv DevChat.tv | Facebook Twitter: DevChat.tv ( @devchatt...

React is a Black Box ft. Florian Rappl - RRU 151

August 11, 2021 10:00 - 55 minutes - 64.6 MB

Florian Rappl joins the Round Up to discuss React internals and how to make sense of how React works. He leads the panel through the process of understanding what React is doing when you write your JSX. He also deviates into Microframeworks a bit. Panel Paige Niedringhaus TJ VanToll Guest Florian Rappl Sponsors Dev Influencers Accelerator React Error and Performance Monitoring | Sentry Links React is a black box. Why does that matter? The Art of Micro Frontends: Build websites u...

How to Become a Top End Developer - EMx 140

August 11, 2021 10:00 - 57 minutes - 67.2 MB

Charles Max Wood takes the lead this week. He and Adi Iyengar discuss what Top End Devs are and what people should be doing to become Top End Devs. They start out discussing the default trajectory of a developer's career and then talk about how to get boosts off that line and into higher levels of achievement and fulfillment. Panel Adi Iyengar Charles Max Wood Sponsors Dev Influencers Accelerator Picks Adi- Build Your Own Web Framework in Elixir Adi- ADI IYENGAR - CODE BEAM AMERICA...

Ruby JIT and MJIT ft. Takashi Kokubun - RUBY 510

August 11, 2021 10:00 - 54 minutes - 63.1 MB

Takashi Kokubun joins the Rogues to dive into Just in Time compiling, Ruby 3.0 and all the goodness that comes with it. He explains how it relates not only to Ruby performance, but Rails performance and what it means to different kinds of loads that come across the Ruby virtual machine. Panel Darren Broemmer Valentino Stoll Guest Takashi Kokubun Sponsors Dev Influencers Accelerator Links Ruby 3 JIT can make Rails faster Keynote - RubyKaigi 2015 GitHub | Shopify/yjit GitHub | vn...

Extending VS Code and Yourself (Part 2) – .NET 081

August 10, 2021 10:00 - 33 minutes - 39.7 MB

The Bald Bearded Builder, Michael Jolley, returns to talk about VS Code extensions and learning while live streaming. To start off we talk about using C# in VS Code and then Michael tells us about some of his favorite VS Code extensions. The panel adds a few of our favorite extensions while discussing how Michael has created extensions while live streaming on Twitch. Then the discussion moves towards live streaming, what you need to get started, how community is important and how to get th...

Using Vue without an SPA with Ariel from Maison Futari - VUE 159

August 10, 2021 10:00 - 1 hour - 75.7 MB

Lindsay, Steve, Luke, and Solomon talk with Ariel from Maison Futari about using Vue without building a full single-page application. We talk about using Vue with Wordpress and other backend frameworks to build widgets, as well as using Vue to build web components. We also explore libraries like Livewire and Inertia to integrate with a Laravel backend. Panel Lindsay Wardell  Luke Diebold Solomon Eseme Steve Edwards Guest Ariel from Maison Futari Sponsors Dev Influencers Accelerator...

An Unconventional Journey into Coding ft. Sam Sycamore - JSJ 496

August 10, 2021 10:00 - 1 hour - 87.4 MB

Sam Sycamore joins the podcast to tell his story of transitioning into programming after listening to the podcast episode we recorded with Danny Thompson. Danny told his story about how he went from gas station attendant to programmer in a very short timeframe. Sam has now made a similar journey from landscape construction to programming and what inspired him to make the switch. Panel Aimee Knight AJ O'Neal Charles Max Wood Dan Shappir Steve Edwards Guest Sam Sycamore Guest Java...

Visibility and Orchestration in Software Delivery ft. Yishai Beeri - DevOps 080

August 05, 2021 10:00 - 39 minutes - 46 MB

Yishai Beeri joins the Adventure to talk about ways that we can communicate and coordinate to deliver great software. This holds both within development teams and between development teams and DevOps teams. Panel Jeffrey Groman Guest Yishai Beeri  Sponsors Dev Influencers Accelerator Raygun | Click here to get started on your free 14-day trial Links Asynchronous Communication Is The Future For Dev Teams DevInterrupted Stop Telling Devs What To Do w/ Dana Lawson of GitHub - Spoti...

Responsive Angular Components ft. Miroslav Jonas - AiA 320

August 05, 2021 10:00 - 52 minutes - 60.7 MB

Miroslav Jonas joins the Adventure to discuss how to make your applications work on different screen sizes within Angular. Sometimes, you can get away with media queries and responsive design, but in other cases you're better off removing elements from the DOM and only managing and reworking the elements that you care about for your media size. Panel Charles Max Wood Sani Yusuf Subrat Mishra Guest Miroslav Jonas Sponsors Dev Influencers Accelerator Raygun | Click here to get start...

Continuous Deployment Without Automated Tests ft. Jonathan Hall - DevOps 082

August 04, 2021 10:00 - 48 minutes - 56.9 MB

Jonathan Hall joins the Adventure this week to discuss the advice he gives to clients to start continuous deployment before they have automated tests around their code. He explains why he starts here and the power of having a continuous deployment system. He, Will, and Chuck go into how to set it up and the pro's and con's of the approach and how it fits into a larger DevOps practice. Panel Charles Max Wood Will Button Guest Jonathan Hall Sponsors Dev Influencers Accelerator Raygun...

Continuous Deployment Without Automated Tests ft. Jonathan Hall - DevOps 082

August 04, 2021 10:00 - 48 minutes - 56.9 MB

Jonathan Hall joins the Adventure this week to discuss the advice he gives to clients to start continuous deployment before they have automated tests around their code. He explains why he starts here and the power of having a continuous deployment system. He, Will, and Chuck go into how to set it up and the pro's and con's of the approach and how it fits into a larger DevOps practice. Panel Charles Max Wood Will Button Guest Jonathan Hall Sponsors Dev Influencers Accelerator Raygun...

Load Testing Rails Apps with JMeter ft. Milap Neupane - RUBY 509

August 04, 2021 10:00 - 1 hour - 81.8 MB

Milap Neupane joins the Rogues to talk about how to know how robust your Rails apps are. Sometimes you forget to optimize database queries or network calls for performance during development, which impact the load that the application can support and when its performance begins to degrade. Milap breaks down how to determine where these moments occur and what to do to get better performance from your applications. Panel John Epperson Luke Stutters Valentino Stoll Guest Milap Neupane ...

Gleam and Typing ft. Louis Pilfold - EMx 139

August 04, 2021 10:00 - 1 hour - 75.6 MB

Louis Pilfold is the creator of the Gleam programming language. He explains what Gleam is and tells us where it came from. He then dives into why he wrote a statically typed language for the BEAM, the challenges involved, and its strengths for programming and tooling. Panel Adi Iyengar Allen Wyma Charles Max Wood Eric Bolikowski Sascha Wolf Guest Louis Pilfold Sponsors Dev Influencers Accelerator Links Gleam News - Gleam GitHub | gleam-lang/otp Language Tour - The Gleam Book...

Form Validations and Open Source ft. Evyatar Alush - RRU 150

August 04, 2021 10:00 - 45 minutes - 52.7 MB

Evyatar Alush joins the Round Up to discuss Vest, a form validation library that handles form validation library in a manner similar to the way that a testing library looks. The panel walks through the process of using Vest to build validations for your forms on the web and in your React Applications. Panel Jack Herrington Paige Niedringhaus TJ VanToll Guest Evyatar Alush Sponsors Dev Influencers Accelerator Raygun | Click here to get started on your free 14-day trial Links Crea...

Opinionated Core Web Vitals - JSJ 495

August 03, 2021 10:00 - 1 hour - 84.4 MB

Dan Shappir takes the lead this week to discuss Core Web Vitals and how Google is pushing the web to be faster. He leads Chuck, Aimee, and AJ through the ways that developers can measure and improve the performance of websites based on the statistics specified by Google as components of Google rankings. Panel Aimee Knight AJ O'Neal Charles Max Wood Dan Shappir Sponsors DigitalOcean Raygun | Click here to get started on your free 14-day trial Dev Influencers Accelerator Links We...

Product Design and Authentication with David Atanda - VUE 158

August 03, 2021 10:00 - 51 minutes - 60.3 MB

In this episode, Lindsay, Steve, and Luke talk with David Atanda, product designer and developer. We talk about his path from building products into development, and some of the products he has built. We also talk about how David looks at products and determines what to build next. After that, we discuss his blog post on authentication in Vue, and some of the decisions that need to be made for authenticating an SPA. Panel Lindsay Wardell Luke Diebold Steve Edwards Guest David Atanda ...

Extending VS Code and Yourself (Part 1) - .NET 080

August 03, 2021 10:00 - 37 minutes - 43.9 MB

The Bald Bearded Builder, Michael Jolley, returns to talk about VS Code extensions and learning while live streaming. To start off we talk about using C# in VS Code and then Michael tells us about some of his favorite VS Code extensions. The panel adds a few of our favorite extensions while discussing how Michael has created extensions while live streaming on Twitch. Then the discussion moves towards live streaming, what you need to get started, how community is important and how to get th...

Reusing Code in Your Angular Apps ft. Jérémy Bardon - AiA 319

July 29, 2021 10:00 - 46 minutes - 53.4 MB

Jérémy Bardon joins the adventure to discuss how to reuse code in Angular. Specifically, the discussion covers reusable components and goes into improving code with them. Panel Charles Max Wood Subrat Mishra Guest Jérémy Bardon Sponsors Dev Influencers Accelerator Links Learn advanced Angular features: build the Material tree Advanced Angular: Implementing a Reusable Autocomplete Component Agnostic components in Angular Going Renderless in Angular: All of the Functionality, None...

Essential Infrastructure as Code - DevOps 079

July 29, 2021 10:00 - 1 hour - 79 MB

Rosemary Wang joins the adventure to dive into a discussion on what Infrastructure as Code is and how to begin thinking about what it is and how it goes together. She focuses on maintainability, security, and reliability. Panel Jeffrey Groman Will Button Guest Rosemary Wang Sponsors Dev Influencers Accelerator Links Essential Infrastructure as Code Scaling Infrastructure as Code to Improve Delivery & Maintain Security - YouTube Testing HashiCorp Terraform Workshop: Exploring Po...

Voice Recognition in React ft. Ian Lavery - RRU 149

July 28, 2021 10:00 - 47 minutes - 55.7 MB

Ian Lavery joins the Round Up to discuss how to add Voice Recognition to your React applications without adding heavyweight cloud solutions from the big cloud providers. Ian guides the Round Up through adding Voice Recognition, providing security and privacy, and how to understand voice recognition in general. Panel Jack Herrington Paige Niedringhaus TJ VanToll Guest Ian Lavery Sponsors Dev Influencers Accelerator React Error and Performance Monitoring | Sentry Links Add Voice R...

Debugging Ruby ft. Fabio Perrella - RUBY 508

July 28, 2021 10:00 - 1 hour - 81.1 MB

Fabio Perrella joins the Rogues to discuss debugging Ruby programs and how to find problems across your code and your dependencies. The panel shares their stories and experience to dive into debugging tools and techniques they've used that have worked out well in the apps they maintain. Panel Darren Broemmer John Epperson Luke Stutters Valentino Stoll Guest Fabio Perrella Sponsors Dev Influencers Accelerator Links Ideas by WeTransfer IAM roles for Amazon EC2 The Curious Case o...

Flutter Essentials ft. Allen Wyma - JSJ 494

July 27, 2021 10:00 - 52 minutes - 59.9 MB

Allen Wyma, host of the Flying High with Flutter podcast, joins the Jabber panel to discuss building mobile applications with Flutter. The discussion includes an exploration of Flutter, how to get started, how it's different from other platforms, and who should consider using it. Panel Charles Max Wood Steve Edwards Guest Allen Wyma Sponsors Dev Influencers Accelerator JavaScript Error and Performance Monitoring | Sentry Links Flying High with Flutter pub.dev Twitter: Plangora ...

Global reach of .NET - .NET 079

July 27, 2021 10:00 - 46 minutes - 54.6 MB

How often do you stop to think about how easy it is for new developers to get started with .NET? Since .NET Core was released the framework is available to many more developers but in some parts of the world there are still hurdles to overcome. Samuel Adranyi moved back to Ghana two years ago to try and help Africans get over some of those hurdles. In West Africa a lot of people start out with HTML, CSS and JavaScript and naturally gravitate to JavaScript frameworks. Samuel has started a fe...

Developing Desktop Apps With Vue - VUE 157

July 27, 2021 10:00 - 1 hour - 71.6 MB

The panel talks with prolific JS developer The Jared Wilcurt about developing cross-platform desktop apps using nw.js and vuejs. Jared covers the history of tools to create cross-platform apps, how they all work, and then dives into his GitHub repo that provides the boilerplate to start and create a new app using Vue Panel Lindsay Wardell Luke Diebold Solomon Eseme Steve Edwards Guest The Jared Wilcurt Sponsors Dev Influencers Accelerator Links Cross-Platform Desktop Apps (XPDA) ...

Elixir as a General Purpose Language - EMx 138

July 27, 2021 10:00 - 38 minutes - 44.5 MB

This week, the panel gets in and talks about Elixir is not just a specialty language for high concurrency applications with specific performance profiles. They dive into how Elixir can be used in a variety of cases and how it is set up as a language that allows you to solve the breadth of issues that other popular languages solve without being specialized to them. Panel Adi Iyengar Allen Wyma Sascha Wolf Sponsors Dev Influencers Accelerator Links Erlang Term Storage (ETS) dets (st...

More Security Breaches in the World - DevOps 078

July 22, 2021 10:00 - 1 hour - 77.6 MB

Jeffrey Groman takes the reins and walks Chuck and Will through the latest and greatest security breaches out on the internet. He also walks them through how to operate to avoid being caught by several of these issues. Specifically, he explains the Microsoft issue in the print spooler and the breach of Kaseya and what the implications are within the wider world. Panel Charles Max Wood Jeffrey Groman Will Button Sponsors Dev Influencers Accelerator Raygun | Click here to get started ...

ngTemplateOutlet featuring Stephen Cooper - AiA 318

July 22, 2021 10:00 - 36 minutes - 42.3 MB

Stephen Cooper joins the Adventure to discuss the ngTemplateOutlet, how it's used and where you'd add it to your application. It allows you to put a template into place where you have the outlet so you can specify what to put into the spot you have the template in and then specify the variables that it uses. This allows you to have a custom template for a specific item. Panel Charles Max Wood Sani Yusuf Subrat Mishra Guest Stephen Cooper Sponsors Dev Influencers Accelerator Raygun...

Building with Just What You Need Using Roda with Jeremy Evans - RUBY 507

July 21, 2021 10:00 - 1 hour - 75.7 MB

Jeremy Evans, author of the Roda framework, joins the Rogues to talk about how to use Roda to build Ruby web applications. Roda is a super lightweight framework that adds features through plugins to give you the power you need when you need it to build your applications. This allows you to bring in only what you need in order to get fast and easy to maintain code. Panel Charles Max Wood Dave Kimura  Luke Stutters Guest Jeremy Evans Sponsors Dev Influencers Accelerator Raygun | Clic...

Leveraging Native Features in React Native featuring Youssouf EL Azizi - RRU 148

July 21, 2021 10:00 - 47 minutes - 55.8 MB

Youssouf EL Azizi joins the round up to talk about the best React Native libraries that allow you to leverage the native features of the platforms you run on. Sometimes it's hard to know how to get native features into your mobile app. Whether they're not well maintained or don't cover the widest breadth of use cases, it's hard to know sometimes which ones to use. Youssouf breaks it all down for you. Panel Carl Mungazi Paige Niedringhaus TJ VanToll Guest Youssouf EL Azizi Sponsors ...

State Management in Elixir - EMx 137

July 21, 2021 10:00 - 53 minutes - 62 MB

Shortcode: The panel talks about how to manage state in Elixir applications. Sometimes you can get away with internal structures like gen servers and ETS and other times you have to reach to external systems like redis, mongodb, or postgreSQL. This episode will walk you through the ins and outs of managing state and what your options are and what the tradeoffs are between those options. Panel Allen Wyma Eric Bolikowski Sascha Wolf Sponsors Dev Influencers Accelerator Links Mongo.E...

How to Check Your Application Security featuring Liran Tal - JSJ 493

July 20, 2021 10:00 - 1 hour - 95.5 MB

Liran Tal joins the Jabber to talk about how to secure your applications and how to check for security vulnerabilities in your application and its dependencies and infrastructure. Liran explains how to check your supply chain and your own code to make sure you're not leaving things open to malicious actors. Panel AJ O'Neal Charles Max Wood Dan Shappir Steve Edwards Guest Liran Tal  Sponsors DigitalOcean  Raygun | Click here to get started on your free 14-day trial Dev Influencers...

Developing Vuetify with John Leider and Kael Watts-Deuchar - VUE 156

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

Luke and Lindsay talk with John Leider and Kael Watts-Deuchar from the Vuetify team. We discuss the history of Vuetify development, and the experience of writing Vuetify 3 with Vue 3. We also talk about some of the technical hurdles experienced in the past and present, and how the Vuetify team overcame them. Panel Lindsay Wardell Luke Diebold Guest John Leider Kael Watts-Deuchar Sponsors Dev Influencers Accelerator Links VoV 110: Vuetify Next with John Leider Vue Contributor Days...

Quantum Computing basics with Q# - .NET 078

July 20, 2021 10:00 - 1 hour - 72.4 MB

In today's episode, George Kosmidis joins the panel to discuss all about Superposition, Quantum entanglement and Qubits. They also discussed Microsoft's Q# language for developing quantum programs. Panel Shawn Clabough Wail Liu Guest George Kosmidis Sponsors Dev Influencers Accelerator Raygun | Click here to get started on your free 14-day trial Links Quantum Computing basics with Q# – The superposition of a qubit Microsoft Quantum Microsoft Quantum Development Kit LavaRand in P...

Angular and Routing Testing - Part 2 featuring Lars Brink - AiA 317

July 15, 2021 23:13 - 1 hour - 75.7 MB

Lars Gyrup Brink Nielsen joins the Adventure to continue discussing testing Angular and with Spectacular and to finish the discussion on testing routing in Angular. Panel Charles Max Wood Richard Sithole Guest Lars Gyrup Brink Nielsen Sponsors Dev Influencers Accelerator Links Testing Angular routing components with the RouterTestingModule Spectacular by ng workers Lars Gyrup Brink Nielsen – YouTube GitHub: Lars Gyrup Brink Nielsen ( LayZeeDK ) Twitter: Lars Gyrup Brink Nielsen...

Evaluating Jobs and Job Offers - DevOps 077

July 15, 2021 10:00 - 1 hour - 78.4 MB

Jeffrey, Will, and Chuck dive into the question "How do you know whether or not you want to take a job?" during and after the interview. The discussion ranges through what to ask employers, knowing what you want from the job, and how to determine before and after the interview whether the job offer is a good fit for you. Panel Charles Max Wood Jeffrey Groman Will Button Sponsors Dev Influencers Accelerator Picks Charles- Atlas Shrugged Will- beyerdynamic DT 880 Pro Over-Ear Studio ...

What's Cooking in Rails 7 featuring Jason Dinsmore - RUBY 506

July 14, 2021 10:00 - 51 minutes - 59.1 MB

Jason Dinsmore went spelunking through the changelogs for Rails and pulled out the latest features for the most popular Ruby web development framework. Jason and the Rogues go through the changes and discuss the upcoming changes in Rails 7. Panel Charles Max Wood Darren Broemmer Dave Kimura John Epperson Luke Stutters Guest Jason Dinsmore Sponsors Dev Influencers Accelerator Links What's Cooking in Rails 7? GitHub | attr-encrypted/attr_encrypted Rails 7 will introduce invert_...

Heartbeat and Gen Servers featuring Luca Peppe - EMx 136

July 14, 2021 10:00 - 34 minutes - 40.9 MB

Luca Peppe built a health check and heartbeat system for the systems at work in Elixir. While the implementation uses many basic features from Elixir and Phoenix, the way that it underscores the fundamentals of Elixir is helpful for both the experienced and the new Elixir developer. Panel Charles Max Wood Sascha Wolf Guest Luca Peppe Sponsors Dev Influencers Accelerator Links How to easily create a healthcheck endpoint for your Phoenix app, the Elixir way GitHub | ostinelli/syn Gi...

Speech Commands and Speech Recognition in React featuring Chris Laughlin - RRU 147

July 14, 2021 10:00 - 49 minutes - 57.6 MB

Chris Laughlin joins the round up to discuss how to use the WebKit Speech Recognition API to interact with your react applications. This opens up a wide range of capabilities for web and React applications. Panel Carl Mungazi Jack Herrington Paige Niedringhaus TJ VanToll Guest Chris Laughlin Sponsors React Error and Performance Monitoring | Sentry Dev Influencers Accelerator Links Adding Voice Search to a React Application Using the Web Speech API GitHub | streamich/react-use ...

Diving into StackBlitz with Eric Simons - VUE 155

July 13, 2021 10:00 - 1 hour - 77 MB

Lindsay, Solomon, and Luke get to talk with Eric Simons, CEO of StackBlitz about their recent release of WebContainers and the future of Vue in StackBlitz. We talk about how Eric came to tackle the impossible task of running Node in the browser, what to expect for Vue support in StackBlitz, and upcoming developments for the browser-based IDE. Panel Lindsay Wardell Luke Diebold Solomon Eseme Guest Eric Simons Sponsors Dev Influencers Accelerator Links StackBlitz Introducing WebCon...

Power Tips for Browser Dev-Tools with Craig Buckler - JSJ 492

July 13, 2021 10:00 - 1 hour - 77.6 MB

Craig Buckler joins the panel to jabber about Chrome Dev-Tools and some things you may not know you can do with them to empower your own front-end development. Some of the basics you may already know like Incognito mode. Some others you may not know like black boxing libraries you don’t control or throttling connections to simulate poor connections. He also talks through searching through network requests to see how your domain’s specific requests perform. Panel Aimee Knight AJ O'Neal C...

Career Paths and Job Roles - .NET 077

July 13, 2021 10:00 - 46 minutes - 54.2 MB

The Adventures in .NET panel dives into the different roles within an IT or software organization and explain what those different roles are and how their career journeys have pressed through some of these roles. Panel Caleb Wells Shawn Clabough Wai Liu Sponsors Dev Influencers Accelerator Links 21 Different Types of IT Jobs To Explore Picks Caleb- Stack Overflow 2020 Survey Shawn- Air-conditioning Shawn- Don’t Make Me Think, Revisited | Steve Krug Wai- Wing Contact Caleb: Ca...

Speeding up Your Angular Apps with Daniel Kreider - AiA 316

July 08, 2021 10:00 - 53 minutes - 61.7 MB

Daniel Kreider joins the Adventure to discuss some of the things that are slowing down your front-end app. He also dives into the handful of things you should look at first in order to make sure that your application is running at top speed. Panel Charles Max Wood Richard Sithole Subrat Mishra Guest Daniel Kreider Sponsors Dev Influencers Accelerator Raygun | Click here to get started on your free 14-day trial  Links Angular - How to improve bundle size? And make your Angular app...

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