TorBT - Torrents and Magnet Links Search Engine

[FreeCourseSite.com] Udemy - NestJS The Complete Developer's Guide

File Name
Size
0. Websites you may like/[CourseClub.ME].url
122 B
0. Websites you may like/[FCS Forum].url
133 B
0. Websites you may like/[FreeCourseSite.com].url
127 B
0. Websites you may like/[GigaCourse.Com].url
49 B
01 Get Started Here!/001 How to Get Help.en.srt
1.8 kB
01 Get Started Here!/001 How to Get Help.mp4
3.1 MB
01 Get Started Here!/002 Join Our Community!.html
1.3 kB
02 The Basics of Nest/001 Project Setup.en.srt
7.0 kB
02 The Basics of Nest/001 Project Setup.mp4
15 MB
02 The Basics of Nest/002 TypeScript Configuration.en.srt
9.2 kB
02 The Basics of Nest/002 TypeScript Configuration.mp4
27 MB
02 The Basics of Nest/003 002_-_int.zip
11 kB
02 The Basics of Nest/003 Creating a Controller.en.srt
12 kB
02 The Basics of Nest/003 Creating a Controller.mp4
28 MB
02 The Basics of Nest/004 003_-_int.zip
11 kB
02 The Basics of Nest/004 Starting Up a Nest App.en.srt
9.5 kB
02 The Basics of Nest/004 Starting Up a Nest App.mp4
27 MB
02 The Basics of Nest/005 004_-_int.zip
12 kB
02 The Basics of Nest/005 File Naming Conventions.en.srt
7.0 kB
02 The Basics of Nest/005 File Naming Conventions.mp4
26 MB
02 The Basics of Nest/006 005_-_int.zip
12 kB
02 The Basics of Nest/006 Routing Decorators.en.srt
4.0 kB
02 The Basics of Nest/006 Routing Decorators.mp4
12 MB
02 The Basics of Nest/007 006_-_int.zip
12 kB
02 The Basics of Nest/008 007_-_int.zip
12 kB
03 Generating Projects with the Nest CLI/001 App Setup.en.srt
13 kB
03 Generating Projects with the Nest CLI/001 App Setup.mp4
36 MB
03 Generating Projects with the Nest CLI/002 Using the Nest CLI to Generate Files.en.srt
9.5 kB
03 Generating Projects with the Nest CLI/002 Using the Nest CLI to Generate Files.mp4
36 MB
03 Generating Projects with the Nest CLI/003 More on Generating Files.en.srt
6.9 kB
03 Generating Projects with the Nest CLI/003 More on Generating Files.mp4
25 MB
03 Generating Projects with the Nest CLI/004 Adding Routing Logic.en.srt
6.7 kB
03 Generating Projects with the Nest CLI/004 Adding Routing Logic.mp4
21 MB
03 Generating Projects with the Nest CLI/005 [Optional] Postman Setup.en.srt
8.1 kB
03 Generating Projects with the Nest CLI/005 [Optional] Postman Setup.mp4
22 MB
03 Generating Projects with the Nest CLI/006 [Optional] VSCode REST Client Extension.en.srt
8.3 kB
03 Generating Projects with the Nest CLI/006 [Optional] VSCode REST Client Extension.mp4
23 MB
03 Generating Projects with the Nest CLI/009 001_-_msg.zip
177 kB
03 Generating Projects with the Nest CLI/010 002_-_msg.zip
202 kB
03 Generating Projects with the Nest CLI/011 003_-_msg.zip
205 kB
03 Generating Projects with the Nest CLI/012 004_-_msg.zip
206 kB
03 Generating Projects with the Nest CLI/014 006_-_msg.zip
206 kB
04 Validating Request Data with Pipes/001 Accessing Request Data with Decorators.en.srt
9.1 kB
04 Validating Request Data with Pipes/001 Accessing Request Data with Decorators.mp4
31 MB
04 Validating Request Data with Pipes/002 Using Pipes for Validation.en.srt
4.8 kB
04 Validating Request Data with Pipes/002 Using Pipes for Validation.mp4
18 MB
04 Validating Request Data with Pipes/003 Adding Validation Rules.en.srt
12 kB
04 Validating Request Data with Pipes/003 Adding Validation Rules.mp4
46 MB
04 Validating Request Data with Pipes/004 Behind the Scenes of Validation.en.srt
12 kB
04 Validating Request Data with Pipes/004 Behind the Scenes of Validation.mp4
52 MB
04 Validating Request Data with Pipes/005 How Type Info is Preserved.en.srt
10 kB
04 Validating Request Data with Pipes/005 How Type Info is Preserved.mp4
38 MB
04 Validating Request Data with Pipes/015 007_-_msg.zip
206 kB
04 Validating Request Data with Pipes/016 008_-_msg.zip
206 kB
04 Validating Request Data with Pipes/017 009_-_msg.zip
216 kB
05 Nest Architecture_ Services and Repositories/001 Services and Repositories.en.srt
10 kB
05 Nest Architecture_ Services and Repositories/001 Services and Repositories.mp4
34 MB
05 Nest Architecture_ Services and Repositories/002 Implementing a Repository.en.srt
10 kB
05 Nest Architecture_ Services and Repositories/002 Implementing a Repository.mp4
32 MB
05 Nest Architecture_ Services and Repositories/003 Reading and Writing to a Storage File.en.srt
6.9 kB
05 Nest Architecture_ Services and Repositories/003 Reading and Writing to a Storage File.mp4
26 MB
05 Nest Architecture_ Services and Repositories/004 Implementing a Service.en.srt
7.6 kB
05 Nest Architecture_ Services and Repositories/004 Implementing a Service.mp4
30 MB
05 Nest Architecture_ Services and Repositories/005 Manual Testing of the Controller.en.srt
11 kB
05 Nest Architecture_ Services and Repositories/005 Manual Testing of the Controller.mp4
46 MB
05 Nest Architecture_ Services and Repositories/006 Reporting Errors with Exceptions.en.srt
8.4 kB
05 Nest Architecture_ Services and Repositories/006 Reporting Errors with Exceptions.mp4
40 MB
05 Nest Architecture_ Services and Repositories/007 Understanding Inversion of Control.en.srt
19 kB
05 Nest Architecture_ Services and Repositories/007 Understanding Inversion of Control.mp4
80 MB
05 Nest Architecture_ Services and Repositories/008 Introduction to Dependency Injection.en.srt
15 kB
05 Nest Architecture_ Services and Repositories/008 Introduction to Dependency Injection.mp4
50 MB
05 Nest Architecture_ Services and Repositories/009 Refactoring to Use Dependency Injection.en.srt
12 kB
05 Nest Architecture_ Services and Repositories/009 Refactoring to Use Dependency Injection.mp4
56 MB
05 Nest Architecture_ Services and Repositories/010 Few More Notes on DI.en.srt
9.9 kB
05 Nest Architecture_ Services and Repositories/010 Few More Notes on DI.mp4
43 MB
05 Nest Architecture_ Services and Repositories/021 013_-_msg.zip
219 kB
05 Nest Architecture_ Services and Repositories/022 014_-_msg.zip
219 kB
05 Nest Architecture_ Services and Repositories/023 015_-_msg.zip
221 kB
05 Nest Architecture_ Services and Repositories/024 016_-_msg.zip
222 kB
05 Nest Architecture_ Services and Repositories/025 017_-_msg.zip
222 kB
05 Nest Architecture_ Services and Repositories/028 020_-_msg.zip
222 kB
06 Nest Architecture_ Organizing Code with Modules/001 Project Overview.en.srt
5.3 kB
06 Nest Architecture_ Organizing Code with Modules/001 Project Overview.mp4
16 MB
06 Nest Architecture_ Organizing Code with Modules/002 Generating a Few Files.en.srt
7.1 kB
06 Nest Architecture_ Organizing Code with Modules/002 Generating a Few Files.mp4
27 MB
06 Nest Architecture_ Organizing Code with Modules/003 Setting Up DI Between Modules.en.srt
8.8 kB
06 Nest Architecture_ Organizing Code with Modules/003 Setting Up DI Between Modules.mp4
38 MB
06 Nest Architecture_ Organizing Code with Modules/004 More on DI Between Modules.en.srt
6.3 kB
06 Nest Architecture_ Organizing Code with Modules/004 More on DI Between Modules.mp4
31 MB
06 Nest Architecture_ Organizing Code with Modules/005 Consuming Multiple Modules.en.srt
7.3 kB
06 Nest Architecture_ Organizing Code with Modules/005 Consuming Multiple Modules.mp4
34 MB
06 Nest Architecture_ Organizing Code with Modules/006 Modules Wrapup.en.srt
3.0 kB
06 Nest Architecture_ Organizing Code with Modules/006 Modules Wrapup.mp4
12 MB
06 Nest Architecture_ Organizing Code with Modules/031 002_-_mod.zip
184 kB
06 Nest Architecture_ Organizing Code with Modules/032 003_-_mod.zip
184 kB
06 Nest Architecture_ Organizing Code with Modules/033 004_-_mod.zip
184 kB
06 Nest Architecture_ Organizing Code with Modules/034 005_-_mod.zip
217 kB
07 Big Project Time!/001 App Overview.en.srt
4.1 kB
07 Big Project Time!/001 App Overview.mp4
12 MB
07 Big Project Time!/002 API Design.en.srt
7.1 kB
07 Big Project Time!/002 API Design.mp4
26 MB
07 Big Project Time!/003 Module Design!.en.srt
5.4 kB
07 Big Project Time!/003 Module Design!.mp4
20 MB
07 Big Project Time!/004 Generating Modules, Controllers, and Services.en.srt
3.5 kB
07 Big Project Time!/004 Generating Modules, Controllers, and Services.mp4
13 MB
07 Big Project Time!/039 004_-_car.zip
180 kB
08 Persisting Data with TypeORM/001 Persistent Data with Nest.en.srt
4.9 kB
08 Persisting Data with TypeORM/001 Persistent Data with Nest.mp4
13 MB
08 Persisting Data with TypeORM/002 Setting Up a Database Connection.en.srt
12 kB
08 Persisting Data with TypeORM/002 Setting Up a Database Connection.mp4
46 MB
08 Persisting Data with TypeORM/003 Creating an Entity and Repository.en.srt
11 kB
08 Persisting Data with TypeORM/003 Creating an Entity and Repository.mp4
40 MB
08 Persisting Data with TypeORM/004 Viewing a DB's Contents.en.srt
11 kB
08 Persisting Data with TypeORM/004 Viewing a DB's Contents.mp4
41 MB
08 Persisting Data with TypeORM/005 Understanding TypeORM Decorators.en.srt
12 kB
08 Persisting Data with TypeORM/005 Understanding TypeORM Decorators.mp4
40 MB
08 Persisting Data with TypeORM/006 One Quick Note on Repositories.en.srt
6.9 kB
08 Persisting Data with TypeORM/006 One Quick Note on Repositories.mp4
18 MB
08 Persisting Data with TypeORM/007 A Few Extra Routes.en.srt
5.7 kB
08 Persisting Data with TypeORM/007 A Few Extra Routes.mp4
23 MB
08 Persisting Data with TypeORM/008 Setting Up Body Validation.en.srt
11 kB
08 Persisting Data with TypeORM/008 Setting Up Body Validation.mp4
39 MB
08 Persisting Data with TypeORM/009 Manual Route Testing.en.srt
6.4 kB
08 Persisting Data with TypeORM/009 Manual Route Testing.mp4
24 MB
08 Persisting Data with TypeORM/040 005_-_car.zip
180 kB
08 Persisting Data with TypeORM/041 006_-_car.zip
256 kB
08 Persisting Data with TypeORM/042 007_-_car.zip
260 kB
08 Persisting Data with TypeORM/043 008_-_car.zip
260 kB
08 Persisting Data with TypeORM/047 012_-_car.zip
271 kB
08 Persisting Data with TypeORM/048 013_-_car.zip
272 kB
09 Creating and Saving User Data/001 Creating and Saving a User.en.srt
14 kB
09 Creating and Saving User Data/001 Creating and Saving a User.mp4
52 MB
09 Creating and Saving User Data/002 Quick Breather and Review.en.srt
9.7 kB
09 Creating and Saving User Data/002 Quick Breather and Review.mp4
37 MB
09 Creating and Saving User Data/003 More on Create vs Save.en.srt
12 kB
09 Creating and Saving User Data/003 More on Create vs Save.mp4
43 MB
09 Creating and Saving User Data/004 Querying for Data.en.srt
7.7 kB
09 Creating and Saving User Data/004 Querying for Data.mp4
27 MB
09 Creating and Saving User Data/005 Updating Data.en.srt
19 kB
09 Creating and Saving User Data/005 Updating Data.mp4
56 MB
09 Creating and Saving User Data/006 Removing Records.en.srt
6.1 kB
09 Creating and Saving User Data/006 Removing Records.mp4
22 MB
09 Creating and Saving User Data/007 Finding and Filtering Records.en.srt
9.2 kB
09 Creating and Saving User Data/007 Finding and Filtering Records.mp4
40 MB
09 Creating and Saving User Data/008 Removing Records.en.srt
4.7 kB
09 Creating and Saving User Data/008 Removing Records.mp4
18 MB
09 Creating and Saving User Data/009 Updating Records.en.srt
9.0 kB
09 Creating and Saving User Data/009 Updating Records.mp4
40 MB
09 Creating and Saving User Data/010 A Few Notes on Exceptions.en.srt
11 kB
09 Creating and Saving User Data/010 A Few Notes on Exceptions.mp4
51 MB
09 Creating and Saving User Data/049 014_-_car.zip
272 kB
09 Creating and Saving User Data/051 016_-_car.zip
273 kB
09 Creating and Saving User Data/052 017_-_car.zip
273 kB
09 Creating and Saving User Data/054 019_-_car.zip
273 kB
09 Creating and Saving User Data/055 020_-_car.zip
274 kB
09 Creating and Saving User Data/057 022_-_car.zip
276 kB
09 Creating and Saving User Data/058 023_-_car.zip
276 kB
10 Custom Data Serialization/001 Excluding Response Properties.en.srt
9.1 kB
10 Custom Data Serialization/001 Excluding Response Properties.mp4
38 MB
10 Custom Data Serialization/002 Solution to Serialization.en.srt
7.4 kB
10 Custom Data Serialization/002 Solution to Serialization.mp4
29 MB
10 Custom Data Serialization/003 How to Build Interceptors.en.srt
19 kB
10 Custom Data Serialization/003 How to Build Interceptors.mp4
76 MB
10 Custom Data Serialization/004 Serialization in the Interceptor.en.srt
14 kB
10 Custom Data Serialization/004 Serialization in the Interceptor.mp4
55 MB
10 Custom Data Serialization/005 Customizing the Interceptor's DTO.en.srt
4.7 kB
10 Custom Data Serialization/005 Customizing the Interceptor's DTO.mp4
24 MB
10 Custom Data Serialization/006 Wrapping the Interceptor in a Decorator.en.srt
5.1 kB
10 Custom Data Serialization/006 Wrapping the Interceptor in a Decorator.mp4
26 MB
10 Custom Data Serialization/007 Controller-Wide Serialization.en.srt
4.8 kB
10 Custom Data Serialization/007 Controller-Wide Serialization.mp4
24 MB
10 Custom Data Serialization/008 A Bit of Type Safety Around Serialize.en.srt
5.8 kB
10 Custom Data Serialization/008 A Bit of Type Safety Around Serialize.mp4
28 MB
10 Custom Data Serialization/059 024_-_car.zip
277 kB
10 Custom Data Serialization/061 026_-_car.zip
286 kB
10 Custom Data Serialization/062 027_-_car.zip
286 kB
10 Custom Data Serialization/063 028_-_car.zip
286 kB
10 Custom Data Serialization/064 029_-_car.zip
287 kB
10 Custom Data Serialization/065 030_-_car.zip
286 kB
10 Custom Data Serialization/066 031_-_car.zip
287 kB
11 Authentication From Scratch/001 Authentication Overview.en.srt
14 kB
11 Authentication From Scratch/001 Authentication Overview.mp4
56 MB
11 Authentication From Scratch/002 Reminder on Service Setup.en.srt
6.4 kB
11 Authentication From Scratch/002 Reminder on Service Setup.mp4
23 MB
11 Authentication From Scratch/003 Implementing Signup Functionality.en.srt
5.9 kB
11 Authentication From Scratch/003 Implementing Signup Functionality.mp4
23 MB
11 Authentication From Scratch/004 [Optional] Understanding Password Hashing.en.srt
30 kB
11 Authentication From Scratch/004 [Optional] Understanding Password Hashing.mp4
100 MB
11 Authentication From Scratch/005 Salting and Hashing the Password.en.srt
13 kB
11 Authentication From Scratch/005 Salting and Hashing the Password.mp4
50 MB
11 Authentication From Scratch/006 Creating a User.en.srt
4.9 kB
11 Authentication From Scratch/006 Creating a User.mp4
28 MB
11 Authentication From Scratch/007 Handling User Sign In.en.srt
13 kB
11 Authentication From Scratch/007 Handling User Sign In.mp4
56 MB
11 Authentication From Scratch/008 Setting up Sessions.en.srt
9.7 kB
11 Authentication From Scratch/008 Setting up Sessions.mp4
40 MB
11 Authentication From Scratch/009 Changing and Fetching Session Data.en.srt
9.0 kB
11 Authentication From Scratch/009 Changing and Fetching Session Data.mp4
38 MB
11 Authentication From Scratch/010 Signing in a User.en.srt
7.4 kB
11 Authentication From Scratch/010 Signing in a User.mp4
35 MB
11 Authentication From Scratch/011 Getting the Current User.en.srt
3.1 kB
11 Authentication From Scratch/011 Getting the Current User.mp4
14 MB
11 Authentication From Scratch/012 Signing Out a User.en.srt
6.0 kB
11 Authentication From Scratch/012 Signing Out a User.mp4
29 MB
11 Authentication From Scratch/013 Two Automation Tools.en.srt
3.3 kB
11 Authentication From Scratch/013 Two Automation Tools.mp4
11 MB
11 Authentication From Scratch/014 Custom Param Decorators.en.srt
8.3 kB
11 Authentication From Scratch/014 Custom Param Decorators.mp4
31 MB
11 Authentication From Scratch/015 Why a Decorator and Interceptor.en.srt
10 kB
11 Authentication From Scratch/015 Why a Decorator and Interceptor.mp4
36 MB
11 Authentication From Scratch/016 Communicating from Interceptor to Decorator.en.srt
10 kB
11 Authentication From Scratch/016 Communicating from Interceptor to Decorator.mp4
45 MB
11 Authentication From Scratch/017 Small Fix for CurrentUserInterceptor.html
1.2 kB
11 Authentication From Scratch/018 Connecting an Interceptor to Dependency Injection.en.srt
7.2 kB
11 Authentication From Scratch/018 Connecting an Interceptor to Dependency Injection.mp4
40 MB
11 Authentication From Scratch/019 Globally Scoped Interceptors.en.srt
6.2 kB
11 Authentication From Scratch/019 Globally Scoped Interceptors.mp4
28 MB
11 Authentication From Scratch/020 Preventing Access with Authentication Guards.en.srt
10 kB
11 Authentication From Scratch/020 Preventing Access with Authentication Guards.mp4
38 MB
11 Authentication From Scratch/068 033_-_car.zip
292 kB
11 Authentication From Scratch/069 034_-_car.zip
292 kB
11 Authentication From Scratch/071 036_-_car.zip
293 kB
11 Authentication From Scratch/072 037_-_car.zip
293 kB
11 Authentication From Scratch/073 038_-_car.zip
293 kB
11 Authentication From Scratch/074 039_-_car.zip
296 kB
11 Authentication From Scratch/075 040_-_car.zip
296 kB
11 Authentication From Scratch/076 041_-_car.zip
296 kB
11 Authentication From Scratch/077 042_-_car.zip
296 kB
11 Authentication From Scratch/078 043_-_car.zip
296 kB
11 Authentication From Scratch/080 045_-_car.zip
303 kB
11 Authentication From Scratch/081 046_-_car.zip
303 kB
11 Authentication From Scratch/082 047_-_car.zip
306 kB
11 Authentication From Scratch/084 048_-_car.zip
306 kB
11 Authentication From Scratch/085 049_-_car.zip
306 kB
11 Authentication From Scratch/086 050_-_car.zip
308 kB
12 Getting Started with Unit Testing/001 Testing Overview.en.srt
8.0 kB
12 Getting Started with Unit Testing/001 Testing Overview.mp4
28 MB
12 Getting Started with Unit Testing/002 Testing Setup.en.srt
11 kB
12 Getting Started with Unit Testing/002 Testing Setup.mp4
44 MB
12 Getting Started with Unit Testing/003 Yes, Testing is Confusing.en.srt
11 kB
12 Getting Started with Unit Testing/003 Yes, Testing is Confusing.mp4
51 MB
12 Getting Started with Unit Testing/004 Getting TypeScript to Help With Mocks.en.srt
10 kB
12 Getting Started with Unit Testing/004 Getting TypeScript to Help With Mocks.mp4
48 MB
12 Getting Started with Unit Testing/005 Quick Note to Help Speed Up Your Tests.html
1.3 kB
12 Getting Started with Unit Testing/006 Improving File Layout.en.srt
6.7 kB
12 Getting Started with Unit Testing/006 Improving File Layout.mp4
34 MB
12 Getting Started with Unit Testing/007 Ensuring Password Gets Hashed.en.srt
9.6 kB
12 Getting Started with Unit Testing/007 Ensuring Password Gets Hashed.mp4
47 MB
12 Getting Started with Unit Testing/008 Changing Mock Implementations.en.srt
12 kB
12 Getting Started with Unit Testing/008 Changing Mock Implementations.mp4
55 MB
12 Getting Started with Unit Testing/009 Testing the Signin Flow.en.srt
3.0 kB
12 Getting Started with Unit Testing/009 Testing the Signin Flow.mp4
15 MB
12 Getting Started with Unit Testing/010 Checking Password Comparison.en.srt
13 kB
12 Getting Started with Unit Testing/010 Checking Password Comparison.mp4
61 MB
12 Getting Started with Unit Testing/011 More Intelligent Mocks.en.srt
12 kB
12 Getting Started with Unit Testing/011 More Intelligent Mocks.mp4
63 MB
12 Getting Started with Unit Testing/012 Refactoring to Use Intelligent Mocks.en.srt
5.5 kB
12 Getting Started with Unit Testing/012 Refactoring to Use Intelligent Mocks.mp4
26 MB
12 Getting Started with Unit Testing/013 Unit Testing a Controller.en.srt
11 kB
12 Getting Started with Unit Testing/013 Unit Testing a Controller.mp4
57 MB
12 Getting Started with Unit Testing/014 More Mock Implementations.en.srt
9.1 kB
12 Getting Started with Unit Testing/014 More Mock Implementations.mp4
45 MB
12 Getting Started with Unit Testing/015 Not Super Effective Tests.en.srt
13 kB
12 Getting Started with Unit Testing/015 Not Super Effective Tests.mp4
58 MB
12 Getting Started with Unit Testing/016 Testing the Signin Method.en.srt
9.9 kB
12 Getting Started with Unit Testing/016 Testing the Signin Method.mp4
52 MB
12 Getting Started with Unit Testing/089 053_-_car.zip
309 kB
12 Getting Started with Unit Testing/090 054_-_car.zip
309 kB
12 Getting Started with Unit Testing/092 055_-_car.zip
309 kB
12 Getting Started with Unit Testing/093 056_-_car.zip
309 kB
12 Getting Started with Unit Testing/094 057_-_car.zip
309 kB
12 Getting Started with Unit Testing/095 058_-_car.zip
309 kB
12 Getting Started with Unit Testing/096 059_-_car.zip
309 kB
12 Getting Started with Unit Testing/097 060_-_car.zip
309 kB
12 Getting Started with Unit Testing/098 061_-_car.zip
309 kB
12 Getting Started with Unit Testing/099 062_-_car.zip
310 kB
12 Getting Started with Unit Testing/100 063_-_car.zip
310 kB
12 Getting Started with Unit Testing/101 064_-_car.zip
310 kB
12 Getting Started with Unit Testing/102 065_-_car.zip
310 kB
13 Integration Testing/001 Getting Started with End to End Testing.en.srt
5.8 kB
13 Integration Testing/001 Getting Started with End to End Testing.mp4
24 MB
13 Integration Testing/002 Creating an End to End Test.en.srt
10 kB
13 Integration Testing/002 Creating an End to End Test.mp4
42 MB
13 Integration Testing/003 App Setup Issues in Spec Files.en.srt
14 kB
13 Integration Testing/003 App Setup Issues in Spec Files.mp4
56 MB
13 Integration Testing/004 Applying a Globally Scoped Pipe.en.srt
8.5 kB
13 Integration Testing/004 Applying a Globally Scoped Pipe.mp4
29 MB
13 Integration Testing/005 Applying a Globally Scoped Middleware.en.srt
7.6 kB
13 Integration Testing/005 Applying a Globally Scoped Middleware.mp4
35 MB
13 Integration Testing/006 Solving Failures Around Repeat Test Runs.en.srt
8.0 kB
13 Integration Testing/006 Solving Failures Around Repeat Test Runs.mp4
29 MB
13 Integration Testing/007 Creating Separate Test and Dev Databases.en.srt
8.2 kB
13 Integration Testing/007 Creating Separate Test and Dev Databases.mp4
26 MB
13 Integration Testing/104 067_-_car.zip
314 kB
13 Integration Testing/105 068_-_car.zip
316 kB
13 Integration Testing/106 069_-_car.zip
316 kB
13 Integration Testing/107 070_-_car.zip
316 kB
13 Integration Testing/108 071_-_car.zip
316 kB
13 Integration Testing/109 072_-_car.zip
316 kB
14 Managing App Configuration/001 Understanding Dotenv.en.srt
8.9 kB
14 Managing App Configuration/001 Understanding Dotenv.mp4
28 MB
14 Managing App Configuration/002 Applying Dotenv for Config.en.srt
10 kB
14 Managing App Configuration/002 Applying Dotenv for Config.mp4
51 MB
14 Managing App Configuration/003 Specifying the Runtime Environment.en.srt
7.6 kB
14 Managing App Configuration/003 Specifying the Runtime Environment.mp4
37 MB
14 Managing App Configuration/004 Solving a SQLite Error.en.srt
5.0 kB
14 Managing App Configuration/004 Solving a SQLite Error.mp4
24 MB
14 Managing App Configuration/005 It Works!.en.srt
12 kB
14 Managing App Configuration/005 It Works!.mp4
49 MB
14 Managing App Configuration/006 A Followup Test.en.srt
8.3 kB
14 Managing App Configuration/006 A Followup Test.mp4
36 MB
14 Managing App Configuration/111 074_-_car.zip
318 kB
14 Managing App Configuration/112 075_-_car.zip
319 kB
14 Managing App Configuration/113 076_-_car.zip
319 kB
14 Managing App Configuration/114 077_-_car.zip
319 kB
14 Managing App Configuration/115 078_-_car.zip
319 kB
15 Relations with TypeORM/001 Back to Reports.en.srt
1.7 kB
15 Relations with TypeORM/001 Back to Reports.mp4
6.8 MB
15 Relations with TypeORM/002 Adding Properties to Reports.en.srt
4.4 kB
15 Relations with TypeORM/002 Adding Properties to Reports.mp4
15 MB
15 Relations with TypeORM/003 A DTO for Report Creation.en.srt
6.2 kB
15 Relations with TypeORM/003 A DTO for Report Creation.mp4
21 MB
15 Relations with TypeORM/004 Receiving Report Creation Requests.en.srt
11 kB
15 Relations with TypeORM/004 Receiving Report Creation Requests.mp4
47 MB
15 Relations with TypeORM/005 Saving a Report with the Reports Service.en.srt
6.3 kB
15 Relations with TypeORM/005 Saving a Report with the Reports Service.mp4
26 MB
15 Relations with TypeORM/006 Testing Report Creation.en.srt
6.8 kB
15 Relations with TypeORM/006 Testing Report Creation.mp4
33 MB
15 Relations with TypeORM/007 Building Associations.en.srt
5.9 kB
15 Relations with TypeORM/007 Building Associations.mp4
18 MB
15 Relations with TypeORM/008 Types of Associations.en.srt
10 kB
15 Relations with TypeORM/008 Types of Associations.mp4
30 MB
15 Relations with TypeORM/009 The ManyToOne and ManytoMany Decorators.en.srt
9.0 kB
15 Relations with TypeORM/009 The ManyToOne and ManytoMany Decorators.mp4
34 MB
15 Relations with TypeORM/010 Important Note About Deleting Database - Do Not Skip.html
1.3 kB
15 Relations with TypeORM/011 More on Decorators.en.srt
14 kB
15 Relations with TypeORM/011 More on Decorators.mp4
52 MB
15 Relations with TypeORM/012 Setting up the Association.en.srt
10 kB
15 Relations with TypeORM/012 Setting up the Association.mp4
50 MB
15 Relations with TypeORM/013 Formatting the Report Response.en.srt
5.9 kB
15 Relations with TypeORM/013 Formatting the Report Response.mp4
19 MB
15 Relations with TypeORM/014 Transforming Properties with a DTO.en.srt
7.3 kB
15 Relations with TypeORM/014 Transforming Properties with a DTO.mp4
30 MB
15 Relations with TypeORM/117 080_-_car.zip
319 kB
15 Relations with TypeORM/118 081_-_car.zip
320 kB
15 Relations with TypeORM/120 083_-_car.zip
320 kB
15 Relations with TypeORM/121 084_-_car.zip
323 kB
15 Relations with TypeORM/124 087_-_car.zip
324 kB
15 Relations with TypeORM/126 088_-_car.zip
324 kB
15 Relations with TypeORM/127 089_-_car.zip
324 kB
15 Relations with TypeORM/129 091_-_car.zip
325 kB
16 A Basic Permissions System/001 Adding in Report Approval.en.srt
8.8 kB
16 A Basic Permissions System/001 Adding in Report Approval.mp4
40 MB
16 A Basic Permissions System/002 Testing Report Approval.en.srt
8.8 kB
16 A Basic Permissions System/002 Testing Report Approval.mp4
38 MB
16 A Basic Permissions System/003 Authorization vs Authentication.en.srt
7.5 kB
16 A Basic Permissions System/003 Authorization vs Authentication.mp4
21 MB
16 A Basic Permissions System/004 Adding an Authorization Guard.en.srt
7.3 kB
16 A Basic Permissions System/004 Adding an Authorization Guard.mp4
23 MB
16 A Basic Permissions System/005 The Guard Doesn't Work_!.en.srt
3.9 kB
16 A Basic Permissions System/005 The Guard Doesn't Work_!.mp4
18 MB
16 A Basic Permissions System/006 Middlewares, Guards, and Interceptors.en.srt
6.7 kB
16 A Basic Permissions System/006 Middlewares, Guards, and Interceptors.mp4
23 MB
16 A Basic Permissions System/007 Assigning CurrentUser with a Middleware.en.srt
13 kB
16 A Basic Permissions System/007 Assigning CurrentUser with a Middleware.mp4
54 MB
16 A Basic Permissions System/008 Fixing a Type Definition Error.en.srt
4.1 kB
16 A Basic Permissions System/008 Fixing a Type Definition Error.mp4
19 MB
16 A Basic Permissions System/009 Validating Query String Values.en.srt
12 kB
16 A Basic Permissions System/009 Validating Query String Values.mp4
44 MB
16 A Basic Permissions System/010 Transforming Query String Data.en.srt
5.9 kB
16 A Basic Permissions System/010 Transforming Query String Data.mp4
23 MB
16 A Basic Permissions System/011 How Will We Generate an Estimate.en.srt
6.0 kB
16 A Basic Permissions System/011 How Will We Generate an Estimate.mp4
24 MB
16 A Basic Permissions System/130 092_-_car.zip
327 kB
16 A Basic Permissions System/131 093_-_car.zip
327 kB
16 A Basic Permissions System/132 094_-_car.zip
327 kB
16 A Basic Permissions System/133 095_-_car.zip
329 kB
16 A Basic Permissions System/134 096_-_car.zip
329 kB
16 A Basic Permissions System/136 098_-_car.zip
332 kB
16 A Basic Permissions System/137 099_-_car.zip
332 kB
16 A Basic Permissions System/138 100_-_car.zip
336 kB
16 A Basic Permissions System/139 101_-_car.zip
336 kB
17 Query Builders with TypeORM/001 Creating a Query Builder.en.srt
7.9 kB
17 Query Builders with TypeORM/001 Creating a Query Builder.mp4
38 MB
17 Query Builders with TypeORM/002 Writing a Query to Produce the Estimate.en.srt
13 kB
17 Query Builders with TypeORM/002 Writing a Query to Produce the Estimate.mp4
64 MB
17 Query Builders with TypeORM/003 Testing the Estimate Logic.en.srt
5.5 kB
17 Query Builders with TypeORM/003 Testing the Estimate Logic.mp4
27 MB
17 Query Builders with TypeORM/141 103_-_car.zip
336 kB
17 Query Builders with TypeORM/142 104_-_car.zip
337 kB
17 Query Builders with TypeORM/143 105_-_car.zip
337 kB
18 Production Deployment/001 The Path to Production.en.srt
3.9 kB
18 Production Deployment/001 The Path to Production.mp4
10 MB
18 Production Deployment/002 Providing the Cookie Key.en.srt
5.6 kB
18 Production Deployment/002 Providing the Cookie Key.mp4
23 MB
18 Production Deployment/003 Understanding the Synchronize Flag.en.srt
6.0 kB
18 Production Deployment/003 Understanding the Synchronize Flag.mp4
20 MB
18 Production Deployment/004 The Dangers of Synchronize.en.srt
4.0 kB
18 Production Deployment/004 The Dangers of Synchronize.mp4
11 MB
18 Production Deployment/005 The Theory Behind Migrations.en.srt
5.4 kB
18 Production Deployment/005 The Theory Behind Migrations.mp4
17 MB
18 Production Deployment/006 Headaches with Config Management.en.srt
7.7 kB
18 Production Deployment/006 Headaches with Config Management.mp4
27 MB
18 Production Deployment/007 TypeORM and Nest Config is Great.en.srt
39 kB
18 Production Deployment/007 TypeORM and Nest Config is Great.mp4
154 MB
18 Production Deployment/145 107_-_car.zip
337 kB
18 Production Deployment/146 108_-_car.zip
337 kB
19 [Bonus] Appendix_ TypeScript/001 How to Get Help.en.srt
1.8 kB
19 [Bonus] Appendix_ TypeScript/001 How to Get Help.mp4
5.0 MB
19 [Bonus] Appendix_ TypeScript/002 TypeScript Overview.en.srt
11 kB
19 [Bonus] Appendix_ TypeScript/002 TypeScript Overview.mp4
32 MB
19 [Bonus] Appendix_ TypeScript/003 Environment Setup.en.srt
13 kB
19 [Bonus] Appendix_ TypeScript/003 Environment Setup.mp4
50 MB
19 [Bonus] Appendix_ TypeScript/004 A First App.en.srt
8.1 kB
19 [Bonus] Appendix_ TypeScript/004 A First App.mp4
21 MB
19 [Bonus] Appendix_ TypeScript/005 Executing TypeScript Code.en.srt
7.8 kB
19 [Bonus] Appendix_ TypeScript/005 Executing TypeScript Code.mp4
21 MB
19 [Bonus] Appendix_ TypeScript/006 One Quick Change.en.srt
5.9 kB
19 [Bonus] Appendix_ TypeScript/006 One Quick Change.mp4
18 MB
19 [Bonus] Appendix_ TypeScript/007 Catching Errors with TypeScript.en.srt
12 kB
19 [Bonus] Appendix_ TypeScript/007 Catching Errors with TypeScript.mp4
46 MB
19 [Bonus] Appendix_ TypeScript/008 Catching More Errors!.en.srt
8.6 kB
19 [Bonus] Appendix_ TypeScript/008 Catching More Errors!.mp4
33 MB
19 [Bonus] Appendix_ TypeScript/009 Course Overview.en.srt
6.5 kB
19 [Bonus] Appendix_ TypeScript/009 Course Overview.mp4
16 MB
19 [Bonus] Appendix_ TypeScript/010 Types.en.srt
8.6 kB
19 [Bonus] Appendix_ TypeScript/010 Types.mp4
27 MB
19 [Bonus] Appendix_ TypeScript/011 More on Types.en.srt
9.8 kB
19 [Bonus] Appendix_ TypeScript/011 More on Types.mp4
34 MB
19 [Bonus] Appendix_ TypeScript/012 Examples of Types.en.srt
7.9 kB
19 [Bonus] Appendix_ TypeScript/012 Examples of Types.mp4
18 MB
19 [Bonus] Appendix_ TypeScript/013 Where Do We Use Types_.en.srt
1.8 kB
19 [Bonus] Appendix_ TypeScript/013 Where Do We Use Types_.mp4
4.2 MB
19 [Bonus] Appendix_ TypeScript/014 Type Annotations and Inference.en.srt
3.8 kB
19 [Bonus] Appendix_ TypeScript/014 Type Annotations and Inference.mp4
11 MB
19 [Bonus] Appendix_ TypeScript/015 Annotations with Variables.en.srt
8.0 kB
19 [Bonus] Appendix_ TypeScript/015 Annotations with Variables.mp4
22 MB
19 [Bonus] Appendix_ TypeScript/016 Object Literal Annotations.en.srt
11 kB
19 [Bonus] Appendix_ TypeScript/016 Object Literal Annotations.mp4
32 MB
19 [Bonus] Appendix_ TypeScript/017 Annotations Around Functions.en.srt
10 kB
19 [Bonus] Appendix_ TypeScript/017 Annotations Around Functions.mp4
32 MB
19 [Bonus] Appendix_ TypeScript/018 Understanding Inference.en.srt
6.8 kB
19 [Bonus] Appendix_ TypeScript/018 Understanding Inference.mp4
22 MB
19 [Bonus] Appendix_ TypeScript/019 The Any Type.en.srt
13 kB
19 [Bonus] Appendix_ TypeScript/019 The Any Type.mp4
44 MB
19 [Bonus] Appendix_ TypeScript/020 Fixing the _Any_ Type.en.srt
3.0 kB
19 [Bonus] Appendix_ TypeScript/020 Fixing the _Any_ Type.mp4
12 MB
19 [Bonus] Appendix_ TypeScript/021 Delayed Initialization.en.srt
5.1 kB
19 [Bonus] Appendix_ TypeScript/021 Delayed Initialization.mp4
18 MB
19 [Bonus] Appendix_ TypeScript/022 When Inference Doesn't Work.en.srt
8.0 kB
19 [Bonus] Appendix_ TypeScript/022 When Inference Doesn't Work.mp4
24 MB
19 [Bonus] Appendix_ TypeScript/023 Annotations Around Functions.en.srt
8.3 kB
19 [Bonus] Appendix_ TypeScript/023 Annotations Around Functions.mp4
26 MB
19 [Bonus] Appendix_ TypeScript/024 Inference Around Functions.en.srt
10 kB
19 [Bonus] Appendix_ TypeScript/024 Inference Around Functions.mp4
23 MB
19 [Bonus] Appendix_ TypeScript/025 Annotations for Anonymous Functions.en.srt
2.6 kB
19 [Bonus] Appendix_ TypeScript/025 Annotations for Anonymous Functions.mp4
9.6 MB
19 [Bonus] Appendix_ TypeScript/026 Void and Never.en.srt
4.6 kB
19 [Bonus] Appendix_ TypeScript/026 Void and Never.mp4
15 MB
19 [Bonus] Appendix_ TypeScript/027 Destructuring with Annotations.en.srt
5.8 kB
19 [Bonus] Appendix_ TypeScript/027 Destructuring with Annotations.mp4
23 MB
19 [Bonus] Appendix_ TypeScript/028 Annotations Around Objects.en.srt
12 kB
19 [Bonus] Appendix_ TypeScript/028 Annotations Around Objects.mp4
37 MB
19 [Bonus] Appendix_ TypeScript/029 Arrays in TypeScript.en.srt
8.2 kB
19 [Bonus] Appendix_ TypeScript/029 Arrays in TypeScript.mp4
19 MB
19 [Bonus] Appendix_ TypeScript/030 Why Typed Arrays_.en.srt
7.3 kB
19 [Bonus] Appendix_ TypeScript/030 Why Typed Arrays_.mp4
26 MB
19 [Bonus] Appendix_ TypeScript/031 Multiple Types in Arrays.en.srt
4.9 kB
19 [Bonus] Appendix_ TypeScript/031 Multiple Types in Arrays.mp4
16 MB
19 [Bonus] Appendix_ TypeScript/032 When to Use Typed Arrays.en.srt
1.8 kB
19 [Bonus] Appendix_ TypeScript/032 When to Use Typed Arrays.mp4
4.4 MB
19 [Bonus] Appendix_ TypeScript/033 Tuples in TypeScript.en.srt
6.7 kB
19 [Bonus] Appendix_ TypeScript/033 Tuples in TypeScript.mp4
23 MB
19 [Bonus] Appendix_ TypeScript/034 Tuples in Action.en.srt
8.8 kB
19 [Bonus] Appendix_ TypeScript/034 Tuples in Action.mp4
24 MB
19 [Bonus] Appendix_ TypeScript/035 Why Tuples_.en.srt
5.7 kB
19 [Bonus] Appendix_ TypeScript/035 Why Tuples_.mp4
17 MB
19 [Bonus] Appendix_ TypeScript/036 Interfaces.en.srt
2.5 kB
19 [Bonus] Appendix_ TypeScript/036 Interfaces.mp4
6.7 MB
19 [Bonus] Appendix_ TypeScript/037 Long Type Annotations.en.srt
7.7 kB
19 [Bonus] Appendix_ TypeScript/037 Long Type Annotations.mp4
22 MB
19 [Bonus] Appendix_ TypeScript/038 Fixing Annotations with Interfaces.en.srt
7.3 kB
19 [Bonus] Appendix_ TypeScript/038 Fixing Annotations with Interfaces.mp4
32 MB
19 [Bonus] Appendix_ TypeScript/039 Syntax Around Interfaces.en.srt
5.5 kB
19 [Bonus] Appendix_ TypeScript/039 Syntax Around Interfaces.mp4
24 MB
19 [Bonus] Appendix_ TypeScript/040 Functions In Interfaces.en.srt
7.7 kB
19 [Bonus] Appendix_ TypeScript/040 Functions In Interfaces.mp4
29 MB
19 [Bonus] Appendix_ TypeScript/041 Code Reuse with Interfaces.en.srt
6.6 kB
19 [Bonus] Appendix_ TypeScript/041 Code Reuse with Interfaces.mp4
27 MB
19 [Bonus] Appendix_ TypeScript/042 General Plan with Interfaces.en.srt
5.3 kB
19 [Bonus] Appendix_ TypeScript/042 General Plan with Interfaces.mp4
18 MB
19 [Bonus] Appendix_ TypeScript/043 Classes.en.srt
6.6 kB
19 [Bonus] Appendix_ TypeScript/043 Classes.mp4
17 MB
19 [Bonus] Appendix_ TypeScript/044 Basic Inheritance.en.srt
4.7 kB
19 [Bonus] Appendix_ TypeScript/044 Basic Inheritance.mp4
16 MB
19 [Bonus] Appendix_ TypeScript/045 Class Method Modifiers.en.srt
10 kB
19 [Bonus] Appendix_ TypeScript/045 Class Method Modifiers.mp4
37 MB
19 [Bonus] Appendix_ TypeScript/046 Fields in Classes.en.srt
10 kB
19 [Bonus] Appendix_ TypeScript/046 Fields in Classes.mp4
38 MB
19 [Bonus] Appendix_ TypeScript/047 Fields with Inheritance.en.srt
7.3 kB
19 [Bonus] Appendix_ TypeScript/047 Fields with Inheritance.mp4
30 MB
19 [Bonus] Appendix_ TypeScript/048 Where to Use Classes.en.srt
2.1 kB
19 [Bonus] Appendix_ TypeScript/048 Where to Use Classes.mp4
5.2 MB
19 [Bonus] Appendix_ TypeScript/049 App Overview.en.srt
4.9 kB
19 [Bonus] Appendix_ TypeScript/049 App Overview.mp4
14 MB
19 [Bonus] Appendix_ TypeScript/050 Parcel in Action.en.srt
7.9 kB
19 [Bonus] Appendix_ TypeScript/050 Parcel in Action.mp4
21 MB
19 [Bonus] Appendix_ TypeScript/051 Project Structure.en.srt
5.6 kB
19 [Bonus] Appendix_ TypeScript/051 Project Structure.mp4
18 MB
19 [Bonus] Appendix_ TypeScript/052 Generating Random Data.en.srt
8.6 kB
19 [Bonus] Appendix_ TypeScript/052 Generating Random Data.mp4
30 MB
19 [Bonus] Appendix_ TypeScript/053 Type Definition Files.en.srt
8.7 kB
19 [Bonus] Appendix_ TypeScript/053 Type Definition Files.mp4
28 MB
19 [Bonus] Appendix_ TypeScript/054 Using Type Definition Files.en.srt
10 kB
19 [Bonus] Appendix_ TypeScript/054 Using Type Definition Files.mp4
43 MB
19 [Bonus] Appendix_ TypeScript/055 Export Statements in TypeScript.en.srt
8.3 kB
19 [Bonus] Appendix_ TypeScript/055 Export Statements in TypeScript.mp4
28 MB
19 [Bonus] Appendix_ TypeScript/056 Defining a Company.en.srt
7.3 kB
19 [Bonus] Appendix_ TypeScript/056 Defining a Company.mp4
28 MB
19 [Bonus] Appendix_ TypeScript/057 Adding Google Maps Support.en.srt
13 kB
19 [Bonus] Appendix_ TypeScript/057 Adding Google Maps Support.mp4
44 MB
19 [Bonus] Appendix_ TypeScript/058 Google Maps Integration with TypeScript.en.srt
6.8 kB
19 [Bonus] Appendix_ TypeScript/058 Google Maps Integration with TypeScript.mp4
24 MB
19 [Bonus] Appendix_ TypeScript/059 Exploring Type Definition Files.en.srt
21 kB
19 [Bonus] Appendix_ TypeScript/059 Exploring Type Definition Files.mp4
98 MB
19 [Bonus] Appendix_ TypeScript/060 Hiding Functionality.en.srt
11 kB
19 [Bonus] Appendix_ TypeScript/060 Hiding Functionality.mp4
40 MB
19 [Bonus] Appendix_ TypeScript/061 Why Use Private Modifiers_ Here's Why.en.srt
14 kB
19 [Bonus] Appendix_ TypeScript/061 Why Use Private Modifiers_ Here's Why.mp4
42 MB
19 [Bonus] Appendix_ TypeScript/062 Adding Markers.en.srt
15 kB
19 [Bonus] Appendix_ TypeScript/062 Adding Markers.mp4
68 MB
19 [Bonus] Appendix_ TypeScript/063 Duplicate Code.en.srt
4.5 kB
19 [Bonus] Appendix_ TypeScript/063 Duplicate Code.mp4
21 MB
19 [Bonus] Appendix_ TypeScript/064 One Possible Solution.en.srt
11 kB
19 [Bonus] Appendix_ TypeScript/064 One Possible Solution.mp4
44 MB
19 [Bonus] Appendix_ TypeScript/065 Restricting Access with Interfaces.en.srt
8.9 kB
19 [Bonus] Appendix_ TypeScript/065 Restricting Access with Interfaces.mp4
35 MB
19 [Bonus] Appendix_ TypeScript/066 Implicit Type Checks.en.srt
5.5 kB
19 [Bonus] Appendix_ TypeScript/066 Implicit Type Checks.mp4
24 MB
19 [Bonus] Appendix_ TypeScript/067 Showing Popup Windows.en.srt
11 kB
19 [Bonus] Appendix_ TypeScript/067 Showing Popup Windows.mp4
60 MB
19 [Bonus] Appendix_ TypeScript/068 Updating Interface Definitions.en.srt
11 kB
19 [Bonus] Appendix_ TypeScript/068 Updating Interface Definitions.mp4
55 MB
19 [Bonus] Appendix_ TypeScript/069 Optional Implements Clauses.en.srt
9.7 kB
19 [Bonus] Appendix_ TypeScript/069 Optional Implements Clauses.mp4
45 MB
19 [Bonus] Appendix_ TypeScript/070 App Wrapup.en.srt
13 kB
19 [Bonus] Appendix_ TypeScript/070 App Wrapup.mp4
54 MB