BITCQ

[FreeTutorials.us] angular-ngrx-course

Size: 1.1 GB
Magnet link

Name Size
[FreeTutorials.us] angular-ngrx-course/01 Introduction - The Flux Architecture/001 Course Helicopter View.mp4 27 MB
[FreeTutorials.us] angular-ngrx-course/01 Introduction - The Flux Architecture/002 Quick Note About Asking Questions In The Help Forums.mp4 7 MB
[FreeTutorials.us] angular-ngrx-course/02 Scaffolding the Chat Application - Gettting The Most Important Part Right/003 Installing an IDE - Webstorm or Visual Studio Code.mp4 9.2 MB
[FreeTutorials.us] angular-ngrx-course/02 Scaffolding the Chat Application - Gettting The Most Important Part Right/004 IMPORTANT Using Yarn instead of NPM To Avoid Installation Issues.html 2 KB
[FreeTutorials.us] angular-ngrx-course/02 Scaffolding the Chat Application - Gettting The Most Important Part Right/005 Scaffolding an Application Using the Angular CLI.mp4 10 MB
[FreeTutorials.us] angular-ngrx-course/02 Scaffolding the Chat Application - Gettting The Most Important Part Right/006 Installing The Lodash Utility Library.mp4 4.1 MB
[FreeTutorials.us] angular-ngrx-course/02 Scaffolding the Chat Application - Gettting The Most Important Part Right/007 Using the Angular CLI to Scaffold All Application Components.mp4 13.8 MB
[FreeTutorials.us] angular-ngrx-course/02 Scaffolding the Chat Application - Gettting The Most Important Part Right/008 What Should be put inside the Store.mp4 5 MB
[FreeTutorials.us] angular-ngrx-course/02 Scaffolding the Chat Application - Gettting The Most Important Part Right/009 A Critical Notion For Any UI We Build - Model vs View Model.mp4 9.9 MB
[FreeTutorials.us] angular-ngrx-course/02 Scaffolding the Chat Application - Gettting The Most Important Part Right/010 Using Typescript Custom Types To Define The Application Model.mp4 8.6 MB
[FreeTutorials.us] angular-ngrx-course/02 Scaffolding the Chat Application - Gettting The Most Important Part Right/011 Implement a Simple In-Memory Database Learn What Goes Inside a Store.mp4 17.1 MB
[FreeTutorials.us] angular-ngrx-course/02 Scaffolding the Chat Application - Gettting The Most Important Part Right/012 First HTTP Call - What is a Transfer Object.mp4 17.1 MB
[FreeTutorials.us] angular-ngrx-course/03 Introducing A Store Solution - The Ngrx Store Actions And Reducers/013 Store Concepts Introduction.mp4 11.6 MB
[FreeTutorials.us] angular-ngrx-course/03 Introducing A Store Solution - The Ngrx Store Actions And Reducers/014 How To Switch Git Branches During The Course.mp4 5.4 MB
[FreeTutorials.us] angular-ngrx-course/03 Introducing A Store Solution - The Ngrx Store Actions And Reducers/015 Getting a REST API Server Running.mp4 10.5 MB
[FreeTutorials.us] angular-ngrx-course/03 Introducing A Store Solution - The Ngrx Store Actions And Reducers/016 Installing A Store Solution.mp4 6.1 MB
[FreeTutorials.us] angular-ngrx-course/03 Introducing A Store Solution - The Ngrx Store Actions And Reducers/017 Defining The Store Application State - How Many Types Of State Are Th.mp4 12.6 MB
[FreeTutorials.us] angular-ngrx-course/03 Introducing A Store Solution - The Ngrx Store Actions And Reducers/018 The Store as an Observable of Application State.mp4 11.2 MB
[FreeTutorials.us] angular-ngrx-course/03 Introducing A Store Solution - The Ngrx Store Actions And Reducers/019 Dispatching Our First Store Action.mp4 14.6 MB
[FreeTutorials.us] angular-ngrx-course/03 Introducing A Store Solution - The Ngrx Store Actions And Reducers/020 Setting The Store Initial State - Debugging First Action Dispatch.mp4 17.5 MB
[FreeTutorials.us] angular-ngrx-course/03 Introducing A Store Solution - The Ngrx Store Actions And Reducers/021 Writing Our First Reducer Function Step By Step.mp4 18.5 MB
[FreeTutorials.us] angular-ngrx-course/03 Introducing A Store Solution - The Ngrx Store Actions And Reducers/022 Summary Of How a Store Actions and Reducers Work.mp4 11.3 MB
[FreeTutorials.us] angular-ngrx-course/04 Implementing The Thread Section View Using Reactive Programming/023 Smart Components and Reactive Programming Techniques - Introduction.mp4 7.1 MB
[FreeTutorials.us] angular-ngrx-course/04 Implementing The Thread Section View Using Reactive Programming/024 Building the Thread Section Using Reactive Programming.mp4 21.4 MB
[FreeTutorials.us] angular-ngrx-course/04 Implementing The Thread Section View Using Reactive Programming/025 See How Simple It Is To Implement An Unread Messages Counter Using A Store.mp4 13.1 MB
[FreeTutorials.us] angular-ngrx-course/04 Implementing The Thread Section View Using Reactive Programming/026 A Simple Way To Debug An Angular Program.mp4 4.1 MB
[FreeTutorials.us] angular-ngrx-course/04 Implementing The Thread Section View Using Reactive Programming/027 Defining a View Model - Difference Between View Model and Model.mp4 11 MB
[FreeTutorials.us] angular-ngrx-course/04 Implementing The Thread Section View Using Reactive Programming/028 Refactoring the Thread Section Component - Extracting Mapping Functions.mp4 4.9 MB
[FreeTutorials.us] angular-ngrx-course/04 Implementing The Thread Section View Using Reactive Programming/029 Writing The Thread Summaries Selector.mp4 16.7 MB
[FreeTutorials.us] angular-ngrx-course/04 Implementing The Thread Section View Using Reactive Programming/030 Implementing our First Presentational Component - The Thread List Component.mp4 11.3 MB
[FreeTutorials.us] angular-ngrx-course/04 Implementing The Thread Section View Using Reactive Programming/031 Refactoring The Selector Functions of The Thread Section Component.mp4 11 MB
[FreeTutorials.us] angular-ngrx-course/04 Implementing The Thread Section View Using Reactive Programming/032 Best Practices for Writing Selector Functions.mp4 11 MB
[FreeTutorials.us] angular-ngrx-course/05 Ngrx Effects and the NgRx Dev Tools/033 Ngrx Effects and DevTools Introduction.mp4 7.3 MB
[FreeTutorials.us] angular-ngrx-course/05 Ngrx Effects and the NgRx Dev Tools/034 Simplifying Smart Components - The Ngrx Effects Library.mp4 9.9 MB
[FreeTutorials.us] angular-ngrx-course/05 Ngrx Effects and the NgRx Dev Tools/035 Understanding the NgRx Effect Decorator - How to Use It.mp4 10.2 MB
[FreeTutorials.us] angular-ngrx-course/05 Ngrx Effects and the NgRx Dev Tools/036 The Added Value Of Ngrx Effects and How It Simplifies Smart Components.mp4 7.7 MB
[FreeTutorials.us] angular-ngrx-course/05 Ngrx Effects and the NgRx Dev Tools/037 The Ngrx Store DevTools and the Time Travelling Debugger.mp4 10 MB
[FreeTutorials.us] angular-ngrx-course/05 Ngrx Effects and the NgRx Dev Tools/038 How to Debug RxJs Code.mp4 10.5 MB
[FreeTutorials.us] angular-ngrx-course/05 Ngrx Effects and the NgRx Dev Tools/039 A Simple RxJs Debugging Utility.mp4 15.2 MB
[FreeTutorials.us] angular-ngrx-course/06 Implementing the Message Section Smart Component/040 Selecting A Thread - Initial Implementation.mp4 14.1 MB
[FreeTutorials.us] angular-ngrx-course/06 Implementing the Message Section Smart Component/041 Understanding Combine Reducers.mp4 26.6 MB
[FreeTutorials.us] angular-ngrx-course/06 Implementing the Message Section Smart Component/042 Writing The Reducing Logic of Select Thread Action.mp4 4.4 MB
[FreeTutorials.us] angular-ngrx-course/06 Implementing the Message Section Smart Component/043 Introducing the Message Section Component.mp4 9.6 MB
[FreeTutorials.us] angular-ngrx-course/06 Implementing the Message Section Smart Component/044 Message Section - Reviewing the Implementation of the Name List Selector.mp4 15.2 MB
[FreeTutorials.us] angular-ngrx-course/06 Implementing the Message Section Smart Component/045 Review of The Messages List Implementation - View to View Model Mapping.mp4 9.4 MB
[FreeTutorials.us] angular-ngrx-course/06 Implementing the Message Section Smart Component/046 Implementation of the Highlight Selected Thread Functionality.mp4 8.3 MB
[FreeTutorials.us] angular-ngrx-course/06 Implementing the Message Section Smart Component/047 Implementation of the Change Selected User Smart Component.mp4 14.7 MB
[FreeTutorials.us] angular-ngrx-course/06 Implementing the Message Section Smart Component/048 Change User Effect Implementation - An Example of a Chain Of Actions.mp4 6.1 MB
[FreeTutorials.us] angular-ngrx-course/06 Implementing the Message Section Smart Component/049 Change Current User Implementation - Backend and Frontend.mp4 23.8 MB
[FreeTutorials.us] angular-ngrx-course/06 Implementing the Message Section Smart Component/050 Implementing the Send New Message Chat Functionality.mp4 20.2 MB
[FreeTutorials.us] angular-ngrx-course/06 Implementing the Message Section Smart Component/051 Implementation of the Send New Message Reducer.mp4 13.1 MB
[FreeTutorials.us] angular-ngrx-course/06 Implementing the Message Section Smart Component/052 Scrolling the Message List To the Bottom Automatically Using OnChanges.mp4 7.6 MB
[FreeTutorials.us] angular-ngrx-course/07 Getting The Chat Functionality Up and Running/053 Solving the Facebook Counter Problem - Section Introduction.mp4 10.3 MB
[FreeTutorials.us] angular-ngrx-course/07 Getting The Chat Functionality Up and Running/054 Implementing The Write New Message Effect Using Ngrx Effects.mp4 15.2 MB
[FreeTutorials.us] angular-ngrx-course/07 Getting The Chat Functionality Up and Running/055 Send New Message Implementation - Client Part.mp4 12.3 MB
[FreeTutorials.us] angular-ngrx-course/07 Getting The Chat Functionality Up and Running/056 New Server Branch - View Send New Message In Action.mp4 9.4 MB
[FreeTutorials.us] angular-ngrx-course/07 Getting The Chat Functionality Up and Running/057 Refresh Chat Messages Side Effect Implementation.mp4 14.4 MB
[FreeTutorials.us] angular-ngrx-course/07 Getting The Chat Functionality Up and Running/058 Fetch New Messages - Implementing the Reducer Logic.mp4 10.9 MB
[FreeTutorials.us] angular-ngrx-course/07 Getting The Chat Functionality Up and Running/059 Finish Implementing the Refresh Messages HTTP Service.mp4 22.2 MB
[FreeTutorials.us] angular-ngrx-course/07 Getting The Chat Functionality Up and Running/060 Implementing The unread Messages Counter Reducing Logic.mp4 16.2 MB
[FreeTutorials.us] angular-ngrx-course/07 Getting The Chat Functionality Up and Running/061 Unread Message Counter - See The Solution for The Facebook Counter Issue.mp4 9.5 MB
[FreeTutorials.us] angular-ngrx-course/07 Getting The Chat Functionality Up and Running/062 Marking Threads With New Messages As Unread.mp4 13.3 MB
[FreeTutorials.us] angular-ngrx-course/07 Getting The Chat Functionality Up and Running/063 Implementing the Mark Messages As Read Reducer Logic.mp4 20.5 MB
[FreeTutorials.us] angular-ngrx-course/07 Getting The Chat Functionality Up and Running/064 Mark Threads as Read - Demo of The Nearly Completed Chat.mp4 3.1 MB
[FreeTutorials.us] angular-ngrx-course/07 Getting The Chat Functionality Up and Running/065 Implementing The Mark Messages As Read Side-Effect.mp4 14.6 MB
[FreeTutorials.us] angular-ngrx-course/07 Getting The Chat Functionality Up and Running/066 Chat Wrap Up - Summary Of The Advantages Of Store Architectures.mp4 5.7 MB
[FreeTutorials.us] angular-ngrx-course/08 Finishing Up - Error Handling Router Integration Ngrx Store Freeze/067 Error Handling With Ngrx Store - How To Use The RxJs Catch Operator.mp4 13.8 MB
[FreeTutorials.us] angular-ngrx-course/08 Finishing Up - Error Handling Router Integration Ngrx Store Freeze/068 Implementing the Error Handling Reducer Logic.mp4 5.1 MB
[FreeTutorials.us] angular-ngrx-course/08 Finishing Up - Error Handling Router Integration Ngrx Store Freeze/069 Displaying Errors On the Screen - Implementing the Messages Smart Component.mp4 13.2 MB
[FreeTutorials.us] angular-ngrx-course/08 Finishing Up - Error Handling Router Integration Ngrx Store Freeze/070 Immutability In Reducer Functions - How to Use the Ngrx Store Freeze Library.mp4 13.8 MB
[FreeTutorials.us] angular-ngrx-course/08 Finishing Up - Error Handling Router Integration Ngrx Store Freeze/071 Adding the Angular Router to the Chat Application.mp4 12.9 MB
[FreeTutorials.us] angular-ngrx-course/08 Finishing Up - Error Handling Router Integration Ngrx Store Freeze/072 Ngrx Store Router Integration - Time-Travelling with the Dev Tools.mp4 12.7 MB
[FreeTutorials.us] angular-ngrx-course/09 Performance Tuning - Immutability and OnPush Change Detection/073 OnPush Change Detection and Immutability - What Are the Advantages.mp4 15.5 MB
[FreeTutorials.us] angular-ngrx-course/09 Performance Tuning - Immutability and OnPush Change Detection/074 Why Freezing Selector Output Does Not Help Leverage OnPush Change Detection.mp4 8.4 MB
[FreeTutorials.us] angular-ngrx-course/09 Performance Tuning - Immutability and OnPush Change Detection/075 Understanding How OnPush Change Detection Works And How To Leverage It.mp4 7.3 MB
[FreeTutorials.us] angular-ngrx-course/09 Performance Tuning - Immutability and OnPush Change Detection/076 How To Write Reducers That Leverage OnPush Change Detection.mp4 21.6 MB
[FreeTutorials.us] angular-ngrx-course/09 Performance Tuning - Immutability and OnPush Change Detection/077 Refactoring Remaining Reducers - Will This Be Enough To Leverage OnPush.mp4 17.1 MB
[FreeTutorials.us] angular-ngrx-course/09 Performance Tuning - Immutability and OnPush Change Detection/078 Introducing a New Functional Programming Concept - Memoization.mp4 13.3 MB
[FreeTutorials.us] angular-ngrx-course/09 Performance Tuning - Immutability and OnPush Change Detection/079 Introducting The Reselect Library - How To Create a Memoized Selector.mp4 6.9 MB
[FreeTutorials.us] angular-ngrx-course/09 Performance Tuning - Immutability and OnPush Change Detection/080 How To Write a Memoized Selector With Reselect - What is The Advantage.mp4 15.1 MB
[FreeTutorials.us] angular-ngrx-course/09 Performance Tuning - Immutability and OnPush Change Detection/081 Using the Lodash Memoize Utility To Optimize View Rendering.mp4 17 MB
[FreeTutorials.us] angular-ngrx-course/09 Performance Tuning - Immutability and OnPush Change Detection/082 Preventing Message Re-Renderings Using a Presentational Component.mp4 10.5 MB
[FreeTutorials.us] angular-ngrx-course/09 Performance Tuning - Immutability and OnPush Change Detection/083 On Push Change Detection Summary - Smart Vs Presentational Components.mp4 4.6 MB
[FreeTutorials.us] angular-ngrx-course/09 Performance Tuning - Immutability and OnPush Change Detection/084 High-Level Overview of The ImmutableJs Library.mp4 11.3 MB
[FreeTutorials.us] angular-ngrx-course/09 Performance Tuning - Immutability and OnPush Change Detection/085 Course Summary and Conclusions.mp4 15.3 MB
[FreeTutorials.us] angular-ngrx-course/10 Building A Development Server/086 Building The Get All User Data REST API From A to Z.mp4 41.7 MB
[FreeTutorials.us] angular-ngrx-course/10 Building A Development Server/087 Running And Debugging Our ts-node Development Server.mp4 12.2 MB
[FreeTutorials.us] angular-ngrx-course/10 Building A Development Server/088 Calling Our REST API Server From the Client - Configuring the Angular CLI.mp4 7.6 MB
[FreeTutorials.us] angular-ngrx-course/10 Building A Development Server/089 Bonus Lecture Learn More About The Angular University And My YouTube Channel.html 3 KB
[FreeTutorials.us] angular-ngrx-course/FreeTutorials.us.html 125 B
[FreeTutorials.us] angular-ngrx-course/[FreeTutorials.us].txt 75 B
Name
udp://tracker.coppersurfer.tk:6969/announce
udp://tracker.open-internet.nl:6969/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://exodus.desync.com:6969/announce
udp://tracker.internetwarriors.net:1337/announce
udp://tracker.opentrackr.org:1337/announce
udp://9.rarbg.to:2710/announce
udp://9.rarbg.me:2710/announce
http://tracker3.itzmx.com:6961/announce
http://tracker1.itzmx.com:8080/announce
udp://thetracker.org:80/announce
udp://open.demonii.si:1337/announce
udp://bt.xxx-tracker.com:2710/announce
udp://tracker.torrent.eu.org:451/announce
udp://tracker.cyberia.is:6969/announce
udp://tracker.tiny-vps.com:6969/announce
udp://denis.stalker.upeer.me:6969/announce
http://open.acgnxtracker.com:80/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://explodie.org:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://tracker.zer0day.to:1337/announce
udp://tracker.coppersurfer.tk:6969/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://tracker.internetwarriors.net:1337/announce
udp://mgtracker.org:6969/announce
udp://explodie.org:6969/announce
Name Size Peers
[FreeTutorials.Us] Udemy - Angular 6 (formerly Angular 2) - The Complete Guide Video 6.8 GB 10
[FreeTutorials.Us] Udemy - build-angular-2-complete-e-comerce-app-java-spring-mysql Video 3.7 GB 10
[FreeTutorials.Us] Udemy - Full Stack dev - web, mobile, back-end API (Angular, Django) Video 9.1 GB 10
[FreeTutorials.Us] Udemy - Build an app with ASPNET Core and Angular from scratch Video 12.6 GB 9
[FreeTutorials.us] angular-ngrx-course Video 1.1 GB 5
[FreeTutorials.Us] angular-firebase-application Video 708.8 MB 5
[FreeTutorials.Eu] Udemy - the-complete-guide-to-angular-2 Video 6.9 GB 5
[FreeTutorials.Us] angular-on-rails-course Video 2.4 GB 4
[FreeTutorials.Us] angular-reactjs-vuejs-quickstart-comparison Video 1.5 GB 3
[FreeTutorials.us] angular-2-and-nodejs-the-practical-guide Video 1.5 GB 3
[FreeTutorials.us] angular-2-and-nodejs-the-practical-guide Video 1.5 GB 3
[FreeTutorials.us] testing-angular-apps Video 333.6 MB 3
[FreeTutorials.Us] angular-advanced-masterclass Video 944.2 MB 2
[FreeTutorials.Eu] [UDEMY] Angular 7 (formerly Angular 2) - The Complete Guide - [FTU] Video 6.9 GB 2
[FreeTutorials.Us] ultimate-angular-2 Video 1 GB 2
[FreeTutorials.Us] redux-in-angular Video 184.5 MB 2
[FreeTutorials.us] angular-crash-course-for-beginners Video 1.3 GB 1
[FreeTutorials.us] angular-crash-course-for-beginners Video 1.3 GB 1
[FreeTutorials.Us] [UDEMY] Learn Angular 8 by creating a simple Full Stack Web App [FTU] Video 3.1 GB 1
[FreeTutorials.Eu] Udemy - All-In-One Angular, React & Node Course Airbnb Style App Video 34 GB 162

Loading...