Adventures in Angular artwork

Adventures in Angular

902 episodes - English - Latest episode: about 1 month ago - ★★★★★ - 33 ratings

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

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

How To Recession Proof Your Job - BONUS

November 24, 2022 11:00 - 1 hour - 99.4 MB

  Get the Black Friday/Cyber Monday "Focus Blocks Bundle" Deal Coupon Code: "THRIVE" for a GIANT discount   Are you looking at all the layoffs and uncertainty going on and wondering if your company is the next to cut back?  Or, maybe you're a freelancer or entrepreneur who is trying to figure out how to deliver more value to gain or retain customers?  Mani Vaya joins Charles Max Wood to discuss the one thing that both of them use to more than double their productivity on a daily basis.  Mani ...

Change Detection Method in Angular - AiA 359

November 17, 2022 11:00 - 50 minutes - 34.6 MB

Armen comes back to the show to talk about one of his articles, “Change Detection without Change Detection". Change detection functions by helping rerender the UI when data changes. Armen joins Chuck and Subrat as he shares the importance of using his Change Detection technique to improve performance rather than using the built-in one. Topics discussed Change detection and how it works How do you call or trigger a Change Detection Inject Function Proxy Object Sponsors Chuck's Resume Tem...

Using the LocalStorage Object in Angular with Dany Paredes - AiA 358

October 06, 2022 10:00 - 34 minutes - 23.7 MB

In Angular apps, remembering user-preferred settings is an excellent way to provide a good experience for the users; you can save data in the user’s browser using the localStorage object, which provides methods for working the key-value data.  Today on the show, GDE Angular expert Dany Paredes shares his insights about localStorage, how to learn about this API, and knowledge to build in Angular to save background color preferences.   In this episode… How localStorage works and limitations ...

Weekly Content Development Strategies with GDE Maina Wycliffe - AiA 357

September 22, 2022 10:00 - 53 minutes - 36.9 MB

Maina Wycliffe, Google Developer Expert in Angular, joins the show today to talk about his weekly newsletter called “All Things Typescript” and his various content and production strategies.  Similarly, Charles also shares his perspective about how he has grown TopEndDevs. In this episode… Typescript newsletter Delivering concepts Creating content for posts RSS feeds Resource lists Ideal newsletter lengths Staying current in the industry Paid subscriptions Sponsors Top End Devs R...

How to Proxy HTTP Requests in Angular with Maria Korneeva - AiA 356

September 08, 2022 10:00 - 41 minutes - 28.4 MB

Maria Korneeva joins the show today to share her approach on how to proxy HTTP requests in Angular, including use cases and various strategies to make proxying simplified and useful to your Angular workflows. In this episode… Use cases examples  Proxying a request from localhost to the remote backend service Using the fake back end before real implementation Effortless switching between environments  Defining endpoints using wildcards Automation scripts and testing Sponsors Top End ...

Why would you use Angular in a Startup? - AiA 355

September 01, 2022 10:00 - 41 minutes - 28.4 MB

Catalin Ciubotaru joins the show today to share his industry insights and the advantages and disadvantages of using Angular in a startup.   In this episode… Main advantages of Angular Moving quickly with Angular Developer experience and templates Disadvantages of using Angular Hiring with a startup mentality Startups defined Micro front ends and monolithic apps Sponsors Top End Devs Coaching | Top End Devs Links Catalin Codes Catalin Ciubotaru - Medium Twitter: @c5n_c8u Picks...

Monorepos, Linting, and CI, Oh My! - AiA 354

August 18, 2022 10:00 - 44 minutes - 30.4 MB

Today on the show, Charles and Subrat interview Miroslav Jonas to discuss various approaches related to monorepos, linting and CI.  Enjoy this broad conversation as the panel shares their industry insights on these various topics and strategies you can start to implement today. In this episode… What are monorepos? Migrating and linting engines Nx and monorepos Utilizing plug ins  Integration libraries and linting Benefits of Nx Front end vs back end communications Sponsors Top End...

Code Practice: Become a Top 1% Developer - AiA 353

August 11, 2022 10:00 - 32 minutes - 22.8 MB

Do you want to level up in your career?  Do you want to become a top 1% developer?  Today on the show, Charles provides three simple steps you can implement today to help get you there. In this episode… Have a side project Learn something every day Commit code every day Sponsors Top End Devs Coaching | Top End Devs Picks Charles - Top End Devs | Conferences Charles - Top End Devs | Meetups Charles – Innova OBD2 Code Reader Charles- BMK 200W Car Power Inverter DC 12V to 110V AC Ca...

Async Angular Testing and Introducing AG Charts - AiA 352

July 28, 2022 10:00 - 48 minutes - 33.7 MB

If you are testing an Angular application, then at some point, you will be required to test asynchronous behavior.  Today on the show, guests Stephen Cooper and Mona Peirov share about how you can validate your internal models with async Angular testing and integrate AG Charts into your workflows. Sponsors Top End Devs Coaching | Top End Devs Links Understanding async tests in Angular JavaScript Charts: Overview Stephen Cooper Twitter: @SCooperDev LinkedIn: Mana Peirov Twitter: @Ma...

Async Angular Testing and Introducing AG Charts - AiA 352

July 28, 2022 10:00 - 48 minutes - 33.7 MB

If you are testing an Angular application, then at some point, you will be required to test asynchronous behavior.  Today on the show, guests Stephen Cooper and Mona Peirov share about how you can validate your internal models with async Angular testing and integrate AG Charts into your workflows. Sponsors Top End Devs Coaching | Top End Devs Links Understanding async tests in Angular JavaScript Charts: Overview Stephen Cooper Twitter: @SCooperDev LinkedIn: Mana Peirov Twitter: @M...

Making the Most of Meetups - AiA 351

July 21, 2022 10:00 - 28 minutes - 19.7 MB

Meetups are a remarkably easy and convenient way to connect and network with others.  Today on the show, Charles shares his various strategies on how to make the most of Meetups, whether to network to find a better job, learn something new, collaborate with others, get counsel about your career or current work problems, or simply enjoy the human connection and community with others. Sponsors Top End Devs Raygun | Click here to get started on your free 14-day trial Coaching | Top End Devs...

The Angular Developer’s Nx Handbook - AiA 350

July 15, 2022 10:00 - 41 minutes - 28.4 MB

Nx is a smart, fast and extensible build system with first class monorepo support and powerful integrations, and it has a powerful core and a rich plugin ecosystem.  Today, Charles interviews Angular expert Lars Gyrup Brink Nielsen to discuss the benefits of the Nx build framework. In this episode… Nx fundamentals Benefits and downsides Nx workspace generation Distributed task execution (DTE) Future feature releases Sponsors Top End Devs Coaching | Top End Devs Links The Angular D...

Standalone Component - AiA 349

July 07, 2022 10:00 - 45 minutes - 51.9 MB

One of the upcoming future features in the Angular framework will revolve around “Standalone Components” (SC) vs. “Optional NgModules”.  When SC makes NgModules optional, it depreciates their value in the long run and could lead us to determine their necessity.  Given that Angular is an enterprise framework, can we have modulars in an angular application or should we eliminate this?  Angular expert Rainer Hahnekamp joins the show to share his perspective on how SC will affect modularity in an...

How to start a successful programming podcast - AiA 348

June 30, 2022 10:00 - 55 minutes - 63.4 MB

Charles Max Wood is the master architect behind Top End Devs, which includes 11 unique podcast shows for DevOps.  Today on the show, Subrat interviews Charles on how to launch, grow, and monetize a podcast show from scratch.  He shares his process, the strategies to launch, various tools, sites, and apps, how to build an audience, and how to monetize a show. Sponsors Top End Devs Coaching | Top End Devs Links Trusted CDN Provider | Faster Content Delivery | CacheFly Podcast Hosting and...

NgRx with Google Developer Expert, Tomas Trajan - AiA 347

June 23, 2022 10:00 - 1 hour - 71.6 MB

Tomas Trajan, Google Developer Expert for Angular and Web technologies, joins the show today to discuss NgRx and best practices.  They deliberate the main integrations for NgRx with Angular, various implementation strategies, and more.  This is an exciting conversation you won’t want to miss! In this Episode… NgRx overview NgRx best practices NgRx and Angular implementation  Sponsors Top End Devs Raygun | Click here to get started on your free 14-day trial Coaching | Top End Devs Li...

Template Driven Approach vs. Reactive Form Approach with Hossein Mousavi - AiA 346

May 05, 2022 10:00 - 40 minutes - 46.6 MB

Hossein Mousavi shares his methodology to angular form by presenting his template driven approach vs. reactive form approach. They also discuss the differences between form control, form group, and form array, and how you can build upon the elements within Angular through modular patterns and object-oriented project paradigms. Finally, they discuss how the Angie directive allows you to create web applications by routing requests to controllers and directives and referencing data models in a f...

Top End Devs Update - AiA 345

April 28, 2022 10:00 - 29 minutes - 33.7 MB

Do you want to become a 10x top end developer? Do you want to take your career to the next level? Charles provides a 7 step roadmap to get you there:   1) Learn something new everyday.  a. 10-15 minutes, learn something new that can help you move the needle forward in your career.  b. Make 1% incremental progress everyday will compound to 37x better yearly. Everything adds up.  2) Commit code daily and practice your craft.  a. Practice makes perfect, try something new.  3) Meet someone new e...

Alternative Roles for Software Developers ft. Karl Hughes - AiA 344

April 14, 2022 10:00 - 58 minutes - 67.5 MB

Sometimes your development skills lead you into a role other than full time code sherpa. If you're wondering which ways you can take your career to have some new adventures, listen to this episode with Karl Hughes, Subrat Mishra and Charles Max Wood.Sponsors Top End Devs Coaching | Top End Devs Links draft.dev Alternative Career Paths for Software Engineers How to start freelance technical blogging How writing can advance your career as a developer Picks Charles- Scythe | Board Game ...

Kendo UI and Building Components with Carl Bergenhem - AiA 343

March 17, 2022 10:00 - 46 minutes - 53.4 MB

To build or to buy, that IS the question. In this episode, Charles talks with Carl Bergenhem about the BIG updates in Kendo UI, as well as how to navigate the tricky waters of building your own components. “I think the first thing to look at is what you’re trying to accomplish. There might be hyper specialized scenarios, but when it comes to picking something off the shelf, it depends on what kind of UI you’re building.” - Carl Bergenhem In This Episode1) What you NEED to know about Angular’...

Choosing the Right Tooling with Jared Youtsey - AiA 342

March 10, 2022 11:00 - 41 minutes - 47.5 MB

Your toolbelt needs some upgrading. In this episode, Charles sits down with Jared Youtsey, a developer who’s taken productivity to the next level and will show you how to do the same. “Having the right tooling in place makes a big difference in productivity.” - Jared Youtsey In This Episode1) Why having the correct tooling is HUGE for productivity  2) Jared’s go-to tools for adding jet fuel to your efficiency and accuracy  3) How to implement snippets and autofill to make your life easier (e...

Angular On The Desktop - AiA 341

March 03, 2022 11:00 - 1 hour - 78.2 MB

If your Angular needs a home, look no further than your own desktop! In this episode, the group talks to Sam Basu to learn ALL the deets about integrating Angular into your desktop properly. They lay out how PWAs CAN work (if done correctly), the big differences between cross-platform vs. one basket, and why 2022 is gonna be a GOOD year for Angular. “The desire to see ‘web stuff’ on native is nothing new, and it’s good to have choices in Angular.” - Sam Basu In This Episode1) How PWAs ARE an...

How to Run Your Toolchain in the Browser - AiA 340

February 17, 2022 11:00 - 59 minutes - 69 MB

This ain’t your granddaddy’s browser. In this episode, Charles and Subrat sit down with Eric Simons, a developer who’s on the forefront of expanding for what’s possible for your toolchain in browsers. They lay out a BIG trend you oughta know, how these programs can help you level up your security, and how the “Google Docs” approach gives a hint for some remarkable developments coming this year and beyond. “Browsers have gotten a lot more pliable and robust over the past half decade.” - Eric ...

Is Dependency Injection Broken? - AiA 339

February 03, 2022 11:00 - 16 minutes - 18.9 MB

Well, it depends. In this episode, Charles sits down with Aristeidis Bampakos, a Greek developer at Google who knows a thing or two (or seven) about how to use dependency injectors right. They talk about why DI’s could be a blessing OR a curse, how the “component hierarchy” can affect your whole structure, and the ONE thing you should know before you give up on your injector. “We must never forget that Angular is cross-platform. The actual way Angular works with injection is when you provide ...

Getting the Right SignalR with Andrew Evans - AiA 338

January 27, 2022 11:00 - 38 minutes - 44.3 MB

Here’s your SIGNAL to try SignalR. In this episode, Charles and Armed sit down with Andrew Evans, a software developer who’s keen on Microsoft’s newest toy. They discuss the best way to integrate SignalR with Angular, how SignalR is different from Socket IO, and the future of web sockets and modern apps. “With these new web standards, I would just leverage whatever tools work best for you, your company, and your customers.” - Andrew Evans In This EpisodeWanna try Microsoft’s new toy? Andrew ...

Getting Rid Of If Statements with OOP - AiA 337

January 13, 2022 11:00 - 27 minutes - 32.5 MB

IF you don’t want to use If statements, THEN what? We’ve got you. In this episode, Charles sits down with Yiu Pang (Leo) Chan, a software developer whose expertise in Angular has helped hospitals weather the COVID storm on their systems. They talk about Leo’s go-to tips for building a robust dashboard, the biggest way Angular changed Leo’s game, and Leo’s #1 choice for building stacks in 2022. “OOP summarizes things very well and gives the user quick insight to see how it’s performing. It’s a...

PWAs ft. Patricio Vargas

January 06, 2022 11:00 - 49 minutes - 57.5 MB

Ever feel like a damsel in distress held captive by app limitations? Never fear! In this episode, Charles and Sani sit down with Patricio Vargas, a software developer who’s an expert on PWA’s and enriching the customer experience. They cover why PWA’s have “superpowers”, a user statistic that will scare the connection issues right out of you, and why Clubhouse fell from grace (and what others apps can learn from it).“One of the reasons Angular is great is because, with one command, all the se...

Subrat and Chuck Catch Up - AiA 335

December 16, 2021 11:00 - 47 minutes - 54.3 MB

Subrat and Chuck sit down and discuss what they're working on and where they're heading going forward. They've both changed work situations and are doing new things. They also talk about the stuff going on outside of work.Panel Charles Max Wood Subrat Mishra Sponsors Top End Devs Raygun | Click here to get started on your free 14-day trial Coaching | Top End Devs Picks Charles- [Upper Deck Legendary: A Marvel Deck Building Game]( ) Charles- Dotcom Secrets: The Underground Play...

3 Fundamental Pillars You Need to Succeed as an Entrepreneur - BONUS

December 14, 2021 11:00 - 1 hour - 75.1 MB

Get Lifetime Access to Mani's Entrepreneurship Pack and Book Club. Use coupon code "GREAT"Mani has summarized hundreds of business books that outline how to build, grow, and operate a business and he shares his expertise with Chuck and the listeners in this special episode.Chuck and Mani discuss what it takes to be a successful entrepreneur. They talk about their businesses on a regular basis and Chuck's been getting a lot of requests for entrepreneurship help.He and Mani talk about the 3 pri...

The Problems with the Angular Test-Bed ft. Georgi Parlakov - AiA 334

December 09, 2021 11:00 - 37 minutes - 43.9 MB

Georgi Parlakov outlines the problems he's had using the Angular Test-Bed and what he's done to move to a different system.He's built a library called scuri to help him build and run his tests in a way that make it easy to standardize the tests he runs.Panel Armen Vardanyan Charles Max Wood Guest Georgi Parlakov  Sponsors Top End Devs Coaching | Top End Devs Links friends | GParlakov Portfolio GitHub - gparlakov/scuri Angular TestBed considered harmful! | by Georgi Parlakov | Angul...

Progressive Web Apps (PWAs) ft. Francesco Leardini - AiA 333

December 02, 2021 11:00 - 47 minutes - 54.8 MB

Francesco Leardini joins the adventure to discuss how to build PWA's using Angular. In some ways it's pretty straightforward. In other ways, you need to invent ways to get what you need.Francesco explains how to pull in the various features that make up PWA's and the advantages of using them with your Angular applications to enhance your users' experience.Panel Charles Max Wood Guest Francesco Leardini Sponsors Top End Devs Raygun | Click here to get started on your free 14-day trial C...

BONUS: How to do LARGE Volumes of HIGH Quality Work - While Spending Fewer Hours Working

November 25, 2021 11:00 - 47 minutes - 54.7 MB

  Get the Black Friday/Cyber Monday "Double Your Productivity by 5pm Today" Deal Coupon Code: "DEEP" for a GIANT discountMani provides us with strategies and tactics to get Deep Work time and how to get our minds into that focused state for hours at a time.He has read hundreds of books that have taught him the secrets to getting more done by getting into this state.He starts by telling us how he was passed over for a promotion at Qualcomm in favor of someone younger and less experienced and ...

Chuck's Journey and Top End Devs Going Forward - AiA 332

November 18, 2021 11:00 - 46 minutes - 53.2 MB

Charles Max Wood talks about what has brought about the new direction he's heading in with Top End Devs and talks about some of the things that have led to this new direction.He'll be going into more at https://topenddevs.com/podcast Panel Charles Max Wood Sponsors Top End Devs Raygun | Click here to get started on your free 14-day trial Coaching | Top End Devs Sponsored By: Coaching | Top End Devs: Do you want to level up your career? or go freelance? or start a podcast or youtube cha...

How VS Code Can Keep You From Making Coding Mistakes in Angular - AiA 331

November 04, 2021 10:00 - 47 minutes - 54.5 MB

Tom Smykowski joins the adventure to discuss the VS Code plugin that he wrote to help people avoid some of the mistakes commonly made within Angular apps. The reminders appear inline in the editor. He also explains how to build VS Code extensions. 10% DISCOUNT: Summon The JSON Discount code: ADVENTURES Panel Charles Max Wood Guest Tom Smykowski Sponsors Dev Influencers Accelerator Raygun | Click here to get started on your free 14-day trial Level Up | Devchat.tv Links 8 Visual Stu...

The ESLint NGRx Plugin - AiA 330

October 21, 2021 10:00 - 54 minutes - 63.1 MB

Armen and Chuck discuss the ESLint NGRx plugin. They go over what it adds to ESLint and some of the things that you should be looking for as you write NGRx code in order to make it more uniform, concise, and easy to read.Armen also talks about his experience contributing to the plugin.Panel Armen Vardanyan Charles Max Wood Sponsors Dev Influencers Accelerator Raygun | Click here to get started on your free 14-day trial Level Up | Devchat.tv Picks Armen- Dune Charles- Viscounts of The...

The ESLint NGRx Plugin - AiA 330

October 21, 2021 10:00 - 54 minutes - 62.8 MB

Armen and Chuck discuss the ESLint NGRx plugin. They go over what it adds to ESLint and some of the things that you should be looking for as you write NGRx code in order to make it more uniform, concise, and easy to read. Armen also talks about his experience contributing to the plugin. Panel Armen Vardanyan Charles Max Wood Sponsors Dev Influencers Accelerator Raygun | Click here to get started on your free 14-day trial Level Up | Devchat.tv Picks Armen- Dune Charles- Viscounts ...

Status Codes with Angular Universal ft. Catalin Ciubotaru - AiA 329

October 13, 2021 10:00 - 48 minutes - 56.5 MB

Catalin Ciubotaru joins the adventure to discuss how to get Angular Universal to send server side HTTP codes to the browser from the back-end when Angular is geared toward the front-end and doesn't natively send status codes.Panel Charles Max Wood Subrat Mishra Guest Catalin Ciubotaru  Sponsors Dev Influencers Accelerator PodcastBootcamp.io Level Up | Devchat.tv Links Angular life: Server Status Codes with Angular Universal GitHub: Catalin Ciubotaru ( FunnyGhost ) Twitter: Ciubota...

Deploying Angular Apps ft. Marco Zuccaroli - AiA 328

October 07, 2021 10:00 - 36 minutes - 42.7 MB

Marco Zuccaroli joins the adventure to discuss deploying an Angular application using serverless and basic devops to get an application deployed once the original devops guy was gone.He walks through the things he learned and the architecture he deployed to make the application work.Panel Charles Max Wood Guest Marco Zuccaroli  Sponsors Dev Influencers Accelerator Raygun | Click here to get started on your free 14-day trial PodcastBootcamp.io Links Deploy an Angular application on AW...

TypeScript Mixins - AiA 327

September 30, 2021 10:00 - 3 minutes - 4.69 MB

Armen takes the lead this week to discuss TypeScript usage and how to bring in mixins into the picture as you build more complicated applications with TypeScript.Panel Armen Vardanyan Charles Max Wood Sponsors Dev Influencers Accelerator PodcastBootcamp.io Level Up | Devchat.tv Picks Armen- Our Planet Charles- Masters of Doom Charles- Ready Player Two Charles- The Chosen Charles- Top End Devs Contact Armen: Armen Vardanyan Armen Vardanyan – Medium Twitter: Armen Vardanyan ( @A...

All Things TypeScript ft. Wycliffe Maina - AiA 326

September 23, 2021 10:00 - 46 minutes - 53.2 MB

Wycliffe Maina is a Kenyan developer who has written several articles about TypeScript. He joins the adventure to discuss the ins and outs and several tips and tricks for using TypeScript in your Angular and other applications.Panel Armen Vardanyan Subrat Mishra Guest Wycliffe Maina Sponsors Dev Influencers Accelerator Raygun | Click here to get started on your free 14-day trial PodcastBootcamp.io Links Type Narrowing in TypeScript Template Literal Types in TypeScript Transforming...

Managing and Capturing Errors in Angular ft. Philipp Kief - AiA 325

September 16, 2021 10:00 - 57 minutes - 66.3 MB

Philipp Kief is a German developer who walks through how to manage and capture errors in your Angular application and how to display them to users.He discusses how he standardized error handlers in his applications and what he does to make sure that they get logged someplace.Panel Charles Max Wood Richard Sithole Subrat Mishra Guest Philipp Kief Sponsors Dev Influencers Accelerator Level Up | Devchat.tv PodcastBootcamp.io Links Angular Component Extractor Philipp Kief - Medium Ph...

How to Launch the Next Stage of Your Career - BONUS

September 03, 2021 10:00 - 32 minutes - 37 MB

Charles Max Wood explains how podcasting has repeatedly opened up opportunities for him to move his career forward. He dives into how it helped early in his career, how he was able to use it as a tool to find freelance clients, and how it can take you beyond a full time senior developer job into coaching or courses. If you'd like to learn how to start your own podcast, go to podcastbootcamp.io Panel Charles Max Wood

RxJS Best Practices in Angular ft. Tomas Trajan - AiA 324

September 02, 2021 10:00 - 1 hour - 74.7 MB

Tomas Trajan is a developer from Slovakia living in Switzerland. He talks about his experiences using streams, observables, and RxJS in Angular over the last several years.He gives a few lessons and examples of when and how it should be used in your applications.Panel Armen Vardanyan Charles Max Wood Sani Yusuf Subrat Mishra Guest Tomas Trajan Sponsors Dev Influencers Accelerator Raygun | Click here to get started on your free 14-day trial PodcastBootcamp.io Links Practical Angula...

Building Reactive Angular Applications ft. Pavel Tuzov - AiA 323

August 26, 2021 08:00 - 38 minutes - 44.3 MB

Pavel Tuzov is a developer at Microsoft who has recently written about building reactive Angular applications using RxJS and Observables. He and Chuck have a conversation about how to build reactive applications and the tools Angular gives you to approach programming with a Reactive paradigm.Panel Charles Max Wood Guest Pavel Tuzov Sponsors Dev Influencers Accelerator Level Up | Devchat.tv Links Reactive Angular LinkedIn: Pavel Tuzov Twitter: Pavel Tuzov ( @patuzov ) Picks Charles...

How to Stay Current - AiA 322

August 19, 2021 08:00 - 1 hour - 72.5 MB

Charles Max Wood leads the conversation about how to stay current on all the stuff going on in technology and Angular.Given the pace that things move at in technology, it's impossible to stay up on everything. Chuck shares his strategies for staying on top of the things that make a difference in your career.Panel Charles Max Wood Subrat Mishra Sponsors Dev Influencers Accelerator Raygun | Click here to get started on your free 14-day trial Picks Charles- The Prosperous Coach Charles- ...

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 08:00 - 40 minutes - 47 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.Training ...

Episode 344: Responsive Angular Components ft. Miroslav Jonas - AiA 320

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

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

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 131 Episodes
@devchattv 35 Episodes
@lucaspaganini 30 Episodes
@cmaxw 23 Episodes
@subrat_msr 21 Episodes
@sliqric 12 Episodes
@jeffwhelpley 10 Episodes
@mgechev 10 Episodes
@samjulien 10 Episodes
@shai_reznik 10 Episodes
@eisenbergeffect 9 Episodes
@tameverts 9 Episodes
@armandotrue 9 Episodes
@ladyleet 9 Episodes
@robwormald 8 Episodes
@gdi2290 8 Episodes
@brian_love 8 Episodes
@aaronfrost 7 Episodes
@stephenfluin 7 Episodes
@victorsavkin 7 Episodes