Architecture angular server side rendering with hydration introduced in angular 16 src how to create an angular application with server side rendering src how to add angular server side rendering to existing application src static site generation with angular src create a feature module and lazy load it src convert feature module to stand alone and lazy load it src Change Detection how change detection works under the hood src uses zone.js how to debug and find code triggering change detection src uses NgZone Running code outside the Angular zone prevents unnecessary change detection cycles, which can improve application performance using onpush change detection src with signals src Routing setting up routing src Subjects subject as observer (make a cold observable multicast) ( 28:26 ) Reactive Forms using a FormArray src Debugging ng variable that Angular exposes in the development mode, can be used in dev console in Chrome ( 6:00 ) Internationalization configuring in...
https://www.pluralsight.com/courses/angular-reactive-forms by Jim Cooper Mod 1: Course Overview Course Overview Mod 2: Getting Started with Angular Reactive Forms Introduction Angular Forms Architecture Overview Template Driven vs. Reactive Forms Cloning and Exploring Our Demo Application demo of InMemoryDbService will intercept http calls and return mock data Mod 3: Creating Angular Reactive Forms Introduction shows how to import ReactiveFormsModule Adding Reactive Forms to a Project Creating Form Controls The Magic of the ControlVa lueAccessor Directive Providing Values to FormControls Creating FormGroups you use formControl directive when you don't have a form group if you have a formgGroup, you use the formControlName directive Submitting a Reactive Form use case for Partial in typescript Saving Submitted Form Data Adding Unbound FormControls to a FormGroup shows how to have a form element that is not visible (is it hidden input?) huh Creating Nested FormGroups use case for get...
https://app.pluralsight.com/library/courses/troubleshooting-first-low-performing-t-sql-query/table-of-contents by Jared Westover Module 1: Course Overview Course Overview Module 2: Asking Questions about a Query Introduction What Is Low-performing? Developer Expectations - This course uses the WiredBrainCoffee database - shows how to enable line numbers in SSMS - shows how to refresh IntelliSense local cache Demo: Setup Your Environment Start With Questions Demo: Ask Questions Breakdown Complex Queries Demo: Common Table Expressions - shows how to convert a derived query into a CTE - performance is about the same but CTE are more readable Demo: Nested CASE Expressions Summary Module 3: Sources of Query Performance Issues Introduction Clicking Execute overview of the execute phase: Parser -> Algebraizer -> Optimizer -> Execution. SQL Server Storage discusses how sql server caches results in pages Return Fewer Pages use where clause and indexes to return fewe...
Comments
Post a Comment