Apoya el Podcast
Contactos
Información
Join our weekly discussion about how to build top end Angular applications and become an Angular expert.
Apoya el Podcast
Transcrito
14 NOV. 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
- https://angular.io/guide/elements
- https://github.com/manfredsteyer/ngx-build-plus
- https://amzn.to/2TQajsp
- https://stenciljs.com/
- https://developer.mozilla.org/en-US/docs/Web/Web_Components
- https://github.com/Polymer/tools/tree/master/packages/web-component-tester
- https://caniuse.com/#search=web%20components
- https://custom-elements-everywhere.com/
- https://dyo.js.org/
- https://www.isitcanceledyet.com/
Picks
- Charles - https://amzn.to/39IsJSQ
- Charles - https://www.fox.com/the-masked-singer/
- Charles - https://amzn.to/2TPumau
- Chris - https://www.youtube.com/results?search_query=rhod+gilbert
- Brooks - https://capacitor.ionicframework.com/
- Eddie - https://nestjs.com/
- Eddie - Sunlight and Warm Weather
- Nishu - Follow Nishu on Twitter > https://twitter.com/Dcoustawilson
- Nishu - https://webassembly.org/
- Nishu - https://t.co/cYTZOR4rjU?amp=1
- Nishu - Playing with rabbits
Transcrito
24 OCT. 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/
- https://github.com/GoogleChrome/lighthouse#using-the-node-cli
- https://jsvidcon.com/
Picks
- Gil - Follow Gil on Twitter > https://twitter.com/gilfink
- Gil - https://wokwi.com/ https://github.com/wokwi/wokwi-elements
- Gil - https://www.starwars.com/series/star-wars-the-clone-wars
- Alyssa - https://bundlesize.dev/
- Shai - http://testangular.com/
- Shai - https://www.ng-conf.org/
- Younes - https://github.com/BioPhoton/rx-angular
- Chris - https://eero.com/
- Chris - https://twitter.com/GrumpySkeletor
- Brooks - https://loopback.io/
- Eddie - Animal Crossing
Transcrito
Leveraging Event Sourcing: Enhancing Scalability and Consistency in Front-end and Back-end - AiA 429
17 OCT. 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
- https://www.linkedin.com/in/galeaspablo/
Transcrito
10 OCT. 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 > https://simpleprogrammer.com/author/williamgant/
- Brooks - https://www.ngxs.io/
- Brooks - https://www.netflix.com/rs/title/81115994
Transcrito
3 OCT. 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.
Links
- https://www.youtube.com/watch?v=9C1QWwlHi0w
- http://www.davecooper.org/
- https://twitter.com/davewritescodes
- https://www.facebook.com/adventuresinangular/
- https://twitter.com/angularpodcast
Picks
- Shai - https://hirez.io/pages/test-angular
- Shai - https://twitter.com/shai_reznik/status/1202293459207540737
- Shai - https://www.youtube.com/watch?v=5wmWtgr7LQ0
- Dave - https://www.npmjs.com/package/data-mocks
- Dave - https://www.amazon.com/Dough-Simple-Contemporary-Richard-Bertinet/dp/1909487538/ref=sr_1_1?crid=SVY34QIEVYIB&keywords=dough+by+richard+bertinet&qid=1576513488&s=books&sprefix=dough+by+%2Cstripbooks%2C212&sr=1-1
- Younes - https://www.json-generator.com/
- Younes - https://docs.pact.io/implementation_guides/javascript
- Charles - https://www.imdb.com/title/tt0085334/
- Charles - https://www.imdb.com/title/tt0034862/
- Charles - https://www.imdb.com/title/tt0047673/?ref_=fn_al_tt_1
- Charles - https://www.imdb.com/title/tt0039190/?ref_=fn_al_tt_1
- Charles - https://www.imdb.com/title/tt4520988/
Transcrito
26 SEP. 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
- https://indepth.dev/posts/1408/how-to-manage-angular-state-in-your-components
Picks
- Charles- https://devchat.tv/premium/
- Charles- http://hiro.fm/
- Charles- https://www.google.com/aclk?sa=L&ai=DChcSEwj8lO-g09TwAhVSpZYKHR2VAiwYABACGgJ0bA&ae=2&sig=AOD64_14P0DrZ8pseDJp_W4zwUzKQRtRtw&q&nis=1&adurl&ved=2ahUKEwjrgumg09TwAhUleN4KHfNtBjIQ0Qx6BAgEEAE
- Charles-https://zapier.com/how-it-works?utm_source=google&utm_medium=cpc&utm_campaign=gaw-gbl-nua-search-top_trademark-brand_exact&utm_adgroup=zapier&utm_term=zapier&utm_content=_pcrid_516106589732_pkw_zapier_pmt_e_pdv_c_slid__pgrid_119867242503_ptaid_kwd-298647606221_&gclid=CjwKCAjwy42FBhB2EiwAJY0yQhte3pmsUVf-EIk0B9RUCSWTR1jnDNz3GRTaAuI6UGaITn0lmgQnWRoC_5IQAvD_BwE
- Charles- https://www.trainingpeaks.com/
- Charles- https://builtbar.com/
- Freddy- https://apps.apple.com/bf/app/couch-to-5k-runner/id448357306
- Freddy- https://ca.weiserlock.com/en/
Transcrito
12 SEP. 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
- https://twitter.com/sliqric
Picks
- Charles- Relationships
- Charles- http://monday.com/
- Charles- https://www.linkedin.com/
- Charles-https://hunter.io/
- Charles- https://devchat.tv/show/dev-influencers/
- Richard- https://www.nvidia.com/en-us/shield/
- Richard- https://www.freecodecamp.org/news/how-to-write-a-great-technical-blog-post-414c414b67f6/
- Richard- https://www.freecodecamp.org/
- Richard- https://indepth.dev/
- Richard-https://whatwebcando.today/
Transcrito
5 SEP. 2024 · Dive deep into the latest trends and challenges in the development world. Lucas, Armen, and Subrat Mishra are joined by a special guest, Rakia Ben Sassi, a Google Developer Expert in Angular.
In this episode, they explore the complexities and potential benefits of adopting Zoneless Angular and discuss the critical updates in Angular 18, including improved composability for micro frontends and interoperability with other frameworks. They also cover the technical barriers and performance issues associated with Zone JS, and how its removal could significantly streamline your development process.
They delve into the practical considerations for server-side rendering (SSR) and client-side rendering (CSR), offering a hybrid approach that could be beneficial for large applications. Rakia shares some fascinating use cases, including an e-commerce application example, to illustrate the real-world impact of choosing SSR versus CSR.
They touch on the new features in the Angular Forms API, including a discussion on the new observable for form control events, and its relevance in complex applications.
Finally, they wrap up with some promotional content, where Armen talks about his upcoming book "Modern Angular," Lucas highlights Top End Devs' tech podcasts, Rakia promotes her blog and video courses, and Subrat invites you to check out his YouTube channel.
Social Media
- Unvoid
LinkedIn @unvoidweb https://www.linkedin.com/company/unvoidweb
Instagram @unvoidweb https://www.instagram.com/unvoidweb
- Lucas Paganini
YouTube @lucaspaganiniweb https://youtube.com/@lucaspaganiniweb
LinkedIn @lucaspaganiniweb https://www.linkedin.com/in/lucaspaganiniweb
Twitter @lucaspaganini https://twitter.com/LucasPaganini
Instagram @lucaspaganini https://www.instagram.com/lucaspaganini
- Armen Vardanyan
LinkedIn https://www.linkedin.com/in/armen-vardanyan-am/
- Charles Wood
Linkedin https://www.linkedin.com/in/charlesmaxwood/
- Subrat Mishra
LinkedIn: https://www.linkedin.com/in/subrat-k-mishra/
-
https://www.linkedin.com/in/rakiabensassi/https://www.linkedin.com/in/rakiabensassi/
Transcrito
29 AGO. 2024 · Special guest, Vitalii Bobrov joins us to talk about accessibility on the web and how to relate it to user experience in general. What can we do to improve accessibility? How can we improve accessibility? Why should we even care about accessibility? Find the answers to these questions and much more on this very insightful episode of Adventures in Angular.
Links
- https://material.angular.io/cdk/a11y/overview
- https://www.deque.com/axe/
Picks
- Alyssa - https://www.twitch.tv/codeitlive
- Vitalii - https://github.com/vitaliy-bobrov/js-rocks
- Eddie - https://developer.apple.com/xcode/swiftui/
- Eddie - https://www.deque.com/axe
- Chris - https://amalur.thqnordic.com/
- Chris - https://itunes.apple.com/us/tv-season/endeavour/id532210434
Transcrito
22 AGO. 2024 · Alex Eagle is a Software Engineer on the core Angular team at Google. Alex and the panel talk about Bazel, a a free software tool that allows for the automation of building and testing of software.
Links
- https://github.com/alexeagle
- https://twitter.com/jakeherringbone?lang=en
- https://www.linkedin.com/in/alexeagle/
- https://bazel.build/
- https://bazel.angular.io/
- https://slack.bazel.build/
Picks
- Aaron - Axe Throwing
- Jennifer - Drama on the https://abc.go.com/shows/the-bachelor
- Joe - https://www.fifa.com/womensworldcup/
- Joe - Playing https://dnd.wizards.com/ with Aaron Frost
- Alex - https://en.wikipedia.org/wiki/Firefly_(TV_series)
Únete al Supporters Club de "Adventures in Angular"
Empieza a apoyar este podcast y forma parte de su comunidad.
Join our weekly discussion about how to build top end Angular applications and become an Angular expert.
Información
Autor | Charles M Wood |
Organización | Charles M Wood |
Categorías | Tecnología , Profesiones , Paso a paso |
Página web | topenddevs.com |
chuck@topenddevs.com |
Copyright 2024 - Spreaker Inc. an iHeartMedia Company