Épisodes

  • Managing and Capturing Errors in Angular ft. Philipp Kief - AiA 432
    Nov 21 2024
    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.


    Links
    • Angular Component Extractor
    • Philipp Kief - Medium
    • Philipp Kief
    • Twitter: Philipp Kief ( @PhilippKief )

    Picks
    • Charles- Level Up | Devchat.tv
    • Charles- PodcastBootcamp.io
    • Charles- The Chosen
    • Philipp- Web-based editor
    • Richard- Material Icon Theme
    • Subrat- Start with Why: How Great Leaders Inspire Everyone to Take Action


    Become a supporter of this podcast: https://www.spreaker.com/podcast/adventures-in-angular--6102018/support.
    Voir plus Voir moins
    54 min
  • Web Components for Cross Framework Development with Nishu Goel - AiA 431
    Nov 14 2024
    Nishu Goel joins the Adventure to talk about how Web Components can be used in Angular applications and how to use them to share functionality across multiple applications written in different frameworks. We also dive into how web components are used and compatibility across browsers.

    Links
    • Angular elements overview
    • manfredsteyer/ngx-build-plus
    • Web Components in Action
    • Stencil
    • Web Components
    • web-component-tester
    • Can I use...
    • Custom Elements Everywhere
    • Dyo
    • is it canceled yet?

    Picks
    • Charles - Step-by-Step Angular Routing by Nishu Goel
    • Charles - The Masked Singer
    • Charles - Expert Secrets
    • Chris - Rhod Gilbert Clips on Youtube
    • Brooks - Capacitor: Universal Web Applications
    • Eddie - NestJS
    • Eddie - Sunlight and Warm Weather
    • Nishu - Follow Nishu on Twitter > @Dcoustawilson
    • Nishu - WebAssembly
    • Nishu - WASM game
    • Nishu - Playing with rabbits


    Become a supporter of this podcast: https://www.spreaker.com/podcast/adventures-in-angular--6102018/support.
    Voir plus Voir moins
    45 min
  • Profiling Angular Apps with Gil Fink - AiA 430
    Oct 24 2024
    The illustrious and well-regarded Gil Fink joins the Adventures in Angular panel to talk about profiling your Angular apps. Profiling consists of finding bottlenecks, and memory leaks among other problems within your application. Most of the time, the problems are hard to see from the development side. Usually, they appear when your user uses a device that is slow or a connection that is faulty. Gil explains how to find and fix them.

    Links
    • https://pptr.dev
    • Lighthouse - Using the node cli
    • JS VidCon

    Picks
    • Gil - Follow Gil on Twitter > @gilfink
    • Gil - Wokwi https://github.com/wokwi/wokwi-elements
    • Gil - Star Wars The Clone Wars
    • Alyssa - BundleSize.dev - Analyze and Benchmark your JavaScript and TypeScript
    • Shai - FREE WORKSHOP - The Roadmap to Angular Testing Mastery
    • Shai - https://www.ng-conf.org
    • Younes - Reactive Extensions for Angular
    • Chris - Eero
    • Chris - @GrumpySkeletor
    • Brooks - LoopBack 4
    • Eddie - Animal Crossing


    Become a supporter of this podcast: https://www.spreaker.com/podcast/adventures-in-angular--6102018/support.
    Voir plus Voir moins
    45 min
  • Leveraging Event Sourcing: Enhancing Scalability and Consistency in Front-end and Back-end - AiA 429
    Oct 17 2024
    In this episode, Lucas, Armen, and Subrat are joined by Luis Galeas, the CEO and founder of Ambar. Today's discussion dives into the fascinating world of event sourcing, exploring its intricacies in both front-end and back-end development.
    Event sourcing has emerged as a pivotal technique for managing the state by recording events that can rebuild the application state, bringing unique challenges and opportunities, especially on the back end where state persistence and scalability are critical. Luis shares his expertise on how Ambar's tools simplify event connections with minimal coding, the importance of efficient data transfer, and how event sourcing can transform state management.
    They also cover practical aspects like the technological components, system design, and implementation strategies for event sourcing, providing a comprehensive overview for developers keen on enhancing their applications. Lucas, Armen, and Subrat, alongside Luis, provide valuable insights and address common challenges, ensuring you walk away with actionable knowledge.
    To round things off, Luis introduces a free course offered by Ambar to dive deeper into event sourcing and discusses how gradual implementation can ease the transition for your development projects. Stay tuned for a deep dive into event sourcing's potential to revolutionize your approach to state management in both front-end and back-end technologies.


    Socials
    • LinkedIn: Luis P Galeas


    Become a supporter of this podcast: https://www.spreaker.com/podcast/adventures-in-angular--6102018/support.
    Voir plus Voir moins
    55 min
  • Is There Benefits from Working From Home with Will Gant - AiA 428
    Oct 10 2024
    In this episode of Adventures in Angular, Will Gant, author of Remote Work talks about working from home and working outside of the client's office. He and Brooks share their experience with working through the challenges, benefits, and methods of working remotely.

    Picks
    • Will - Follow Will's work on > www.simpleprogrammer.com
    • Brooks - NGXS
    • Brooks - Tiger King


    Become a supporter of this podcast: https://www.spreaker.com/podcast/adventures-in-angular--6102018/support.
    Voir plus Voir moins
    1 h
  • Data Mocking with Dave Cooper - AiA 427
    Oct 3 2024
    In this episode of Adventures in Angular the panel interviews Dave Cooper, who recently gave a talk at AngularConnect about using Mock Data. Dave starts by explaining more about his talk and sharing the benefits of using data mocking solutions and rapid prototyping. He shares the secrets of doing rapid prototyping. There are challenges to using mock data, Dave shares a few of them and explains how to overcome them. The number one challenge of using mock data is keeping it in sync with your real data and making it look real. Dave explains how to get started with mock data and shares library recommendations. The panel discusses the use cases for mock data and Dave walks them through a few scenarios for using mock data. He shares use case recommendations and discusses using mock data for testing. The panel discusses the benefits of using mock data for demos and courses. The possibilities and future of mock data and pact testing are explored. Dave shares his coding process and explains how much faster he can code by using mock data. LinksMocking made easy | Dave Cooper |http://www.davecooper.org/https://twitter.com/davewritescodeshttps://www.facebook.com/adventuresinangularhttps://twitter.com/angularpodcastPicksShai - TestAngular.comShai - https://twitter.com/shai_reznik/status/1202293459207540737 Shai - Angular 9: Getting Ready To Update to Angular 9 Dave - https://www.npmjs.com/package/data-mocksDave - Dough: Simple Contemporary BreadYounes - https://www.json-generator.com/ Younes - https://docs.pact.io/implementation_guides/javascriptCharles - A Christmas StoryCharles - Holiday InnCharles - White ChristmasCharles - The Bishop’s WifeCharles - Frozen 2Become a supporter of this podcast: https://www.spreaker.com/podcast/adventures-in-angular--6102018/support.
    Voir plus Voir moins
    42 min
  • Managing Component State the Sane Way with Freddy Montes - AiA 426
    Sep 26 2024
    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.


    Links
    • How to manage component state in Angular using @ngrx/component-store

    Picks
    • Charles- Premium Podcast Feeds | Devchat.tv
    • Charles- Hiro.fm
    • Charles- ThriveCart
    • Charles- Zapier
    • Charles- TrainingPeaks
    • Charles- Built Bar
    • Freddy- Couch to 5K Runner
    • Freddy- Weiser Lock


    Become a supporter of this podcast: https://www.spreaker.com/podcast/adventures-in-angular--6102018/support.
    Voir plus Voir moins
    45 min
  • Cross Platform Angular with Richard Sithole - AiA 425
    Sep 12 2024
    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.


    Links
    • Twitter: Richard Sithole ( @sliqric )

    Picks
    • Charles- Relationships
    • Charles- monday.com
    • Charles- LinkedIn
    • Charles- Hunter.io
    • Charles- Dev Influencers | Devchat.tv
    • Richard- NVIDIA SHIELD
    • Richard- How to write a great technical blog post by Sashko Stubailo
    • Richard- freeCodeCamp
    • Richard- inDepthDev
    • Richard- WHAT WEB CAN DO TODAY?


    Become a supporter of this podcast: https://www.spreaker.com/podcast/adventures-in-angular--6102018/support.
    Voir plus Voir moins
    1 h et 2 min