
Author:
Subscribed: 0Played: 0Subscribe
Share
Description
Episodes
Reverse
When Angular 16 dropped on May 3rd, so did a lot of jaws. It's hard to believe that the Angular team was able to pack so much into a single release. In this episode of the podcast we talk with Minko Gechev of the Angular team about some of the most exciting features and what these improvements may mean for future versions of the framework. Find us and our guests on twitterMinko Gechev: @mgechevThe Angular Plus Show @AngularShowThe Angular Plus Show is a part of ng-conf. ng-conf is a multi-day Angular conference focused on delivering the highest quality training in the Angular JavaScript framework. 1500+ developers from across the globe converge on Salt Lake City, UT every year to attend talks and workshops by the Angular team and community experts.Follow us on twitter @ngconfOfficial Website: https://www.ng-conf.org/
Hydration is the process of taking a pre-rendered static HTML file and turning it into a fully functional interactive SPA by attaching JavaScript event listeners and state management. This allows for faster initial page load times and improved search engine optimization (SEO) while still retaining the benefits of a SPA. Currently, Angular performs hydration by destroying and rebuilding the entire DOM. This works, but it's not ideal. In this episode we welcome Ben Holmes to the show to learn about Astro. Astro is a modern static site builder and development framework that enables developers to create high-performance websites and applications. Ben shows us how this includes features like automatic code splitting, server-side rendering, and preloading to improve website performance and user experience.Websites- Astro: https://astro.build - Astro Angular integration: https://analogjs.org/docs/packages/astro-angular/overview - Opt-in design talk: https://www.youtube.com/watch?v=DNbpaJfkGkY- Ben's socials- https://youtube.com/@bholmesdev- https://twitch.tv/bholmesdev- https://twitter.com/bholmesdevFind us on twitter:The Angular Plus Show (@AngularShow)The Angular Plus Show is a part of ng-conf. ng-conf is a multi-day Angular conference focused on delivering the highest quality training in the Angular JavaScript framework. 1500+ developers from across the globe converge on Salt Lake City, UT every year to attend talks and workshops by the Angular team and community experts.Follow us on twitter @ngconfOfficial Website: https://www.ng-conf.org/
In Nx, a generator is a command-line tool that helps you create and scaffold new projects, applications, and libraries within an Nx workspace. The generators are part of the Nx Devkit, a collection of tools and libraries that provide an opinionated approach to building scalable and maintainable Angular applications and libraries. In this episode we welcome Zack DeRose to the podcast to learn about Nx generators, the value they provide, and how to get started creating our own generators.Learn more about Nx and check out more of Zack's work on Medium.Find us and our guests on twitter:@zackderoseThe Angular Plus Show (@AngularShow)The Angular Plus Show is a part of ng-conf. ng-conf is a multi-day Angular conference focused on delivering the highest quality training in the Angular JavaScript framework. 1500+ developers from across the globe converge on Salt Lake City, UT every year to attend talks and workshops by the Angular team and community experts.Follow us on twitter @ngconfOfficial Website: https://www.ng-conf.org/
This week we are joined by Todd Gardner from Request Metrics and TrackJs as we talk about observability and gathering meaningful metrics on Angular applications. We discuss tools and strategies to leverage observability to detect security threats and to provide users the best experience possible.Find us and our guests on twitter: @toddhgardnerThe Angular Plus Show (@AngularShow) / TwitterThe Angular Plus Show is a part of ng-conf.ng-conf is a multi-day Angular conference focused on delivering the highest quality training in the Angular JavaScript framework. 1500+ developers from across the globe converge on Salt Lake City, UT every year to attend talks and workshops by the Angular team and community experts. Follow us on twitter@ngconfOfficial Website: https://www.ng-conf.org/
Signals are coming to Angular! So what does that mean for RxJs? In this episode we invite Ben Lesh to get his take on what the Signals story means for RxJs and Angular. How can Signals and RxJs work together, when one might be the better tool, and what bad patterns should developers watch out for as they begin to implement Signals in their code. Learn more about Ben LeshFind us and our guests on twitter:@BenLeshThe Angular Plus Show (@AngularShow)The Angular Plus Show is a part of ng-conf. ng-conf is a multi-day Angular conference focused on delivering the highest quality training in the Angular JavaScript framework. 1500+ developers from across the globe converge on Salt Lake City, UT every year to attend talks and workshops by the Angular team and community experts.Follow us on twitter @ngconfOfficial Website: https://www.ng-conf.org/
"In the final episode of our E2E Testing series, we welcome Debbie O'Brien a Senior Program Manager at Microsoft to introduce and discuss Playwright. Playwright is a relative new comer to the testing world, so what makes it a valuable addition to your project? We cover how Playwright got started, what problems it can solve for your team, how to start testing in your own app, and most importantly we learn that ""It just works!"" debbie.codesFind us and our guests on twitter: Debbie O'Brien @debs_obrienThe Angular Plus Show (@AngularShow) / TwitterThe Angular Plus Show is a part of ng-conf.ng-conf is a multi-day Angular conference focused on delivering the highest quality training in the Angular JavaScript framework. 1500+ developers from across the globe converge on Salt Lake City, UT every year to attend talks and workshops by the Angular team and community experts. Follow us on twitter https://twitter.com/ngconfOfficial Website: https://www.ng-conf.org/
"In Part 2 of our E2E Testing series, Denison Luz, a software engineer at Bitovi, joins the Angular Plus Show to talk about the current landscape of end-to-end test runners, and more specifically, about Cypress and Playwright.Cypress is an open-source end-to-end test framework and test runner that is performant, uses a familiar API to QA Engineers, and reduces flaky tests through retryability. Further, Cypress Dashboard is a SaaS offering that provides analytics and test orchestration.Playwright is an open-source end-to-end test framework and test runner that is cross-browser and cross-language from Microsoft.Denison shares his experience using both of these tools, and discusses their tradeoffs as well as their pros and cons of each.LinkedIn: Denison LuzFind us and our guests on twitter: Denison Luz @denisonluzThe Angular Plus Show (@AngularShow) / TwitterThe Angular Plus Show is a part of ng-conf.ng-conf is a multi-day Angular conference focused on delivering the highest quality training in the Angular JavaScript framework. 1500+ developers from across the globe converge on Salt Lake City, UT every year to attend talks and workshops by the Angular team and community experts. Follow us on twitter @ngconfOfficial Website: ng-conf.org
"Join us as we kick off Episode 1 of the End to End series with Q (Quantarius) Ray. We talk about what end to end testing is, how to strategize what should be an end to end vs unit vs other type of automated test, and then we deep dive into our favorite features of Cypress. Links:https://medium.com/ngconf/angular-testing-integration-testing-36a108efc39Find us and our guests on twitter: Q Ray @Tipster22The Angular Plus Show (@AngularShow) / twitterThe Angular Plus Show is a part of ng-conf. ng-conf is a multi-day Angular conference focused on delivering the highest quality training in the Angular JavaScript framework. 1500+ developers from across the globe converge on Salt Lake City, UT every year to attend talks and workshops by the Angular team and community experts. Follow us on twitter https://twitter.com/ngconfOfficial Website: https://www.ng-conf.org/
Signals are coming to Angular, so who better to talk about it than Ryan Carniato the project founder of Solid Js. In this episode we talk about what drives people to create new frameworks and how collaboration and learning from past iterations is a vital part of the process. We talk about fine grained reactivity which is at the core of Solid Js and how Angular might leverage some of the features of SolidJs to improve the reactivity story for Angular.https://solidjs.comFind us and our guests on twitter: @RyanCarniatoThe Angular Plus Show (@AngularShow) / TwitterThe Angular Plus Show is a part of ng-conf.ng-conf is a multi-day Angular conference focused on delivering the highest quality training in the Angular JavaScript framework. 1500+ developers from across the globe converge on Salt Lake City, UT every year to attend talks and workshops by the Angular team and community experts. Follow us on twitter ngconfOfficial Website: https://www.ng-conf.org/
Welcome back to the first episode of season five of the Angular Plus Show! In this episode we talk with Santosh Yadav about his journey from a kid from Mumbai to a globally recognized speaker, Angular GDE, and India's first Github All-Star.https://youtu.be/3qBXWUpoPHoFind us and our guests on twitter: https://twitter.com/SantoshYadavDevThe Angular Plus Show (@AngularShow) / TwitterThe Angular Plus Show is a part of ng-conf. ng-conf is a multi-day Angular conference focused on delivering the highest quality training in the Angular JavaScript framework. 1500+ developers from across the globe converge on Salt Lake City, UT every year to attend talks and workshops by the Angular team and community experts. Follow us on twitter https://twitter.com/ngconf Official Website: https://www.ng-conf.org/
Join us at ng-conf 2023!ng-conf | June 14-15, 2023Workshops | June 12-13, 2023 Location | Salt Lake City, UT ng-conf is a multi-day Angular conference focused on delivering the highest quality training in the Angular JavaScript framework. 1500+ developers from across the globe converge on Salt Lake City, UT every year to attend talks and workshops by the Angular team and community experts.Follow us on twitter https://twitter.com/ngconf
It is too easy to forget about application accessibility which causes very real problems for every day users. Join us as we talk with Sandi Barr about steps we can take to make accessibility an integral part of not only our application but also our CICD pipelines.Sandi K Barr (@sandikbarr) / Twitterhttps://dev.to/angular/angular-eslint-rules-for-keyboard-accessibility-236f https://dev.to/angular/angular-eslint-rules-for-aria-3ba1
It's always a pleasure to welcome Emma Twersky to the podcast. In this episode we talk about how the pandemic helped shape the public face of the Angular team, and then we dive into some of the exciting features of the V15 release.https://twitter.com/twerskehttps://angular.io/
As an Angular Developer, you might be writing Typescript but are you REALLY writing typescript? Join us as we welcome Shaundai Person to the podcast where we will talk about what we love about Typescript, what is frustrating about Typescript, and why Typescript is an important tool for teams and code bases across all Javascript frameworks.tsforjs.comtwitter.com/shaundailinkedin.com/in/shaundai
Cypress 11 has been released and one of the most anticipated new features is the GA release of Cypress Component Testing! We are joined on this episode by Jordan Powell of Cypress to discuss what component testing is, how it is different from traditional Cypress e2e testing, where it might fit in the testing pyramid and most importantly, how to get started. https://docs.cypress.io/guides/component-testing/quickstart-angularhttps://jordanpowell88.comhttps://twitter.com/jordanpowell88https://dreamon.world
Standalone components in Angular have been the talk of the community since they were released for Developer Preview in v14, but how and when do we use them? What does this mean for our existing applications and what does this open up for the future of Angular? Join us as we welcome Jay Bell to the podcast and talk all things standalone!https://www.npmjs.com/package/@trellisorg/rx-dynamic-componenthttps://twitter.com/JayCooperBell
At the end of the day, we build our apps for our users, and let's face it, no one likes slow apps. But how can we measure app performance? What are some common places to start looking to speed up performance in our Angular Applications? This week Ady Ngom joins us to share his tips for lightning fast Angular applications whether the app is brand new or desperately needs a makeover. https://twitter.com/adyngomCommercial at start of show: https://try.rollbar.com/angular
Have you ever wondered how the Angular team really works on the inside? Did you realize that Google uses the exact same Angular code that we all know and love every day? In this episode we talk with Joey Perrott about his day to day on the Angular team and what it's like to be the Director of Whatever. https://angular.io/https://twitter.com/joeyperrott
For the last 8 years, the DORA team at Google has compiled the State of DevOps report. In this episode, we welcome Willian Correa, the VP of Technology at Rangle, to share with us his experience and insight into software delivery performance. We'll discuss the 4 metrics that are used to measure software delivery performance and then those activities identified by high-performing organizations. Hint, while the metrics and activities are no secret, the secret sauce is executing all of the best practices simultaneously. And, for a bit of spice, we discuss Extreme Programming and Pair Programming and uncover some myths about these strategies.https://cloud.google.com/blog/products/devops-sre/dora-2022-accelerate-state-of-devops-report-now-outwww.rangle.io https://twitter.com/wgcorreaCommercial at start of show: https://try.rollbar.com/angular
Like Math, State management is hard. Have you ever run into difficult and complex situations when managing the state of your Angular application? Are there side effects that are causing issues? Do you ever wish you could get the help of the NgRx core team to help you out? Well, the good news is that now you can. Several members of the core team are now offering NgRx Enterprise Support.Mike Ryan, the co-creator of NgRx and a Principal Architect at LiveLoveApp, and Alex Okrushko, an NgRx Core Team member and Architect at Cisco, join us to talk about how NgRx evolved to the mature and stable set of libraries that exist today and how to get started with NgRx Enterprise Support.
something is Off this is the Reactive Form episode
Frosty is the best "Dont talk trash about template driven forms" made my day