Adventures in Angular artwork

Adventures in Angular

906 episodes - English - Latest episode: 16 days ago - ★★★★★ - 33 ratings

Join our weekly discussion about how to build top end Angular applications and become an Angular expert.

Become a supporter of this podcast: https://www.spreaker.com/podcast/adventures-in-angular--6102018/support.

How To Education News Tech News javascript angular angular.js angularjs front end front-end framework programming development
Homepage Apple Podcasts Google Podcasts Overcast Castro Pocket Casts RSS feed

Episodes

Responsive Angular Components ft. Miroslav Jonas - AiA 320

August 05, 2021 10:00 - 39 minutes - 45.2 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 started on ...

Episode 343: 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...

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

July 29, 2021 10:00 - 46 minutes - 53.8 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 of ...

ngTemplateOutlet featuring Stephen Cooper - AiA 318

July 22, 2021 10:00 - 36 minutes - 42.7 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 | Cli...

Episode 342: 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...

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

July 15, 2021 23:00 - 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...

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

July 15, 2021 23:00 - 1 hour - 76 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 ( @...

Speeding up Your Angular Apps with Daniel Kreider - AiA 316

July 08, 2021 10:00 - 53 minutes - 62 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 loa...

Episode 340: 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...

Episode 339: How to Get a 60% Performance Gains with Push Pipe featuring Michael Hladky - AiA 315

July 01, 2021 10:00 - 53 minutes - 61.6 MB

Michael Hladky joins the adventure to discuss how he's gotten a 60% performance increase using push pipe and related techniques. Many developers can get by without this technology, but Michael explains how to pull the push pipe into your code and what that looks like compared to Zone.js and the default stack in Angular. Panel Charles Max Wood Sani Yusuf Subrat Mishra Guest Michael Hladky Sponsors Dev Influencers Accelerator Links New possibilities with Angular's push pipe - Part ...

How to Get a 60% Performance Gains with Push Pipe featuring Michael Hladky - AiA 315

July 01, 2021 10:00 - 53 minutes - 61.9 MB

Michael Hladky joins the adventure to discuss how he's gotten a 60% performance increase using push pipe and related techniques.Many developers can get by without this technology, but Michael explains how to pull the push pipe into your code and what that looks like compared to Zone.js and the default stack in Angular.Panel Charles Max Wood Sani Yusuf Subrat Mishra Guest Michael Hladky Sponsors Dev Influencers Accelerator Links New possibilities with Angular's push pipe - Part 1 Twi...

Integration Testing Routed Angular Features with Lars Brink - Part 1 - AiA 314

June 24, 2021 10:00 - 50 minutes - 58.5 MB

Lars Brink joins the adventure to discuss how he tests routed Angular features using the RouterTestingModule. He explains what it is and why it's not as well documented as it could be.The panel then takes him through testing other parts of an application using Spectacular and other tools to make sure that Angular applications behave as expected.Panel Charles Max Wood Richard Sithole Sani Yusuf Subrat Mishra Guest Lars Gyrup Brink Nielsen Sponsors Dev Influencers Accelerator Links An...

Episode 338: Integration Testing Routed Angular Features with Lars Brink - Part 1 - AiA 314

June 24, 2021 10:00 - 1 hour - 81.6 MB

Lars Brink joins the adventure to discuss how he tests routed Angular features using the RouterTestingModule. He explains what it is and why it's not as well documented as it could be. The panel then takes him through testing other parts of an application using Spectacular and other tools to make sure that Angular applications behave as expected. Panel Charles Max Wood Richard Sithole Sani Yusuf Subrat Mishra Guest Lars Gyrup Brink Nielsen Sponsors Dev Influencers Accelerator Lin...

Matchmaking NGXS and Firebase with Joaquin Cid - AiA 313

June 17, 2021 10:00 - 56 minutes - 65 MB

Joaquin Cid is an Argentinian developer who has built a plugin for NGXS state library that allows developers to connect to Firebase and have their queries automatically import into NGXS. Further, it also allows them to define actions that will update their datastore when triggered.  The new Adventures in Angular panel dives into the ins and outs of using NGXS and Firebase to build rich applications with Angular and these technologies.Panel Charles Max Wood Richard Sithole Subrat Mishra G...

Episode 337: Matchmaking NGXS and Firebase with Joaquin Cid - AiA 313

June 17, 2021 10:00 - 56 minutes - 64.7 MB

Joaquin Cid is an Argentinian developer who has built a plugin for NGXS state library that allows developers to connect to Firebase and have their queries automatically import into NGXS. Further, it also allows them to define actions that will update their datastore when triggered. The new Adventures in Angular panel dives into the ins and outs of using NGXS and Firebase to build rich applications with Angular and these technologies. Panel Charles Max Wood Richard Sithole Subrat Mishra...

The 3 Essentials for Successful Job Outcomes - BONUS

June 04, 2021 10:00 - 35 minutes - 41 MB

Chuck dives into the 3 essentials for getting the next successful outcome you want in your career. Whether that's something simple like a raise or something more complex like going freelance, you can achieve it by working on 3 main areas.First, building skills. The most obvious type of skills you'll need is technical skills. However, don't neglect your people skills and your organizational skills as well since you're often paid for how you work with people and enhance their work and how you p...

Episode 336: The 3 Essentials for Successful Job Outcomes - BONUS

June 04, 2021 10:00 - 35 minutes - 40.5 MB

Chuck dives into the 3 essentials for getting the next successful outcome you want in your career. Whether that's something simple like a raise or something more complex like going freelance, you can achieve it by working on 3 main areas. First, building skills. The most obvious type of skills you'll need is technical skills. However, don't neglect your people skills and your organizational skills as well since you're often paid for how you work with people and enhance their work and how y...

Episode 335: Components by Selector Name with Tarang Khandelwal - AiA 312

June 03, 2021 10:00 - 40 minutes - 46.5 MB

Tarang Khandelwal found himself in the unenviable position where he needed to be able to dynamically choose which component to load dynamically. He did this by passing in a string key that determined the component that would load in its place. However, given that not all components and component signatures are the same, this is more complex than it seems. Tarang explains to Chuck what this entails and why you might need a setup like this in the first place. Panel Charles Max Wood Guest...

Components by Selector Name with Tarang Khandelwal - AiA 312

June 03, 2021 10:00 - 40 minutes - 46.8 MB

Tarang Khandelwal found himself in the unenviable position where he needed to be able to dynamically choose which component to load dynamically.He did this by passing in a string key that determined the component that would load in its place. However, given that not all components and component signatures are the same, this is more complex than it seems.Tarang explains to Chuck what this entails and why you might need a setup like this in the first place.Panel Charles Max Wood Guest Tarang...

How to Get Hired at a FANG Company - BONUS

May 28, 2021 10:00 - 22 minutes - 26.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, a...

Episode 334: How to Get Hired at a FANG Company - BONUS

May 28, 2021 10:00 - 22 minutes - 25.7 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,...

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

May 27, 2021 10:00 - 36 minutes - 42.5 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 interest...

Episode 333: 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 ...

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

May 20, 2021 10:00 - 47 minutes - 54.8 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 Montes Sp...

Episode 332: 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...

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

May 07, 2021 10:00 - 16 minutes - 19.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 Max Woo...

Episode 331: Becoming the Go-To Person in Your Technology Area - BONUS

May 07, 2021 10:00 - 16 minutes - 18.9 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...

Episode 330: 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...

Cross Platform Angular with Richard Sithole - AiA 309

May 06, 2021 10:00 - 1 hour - 74.1 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-day t...

Episode 329: 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 - 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

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

April 29, 2021 10:00 - 17 minutes - 20.6 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 Advertising Inquiries: https://redcircle.com/brands Privacy & Opt-Out: https://redcircle.com/privacy Become a supporter of this podcast: https://www.spreaker.com/podcast/adventures-in-angular--6102018/support.

Episode 328: 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

Episode 327: BONUS: Relationships Matter Most

April 23, 2021 10:00 - 19 minutes - 22.6 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 23, 2021 10:00 - 19 minutes - 23.1 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.Panel C...

AiA 308: Power Up Angular with RXjs with Armen Vardanyan

April 22, 2021 10:00 - 1 hour - 69.8 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 Kings:...

Episode 326: 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: How Opportunities Come Your Way When You're an Influencer

April 16, 2021 10:00 - 20 minutes - 24 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 Advertising Inquiries: https://redcircle.com/brands Privacy & Opt-Out: https://redcircle.com/privacy Become a supporter of this podcast: https://www.spreaker.com/podcast/adventures-i...

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

April 16, 2021 10:00 - 20 minutes - 23.5 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

Episode 324: 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...

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

April 15, 2021 10:00 - 1 hour - 75.8 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: Emma Tw...

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

April 09, 2021 10:00 - 31 minutes - 36 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

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

April 09, 2021 10:00 - 31 minutes - 36.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 Advertising Inquiries: https://redcircle.com/brands Privacy & Opt-Out: https://redcircle.com/privacy Become a supporter of this p...

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

April 08, 2021 10:00 - 1 hour - 69.3 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  ...

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

April 08, 2021 10:00 - 1 hour - 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...

Episode 321: 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 Special Guest: Jason Weimann.

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

Episode 320: 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...

Episode 319: 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

Guests

Tammy Everts
8 Episodes
Mike Hartington
7 Episodes
Jeff Whelpley
6 Episodes
Joe Eames
6 Episodes
Minko Gechev
6 Episodes
Shai Reznik
5 Episodes
Ben Nadel
4 Episodes
Charles Max Wood
4 Episodes
Sam Julien
4 Episodes
Shmuela Jacobs
4 Episodes
Stephen Fluin
4 Episodes
TJ VanToll
4 Episodes
Uri Shaked
4 Episodes
Victor Savkin
4 Episodes
Alex Eagle
3 Episodes
Amanda Silver
3 Episodes
Asim Hussain
3 Episodes
Dan Wahlin
3 Episodes
Rob Eisenberg
3 Episodes
Tero Parviainen
3 Episodes
Thomas Burleson
3 Episodes
Tomas Trajan
3 Episodes
Tracy Lee
3 Episodes
Travis Tidwell
3 Episodes
Uri Goldshtein
3 Episodes
Yakov Fain
3 Episodes
Aaron Gustafson
2 Episodes
Alyssa Nicoll
2 Episodes
Austin McDaniel
2 Episodes
Aysegul Yonet
2 Episodes
Chris Anderson
2 Episodes
Deborah Kurata
2 Episodes
Gleb Bahmutov
2 Episodes
James Shore
2 Episodes
Jeff Hollan
2 Episodes
Jessica Deen
2 Episodes
Jules Kremer
2 Episodes
Juri Strumpflohner
2 Episodes
Kent C. Dodds
2 Episodes
Mandy Michael
2 Episodes
Marcy Sutton
2 Episodes
Matt Bierner
2 Episodes
Matt Hernandez
2 Episodes
Pascal Precht
2 Episodes
Peter Bacon Darwin
2 Episodes
Sacha Greif
2 Episodes
Scott Allen
2 Episodes
Shayne Boyer
2 Episodes
Torgeir Helgevold
2 Episodes
Andrew Connell
1 Episode
Ari Lerner
1 Episode
Brendan Eich
1 Episode
Craig McKeachie
1 Episode
Erich Gamma
1 Episode
Greg Wilson
1 Episode
Jafar Husain
1 Episode
Julie Ralph
1 Episode
Mads Kristensen
1 Episode
Mikeal Rogers
1 Episode
Scott Hanselman
1 Episode
Sean Griffin
1 Episode
Sean Merron
1 Episode

Twitter Mentions

@angularpodcast 132 Episodes
@devchattv 35 Episodes
@lucaspaganini 32 Episodes
@cmaxw 23 Episodes
@subrat_msr 21 Episodes
@sliqric 12 Episodes
@shai_reznik 11 Episodes
@jeffwhelpley 10 Episodes
@mgechev 10 Episodes
@samjulien 10 Episodes
@eisenbergeffect 9 Episodes
@tameverts 9 Episodes
@brian_love 9 Episodes
@armandotrue 9 Episodes
@ladyleet 9 Episodes
@aaronfrost 8 Episodes
@robwormald 8 Episodes
@gdi2290 8 Episodes
@stephenfluin 7 Episodes
@victorsavkin 7 Episodes