zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
[FreeCourseSite.com] Udemy - NestJS The Complete Developer's Guide
magnet:?xt=urn:btih:7a4718bb11040ed17373c0b781907ac6e9665812&dn=[FreeCourseSite.com] Udemy - NestJS The Complete Developer's Guide
磁力链接详情
文件列表详情
7a4718bb11040ed17373c0b781907ac6e9665812
infohash:
223
文件数量
7.8 GB
文件大小
2023-1-1 19:40
创建日期
2024-11-26 19:28
最后访问
相关分词
FreeCourseSite
com
Udemy
-
NestJS
The
Complete
Developer's
Guide
01 Get Started Here!/001 How to Get Help.mp4 2.88 MB
02 The Basics of Nest/001 Project Setup.mp4 10.5 MB
02 The Basics of Nest/002 TypeScript Configuration.mp4 17.9 MB
02 The Basics of Nest/003 Creating a Controller.mp4 23.53 MB
02 The Basics of Nest/004 Starting Up a Nest App.mp4 19.48 MB
02 The Basics of Nest/005 File Naming Conventions.mp4 31.33 MB
02 The Basics of Nest/006 Routing Decorators.mp4 7.83 MB
03 Generating Projects with the Nest CLI/001 App Setup.mp4 51.26 MB
03 Generating Projects with the Nest CLI/002 Using the Nest CLI to Generate Files.mp4 26.29 MB
03 Generating Projects with the Nest CLI/003 More on Generating Files.mp4 18.53 MB
03 Generating Projects with the Nest CLI/004 Adding Routing Logic.mp4 14.46 MB
03 Generating Projects with the Nest CLI/005 [Optional] Postman Setup.mp4 14.56 MB
03 Generating Projects with the Nest CLI/006 [Optional] VSCode REST Client Extension.mp4 27.95 MB
04 Validating Request Data with Pipes/001 Accessing Request Data with Decorators.mp4 27.06 MB
04 Validating Request Data with Pipes/002 Using Pipes for Validation.mp4 11.99 MB
04 Validating Request Data with Pipes/003 Adding Validation Rules.mp4 34.55 MB
04 Validating Request Data with Pipes/004 Behind the Scenes of Validation.mp4 74.84 MB
04 Validating Request Data with Pipes/005 How Type Info is Preserved.mp4 54.13 MB
05 Nest Architecture_ Services and Repositories/001 Services and Repositories.mp4 21.58 MB
05 Nest Architecture_ Services and Repositories/002 Implementing a Repository.mp4 20.92 MB
05 Nest Architecture_ Services and Repositories/003 Reading and Writing to a Storage File.mp4 19.79 MB
05 Nest Architecture_ Services and Repositories/004 Implementing a Service.mp4 21.85 MB
05 Nest Architecture_ Services and Repositories/005 Manual Testing of the Controller.mp4 66.2 MB
05 Nest Architecture_ Services and Repositories/006 Reporting Errors with Exceptions.mp4 47.62 MB
05 Nest Architecture_ Services and Repositories/007 Understanding Inversion of Control.mp4 119.45 MB
05 Nest Architecture_ Services and Repositories/008 Introduction to Dependency Injection.mp4 40.33 MB
05 Nest Architecture_ Services and Repositories/009 Refactoring to Use Dependency Injection.mp4 47.09 MB
05 Nest Architecture_ Services and Repositories/010 Few More Notes on DI.mp4 52.06 MB
06 Nest Architecture_ Organizing Code with Modules/001 Project Overview.mp4 12.85 MB
06 Nest Architecture_ Organizing Code with Modules/002 Generating a Few Files.mp4 22.88 MB
06 Nest Architecture_ Organizing Code with Modules/003 Setting Up DI Between Modules.mp4 23.41 MB
06 Nest Architecture_ Organizing Code with Modules/004 More on DI Between Modules.mp4 50.03 MB
06 Nest Architecture_ Organizing Code with Modules/005 Consuming Multiple Modules.mp4 25.16 MB
06 Nest Architecture_ Organizing Code with Modules/006 Modules Wrapup.mp4 9.46 MB
07 Big Project Time!/001 App Overview.mp4 8.38 MB
07 Big Project Time!/002 API Design.mp4 39.9 MB
07 Big Project Time!/003 Module Design!.mp4 14.31 MB
07 Big Project Time!/004 Generating Modules, Controllers, and Services.mp4 11.19 MB
08 Persisting Data with TypeORM/001 Persistent Data with Nest.mp4 15.85 MB
08 Persisting Data with TypeORM/002 Setting Up a Database Connection.mp4 55.27 MB
08 Persisting Data with TypeORM/003 Creating an Entity and Repository.mp4 61.18 MB
08 Persisting Data with TypeORM/004 Viewing a DB's Contents.mp4 57.05 MB
08 Persisting Data with TypeORM/005 Understanding TypeORM Decorators.mp4 33.49 MB
08 Persisting Data with TypeORM/006 One Quick Note on Repositories.mp4 13.05 MB
08 Persisting Data with TypeORM/007 A Few Extra Routes.mp4 16.45 MB
08 Persisting Data with TypeORM/008 Setting Up Body Validation.mp4 47.34 MB
08 Persisting Data with TypeORM/009 Manual Route Testing.mp4 30.25 MB
09 Creating and Saving User Data/001 Creating and Saving a User.mp4 39.87 MB
09 Creating and Saving User Data/002 Quick Breather and Review.mp4 32.53 MB
09 Creating and Saving User Data/003 More on Create vs Save.mp4 51.62 MB
09 Creating and Saving User Data/004 Querying for Data.mp4 15.68 MB
09 Creating and Saving User Data/005 Updating Data.mp4 43.65 MB
09 Creating and Saving User Data/006 Removing Records.mp4 12.65 MB
09 Creating and Saving User Data/007 Finding and Filtering Records.mp4 64.12 MB
09 Creating and Saving User Data/008 Removing Records.mp4 14.82 MB
09 Creating and Saving User Data/009 Updating Records.mp4 27.98 MB
09 Creating and Saving User Data/010 A Few Notes on Exceptions.mp4 61.35 MB
10 Custom Data Serialization/001 Excluding Response Properties.mp4 46.68 MB
10 Custom Data Serialization/002 Solution to Serialization.mp4 41.93 MB
10 Custom Data Serialization/003 How to Build Interceptors.mp4 118.87 MB
10 Custom Data Serialization/004 Serialization in the Interceptor.mp4 88.01 MB
10 Custom Data Serialization/005 Customizing the Interceptor's DTO.mp4 16.78 MB
10 Custom Data Serialization/006 Wrapping the Interceptor in a Decorator.mp4 21.08 MB
10 Custom Data Serialization/007 Controller-Wide Serialization.mp4 19.32 MB
10 Custom Data Serialization/008 A Bit of Type Safety Around Serialize.mp4 19.13 MB
11 Authentication From Scratch/001 Authentication Overview.mp4 81.89 MB
11 Authentication From Scratch/002 Reminder on Service Setup.mp4 27.57 MB
11 Authentication From Scratch/003 Implementing Signup Functionality.mp4 19.03 MB
11 Authentication From Scratch/004 [Optional] Understanding Password Hashing.mp4 123.85 MB
11 Authentication From Scratch/005 Salting and Hashing the Password.mp4 37.71 MB
11 Authentication From Scratch/006 Creating a User.mp4 46.32 MB
11 Authentication From Scratch/007 Handling User Sign In.mp4 90.4 MB
11 Authentication From Scratch/008 Setting up Sessions.mp4 34.39 MB
11 Authentication From Scratch/009 Changing and Fetching Session Data.mp4 27.1 MB
11 Authentication From Scratch/010 Signing in a User.mp4 51.27 MB
11 Authentication From Scratch/011 Getting the Current User.mp4 7.98 MB
11 Authentication From Scratch/012 Signing Out a User.mp4 48.16 MB
11 Authentication From Scratch/013 Two Automation Tools.mp4 6.85 MB
11 Authentication From Scratch/014 Custom Param Decorators.mp4 26.62 MB
11 Authentication From Scratch/015 Why a Decorator and Interceptor.mp4 44.59 MB
11 Authentication From Scratch/016 Communicating from Interceptor to Decorator.mp4 32.78 MB
11 Authentication From Scratch/018 Connecting an Interceptor to Dependency Injection.mp4 31.42 MB
11 Authentication From Scratch/019 Globally Scoped Interceptors.mp4 19.93 MB
11 Authentication From Scratch/020 Preventing Access with Authentication Guards.mp4 54.28 MB
12 Getting Started with Unit Testing/001 Testing Overview.mp4 33.15 MB
12 Getting Started with Unit Testing/002 Testing Setup.mp4 37.1 MB
12 Getting Started with Unit Testing/003 Yes, Testing is Confusing.mp4 83.96 MB
12 Getting Started with Unit Testing/004 Getting TypeScript to Help With Mocks.mp4 33.96 MB
12 Getting Started with Unit Testing/006 Improving File Layout.mp4 21.23 MB
12 Getting Started with Unit Testing/007 Ensuring Password Gets Hashed.mp4 77.88 MB
12 Getting Started with Unit Testing/008 Changing Mock Implementations.mp4 65.29 MB
12 Getting Started with Unit Testing/009 Testing the Signin Flow.mp4 10.17 MB
12 Getting Started with Unit Testing/010 Checking Password Comparison.mp4 72.81 MB
12 Getting Started with Unit Testing/011 More Intelligent Mocks.mp4 74.52 MB
12 Getting Started with Unit Testing/012 Refactoring to Use Intelligent Mocks.mp4 20.35 MB
12 Getting Started with Unit Testing/013 Unit Testing a Controller.mp4 45.09 MB
12 Getting Started with Unit Testing/014 More Mock Implementations.mp4 35.62 MB
12 Getting Started with Unit Testing/015 Not Super Effective Tests.mp4 93.88 MB
12 Getting Started with Unit Testing/016 Testing the Signin Method.mp4 59.81 MB
13 Integration Testing/001 Getting Started with End to End Testing.mp4 16.37 MB
13 Integration Testing/002 Creating an End to End Test.mp4 30.01 MB
13 Integration Testing/003 App Setup Issues in Spec Files.mp4 80.56 MB
13 Integration Testing/004 Applying a Globally Scoped Pipe.mp4 35.81 MB
13 Integration Testing/005 Applying a Globally Scoped Middleware.mp4 56.37 MB
13 Integration Testing/006 Solving Failures Around Repeat Test Runs.mp4 36.64 MB
13 Integration Testing/007 Creating Separate Test and Dev Databases.mp4 31.8 MB
14 Managing App Configuration/001 Understanding Dotenv.mp4 42.35 MB
14 Managing App Configuration/002 Applying Dotenv for Config.mp4 60.62 MB
14 Managing App Configuration/003 Specifying the Runtime Environment.mp4 59.22 MB
14 Managing App Configuration/004 Solving a SQLite Error.mp4 38.51 MB
14 Managing App Configuration/005 It Works!.mp4 77.6 MB
14 Managing App Configuration/006 A Followup Test.mp4 25.38 MB
15 Relations with TypeORM/001 Back to Reports.mp4 4.12 MB
15 Relations with TypeORM/002 Adding Properties to Reports.mp4 17.61 MB
15 Relations with TypeORM/003 A DTO for Report Creation.mp4 17.8 MB
15 Relations with TypeORM/004 Receiving Report Creation Requests.mp4 40.07 MB
15 Relations with TypeORM/005 Saving a Report with the Reports Service.mp4 40.82 MB
15 Relations with TypeORM/006 Testing Report Creation.mp4 47.92 MB
15 Relations with TypeORM/007 Building Associations.mp4 16.98 MB
15 Relations with TypeORM/008 Types of Associations.mp4 22.03 MB
15 Relations with TypeORM/009 The ManyToOne and OneToMany Decorators.mp4 40.76 MB
15 Relations with TypeORM/011 More on Decorators.mp4 62.4 MB
15 Relations with TypeORM/012 Setting up the Association.mp4 82.23 MB
15 Relations with TypeORM/013 Formatting the Report Response.mp4 13.44 MB
15 Relations with TypeORM/014 Transforming Properties with a DTO.mp4 42.62 MB
16 A Basic Permissions System/001 Adding in Report Approval.mp4 34.64 MB
16 A Basic Permissions System/002 Testing Report Approval.mp4 21.69 MB
16 A Basic Permissions System/003 Authorization vs Authentication.mp4 28.92 MB
16 A Basic Permissions System/004 Adding an Authorization Guard.mp4 31.01 MB
16 A Basic Permissions System/005 The Guard Doesn't Work_!.mp4 14.46 MB
16 A Basic Permissions System/006 Middlewares, Guards, and Interceptors.mp4 21.32 MB
16 A Basic Permissions System/007 Assigning CurrentUser with a Middleware.mp4 85.17 MB
16 A Basic Permissions System/008 Fixing a Type Definition Error.mp4 15.84 MB
16 A Basic Permissions System/009 Validating Query String Values.mp4 31.99 MB
16 A Basic Permissions System/010 Transforming Query String Data.mp4 26.91 MB
16 A Basic Permissions System/011 How Will We Generate an Estimate.mp4 17.54 MB
17 Query Builders with TypeORM/001 Creating a Query Builder.mp4 61.14 MB
17 Query Builders with TypeORM/002 Writing a Query to Produce the Estimate.mp4 54.17 MB
17 Query Builders with TypeORM/003 Testing the Estimate Logic.mp4 31.83 MB
18 Production Deployment/001 The Path to Production.mp4 7.2 MB
18 Production Deployment/002 Providing the Cookie Key.mp4 37.51 MB
18 Production Deployment/003 Understanding the Synchronize Flag.mp4 17.99 MB
18 Production Deployment/004 The Dangers of Synchronize.mp4 7.74 MB
18 Production Deployment/005 The Theory Behind Migrations.mp4 16.23 MB
18 Production Deployment/006 Headaches with Config Management.mp4 21.42 MB
18 Production Deployment/007 TypeORM and Nest Config is Great.mp4 245.75 MB
18 Production Deployment/008 Env-Specific Database Config.mp4 63.39 MB
18 Production Deployment/009 Installing the TypeORM CLI.mp4 72.2 MB
18 Production Deployment/010 Generating and Running Migrations.mp4 90.96 MB
18 Production Deployment/012 Running Migrations During E2E Tests.mp4 31.74 MB
18 Production Deployment/013 Production DB Config.mp4 31.54 MB
18 Production Deployment/015 Heroku Specific Project Config.mp4 16.92 MB
18 Production Deployment/016 Deploying the App.mp4 7.75 MB
19 [Bonus] Appendix_ TypeScript/001 How to Get Help.mp4 4.26 MB
19 [Bonus] Appendix_ TypeScript/002 TypeScript Overview.mp4 43.77 MB
19 [Bonus] Appendix_ TypeScript/003 Environment Setup.mp4 40.03 MB
19 [Bonus] Appendix_ TypeScript/004 A First App.mp4 30.48 MB
19 [Bonus] Appendix_ TypeScript/005 Executing TypeScript Code.mp4 14.16 MB
19 [Bonus] Appendix_ TypeScript/006 One Quick Change.mp4 11.96 MB
19 [Bonus] Appendix_ TypeScript/007 Catching Errors with TypeScript.mp4 34.88 MB
19 [Bonus] Appendix_ TypeScript/008 Catching More Errors!.mp4 24.8 MB
19 [Bonus] Appendix_ TypeScript/009 Course Overview.mp4 12.59 MB
19 [Bonus] Appendix_ TypeScript/010 Types.mp4 28.25 MB
19 [Bonus] Appendix_ TypeScript/011 More on Types.mp4 31.64 MB
19 [Bonus] Appendix_ TypeScript/012 Examples of Types.mp4 15.33 MB
19 [Bonus] Appendix_ TypeScript/013 Where Do We Use Types_.mp4 3.34 MB
19 [Bonus] Appendix_ TypeScript/014 Type Annotations and Inference.mp4 8.24 MB
19 [Bonus] Appendix_ TypeScript/015 Annotations with Variables.mp4 18.12 MB
19 [Bonus] Appendix_ TypeScript/016 Object Literal Annotations.mp4 28.46 MB
19 [Bonus] Appendix_ TypeScript/017 Annotations Around Functions.mp4 24.4 MB
19 [Bonus] Appendix_ TypeScript/018 Understanding Inference.mp4 19.85 MB
19 [Bonus] Appendix_ TypeScript/019 The Any Type.mp4 37.2 MB
19 [Bonus] Appendix_ TypeScript/020 Fixing the _Any_ Type.mp4 6.93 MB
19 [Bonus] Appendix_ TypeScript/021 Delayed Initialization.mp4 14.91 MB
19 [Bonus] Appendix_ TypeScript/022 When Inference Doesn't Work.mp4 20.27 MB
19 [Bonus] Appendix_ TypeScript/023 Annotations Around Functions.mp4 38.32 MB
19 [Bonus] Appendix_ TypeScript/024 Inference Around Functions.mp4 27.29 MB
19 [Bonus] Appendix_ TypeScript/025 Annotations for Anonymous Functions.mp4 5.77 MB
19 [Bonus] Appendix_ TypeScript/026 Void and Never.mp4 9.6 MB
19 [Bonus] Appendix_ TypeScript/027 Destructuring with Annotations.mp4 16.49 MB
19 [Bonus] Appendix_ TypeScript/028 Annotations Around Objects.mp4 28.82 MB
19 [Bonus] Appendix_ TypeScript/029 Arrays in TypeScript.mp4 14 MB
19 [Bonus] Appendix_ TypeScript/030 Why Typed Arrays_.mp4 38.05 MB
19 [Bonus] Appendix_ TypeScript/031 Multiple Types in Arrays.mp4 9.78 MB
19 [Bonus] Appendix_ TypeScript/032 When to Use Typed Arrays.mp4 3.67 MB
19 [Bonus] Appendix_ TypeScript/033 Tuples in TypeScript.mp4 16.58 MB
19 [Bonus] Appendix_ TypeScript/034 Tuples in Action.mp4 19.02 MB
19 [Bonus] Appendix_ TypeScript/035 Why Tuples_.mp4 11.11 MB
19 [Bonus] Appendix_ TypeScript/036 Interfaces.mp4 5.59 MB
19 [Bonus] Appendix_ TypeScript/037 Long Type Annotations.mp4 16.5 MB
19 [Bonus] Appendix_ TypeScript/038 Fixing Annotations with Interfaces.mp4 18.83 MB
19 [Bonus] Appendix_ TypeScript/039 Syntax Around Interfaces.mp4 17.55 MB
19 [Bonus] Appendix_ TypeScript/040 Functions In Interfaces.mp4 17.82 MB
19 [Bonus] Appendix_ TypeScript/041 Code Reuse with Interfaces.mp4 20.32 MB
19 [Bonus] Appendix_ TypeScript/042 General Plan with Interfaces.mp4 13.87 MB
19 [Bonus] Appendix_ TypeScript/043 Classes.mp4 14.21 MB
19 [Bonus] Appendix_ TypeScript/044 Basic Inheritance.mp4 10.2 MB
19 [Bonus] Appendix_ TypeScript/045 Class Method Modifiers.mp4 30.26 MB
19 [Bonus] Appendix_ TypeScript/046 Fields in Classes.mp4 46.06 MB
19 [Bonus] Appendix_ TypeScript/047 Fields with Inheritance.mp4 21.05 MB
19 [Bonus] Appendix_ TypeScript/048 Where to Use Classes.mp4 4.17 MB
19 [Bonus] Appendix_ TypeScript/049 App Overview.mp4 13.04 MB
19 [Bonus] Appendix_ TypeScript/050 Parcel in Action.mp4 17.8 MB
19 [Bonus] Appendix_ TypeScript/051 Project Structure.mp4 12.75 MB
19 [Bonus] Appendix_ TypeScript/052 Generating Random Data.mp4 25.19 MB
19 [Bonus] Appendix_ TypeScript/053 Type Definition Files.mp4 27.32 MB
19 [Bonus] Appendix_ TypeScript/054 Using Type Definition Files.mp4 66.74 MB
19 [Bonus] Appendix_ TypeScript/055 Export Statements in TypeScript.mp4 18.72 MB
19 [Bonus] Appendix_ TypeScript/056 Defining a Company.mp4 21.47 MB
19 [Bonus] Appendix_ TypeScript/058 Adding Google Maps Support.mp4 36.12 MB
19 [Bonus] Appendix_ TypeScript/060 Google Maps Integration with TypeScript.mp4 37.78 MB
19 [Bonus] Appendix_ TypeScript/061 Exploring Type Definition Files.mp4 145.54 MB
19 [Bonus] Appendix_ TypeScript/062 Hiding Functionality.mp4 58.55 MB
19 [Bonus] Appendix_ TypeScript/063 Why Use Private Modifiers_ Here's Why.mp4 52.95 MB
19 [Bonus] Appendix_ TypeScript/064 Adding Markers.mp4 58.79 MB
19 [Bonus] Appendix_ TypeScript/065 Duplicate Code.mp4 17.55 MB
19 [Bonus] Appendix_ TypeScript/066 One Possible Solution.mp4 56.95 MB
19 [Bonus] Appendix_ TypeScript/067 Restricting Access with Interfaces.mp4 46.55 MB
19 [Bonus] Appendix_ TypeScript/068 Implicit Type Checks.mp4 21.06 MB
19 [Bonus] Appendix_ TypeScript/069 Showing Popup Windows.mp4 101.48 MB
19 [Bonus] Appendix_ TypeScript/070 Updating Interface Definitions.mp4 86.15 MB
19 [Bonus] Appendix_ TypeScript/071 Optional Implements Clauses.mp4 57.51 MB
19 [Bonus] Appendix_ TypeScript/072 App Wrapup.mp4 82.84 MB
其他位置