本站已收录 番号和无损神作磁力链接/BT种子 

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

种子简介

种子名称: [FreeCourseSite.com] Udemy - NestJS The Complete Developer's Guide
文件类型: 视频
文件数目: 223个文件
文件大小: 7.72 GB
收录时间: 2023-12-29 23:39
已经下载: 3
资源热度: 47
最近下载: 2024-6-9 18:01

下载BT种子文件

下载Torrent文件(.torrent) 立即下载

磁力链接下载

magnet:?xt=urn:btih:e446ecdcfd1ea890617641501f382941f7f306b1&dn=[FreeCourseSite.com] Udemy - NestJS The Complete Developer's Guide 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

[FreeCourseSite.com] Udemy - NestJS The Complete Developer's Guide.torrent
  • 01 - Get Started Here!/001 How to Get Help.mp42.41MB
  • 02 - The Basics of Nest/001 Project Setup.mp410.5MB
  • 02 - The Basics of Nest/002 TypeScript Configuration.mp417.91MB
  • 02 - The Basics of Nest/003 Creating a Controller.mp423.46MB
  • 02 - The Basics of Nest/004 Starting Up a Nest App.mp431.45MB
  • 02 - The Basics of Nest/005 File Naming Conventions.mp431.27MB
  • 02 - The Basics of Nest/006 Routing Decorators.mp47.8MB
  • 03 - Generating Projects with the Nest CLI/001 App Setup.mp451.16MB
  • 03 - Generating Projects with the Nest CLI/002 Using the Nest CLI to Generate Files.mp426.22MB
  • 03 - Generating Projects with the Nest CLI/003 More on Generating Files.mp414.81MB
  • 03 - Generating Projects with the Nest CLI/004 Adding Routing Logic.mp414.41MB
  • 03 - Generating Projects with the Nest CLI/005 [Optional] Postman Setup.mp414.5MB
  • 03 - Generating Projects with the Nest CLI/006 [Optional] VSCode REST Client Extension.mp427.88MB
  • 04 - Validating Request Data with Pipes/001 Accessing Request Data with Decorators.mp426.99MB
  • 04 - Validating Request Data with Pipes/003 Using Pipes for Validation.mp411.96MB
  • 04 - Validating Request Data with Pipes/004 Adding Validation Rules.mp434.46MB
  • 04 - Validating Request Data with Pipes/005 Behind the Scenes of Validation.mp474.69MB
  • 04 - Validating Request Data with Pipes/006 How Type Info is Preserved.mp454.06MB
  • 05 - Nest Architecture Services and Repositories/001 Services and Repositories.mp429.91MB
  • 05 - Nest Architecture Services and Repositories/002 Implementing a Repository.mp420.85MB
  • 05 - Nest Architecture Services and Repositories/003 Reading and Writing to a Storage File.mp422.71MB
  • 05 - Nest Architecture Services and Repositories/004 Implementing a Service.mp421.78MB
  • 05 - Nest Architecture Services and Repositories/005 Manual Testing of the Controller.mp466.09MB
  • 05 - Nest Architecture Services and Repositories/006 Reporting Errors with Exceptions.mp432.29MB
  • 05 - Nest Architecture Services and Repositories/007 Understanding Inversion of Control.mp4119.28MB
  • 05 - Nest Architecture Services and Repositories/008 Introduction to Dependency Injection.mp440.25MB
  • 05 - Nest Architecture Services and Repositories/009 Refactoring to Use Dependency Injection.mp447MB
  • 05 - Nest Architecture Services and Repositories/010 Few More Notes on DI.mp436MB
  • 06 - Nest Architecture Organizing Code with Modules/001 Project Overview.mp414.8MB
  • 06 - Nest Architecture Organizing Code with Modules/002 Generating a Few Files.mp422.85MB
  • 06 - Nest Architecture Organizing Code with Modules/003 Setting Up DI Between Modules.mp456.89MB
  • 06 - Nest Architecture Organizing Code with Modules/004 More on DI Between Modules.mp450MB
  • 06 - Nest Architecture Organizing Code with Modules/005 Consuming Multiple Modules.mp425.09MB
  • 06 - Nest Architecture Organizing Code with Modules/006 Modules Wrapup.mp49.43MB
  • 07 - Big Project Time!/001 App Overview.mp48.35MB
  • 07 - Big Project Time!/002 API Design.mp429.78MB
  • 07 - Big Project Time!/003 Module Design!.mp414.26MB
  • 07 - Big Project Time!/004 Generating Modules, Controllers, and Services.mp411.18MB
  • 08 - Persisting Data with TypeORM/001 Persistent Data with Nest.mp415.82MB
  • 08 - Persisting Data with TypeORM/002 Setting Up a Database Connection.mp455.14MB
  • 08 - Persisting Data with TypeORM/003 Creating an Entity and Repository.mp461.1MB
  • 08 - Persisting Data with TypeORM/004 Viewing a DB's Contents.mp456.98MB
  • 08 - Persisting Data with TypeORM/005 Understanding TypeORM Decorators.mp433.39MB
  • 08 - Persisting Data with TypeORM/006 One Quick Note on Repositories.mp415.73MB
  • 08 - Persisting Data with TypeORM/007 A Few Extra Routes.mp416.4MB
  • 08 - Persisting Data with TypeORM/008 Setting Up Body Validation.mp429.66MB
  • 08 - Persisting Data with TypeORM/009 Manual Route Testing.mp430.19MB
  • 09 - Creating and Saving User Data/001 Creating and Saving a User.mp439.75MB
  • 09 - Creating and Saving User Data/002 Quick Breather and Review.mp432.47MB
  • 09 - Creating and Saving User Data/003 More on Create vs Save.mp451.53MB
  • 09 - Creating and Saving User Data/005 Querying for Data.mp415.65MB
  • 09 - Creating and Saving User Data/006 Updating Data.mp443.49MB
  • 09 - Creating and Saving User Data/007 Removing Users.mp425.77MB
  • 09 - Creating and Saving User Data/008 Finding and Filtering Records.mp464.03MB
  • 09 - Creating and Saving User Data/009 Removing Records.mp414.79MB
  • 09 - Creating and Saving User Data/010 Updating Records.mp427.91MB
  • 09 - Creating and Saving User Data/011 A Few Notes on Exceptions.mp461.33MB
  • 10 - Custom Data Serialization/001 Excluding Response Properties.mp433.49MB
  • 10 - Custom Data Serialization/002 Solution to Serialization.mp441.91MB
  • 10 - Custom Data Serialization/003 How to Build Interceptors.mp4118.66MB
  • 10 - Custom Data Serialization/004 Serialization in the Interceptor.mp487.84MB
  • 10 - Custom Data Serialization/005 Customizing the Interceptor's DTO.mp416.73MB
  • 10 - Custom Data Serialization/006 Wrapping the Interceptor in a Decorator.mp421.05MB
  • 10 - Custom Data Serialization/007 Controller-Wide Serialization.mp416.1MB
  • 10 - Custom Data Serialization/008 A Bit of Type Safety Around Serialize.mp419.09MB
  • 11 - Authentication From Scratch/001 Authentication Overview.mp481.71MB
  • 11 - Authentication From Scratch/002 Reminder on Service Setup.mp427.52MB
  • 11 - Authentication From Scratch/003 Implementing Signup Functionality.mp418.97MB
  • 11 - Authentication From Scratch/004 [Optional] Understanding Password Hashing.mp4123.65MB
  • 11 - Authentication From Scratch/005 Salting and Hashing the Password.mp437.64MB
  • 11 - Authentication From Scratch/006 Creating a User.mp421.82MB
  • 11 - Authentication From Scratch/007 Handling User Sign In.mp490.29MB
  • 11 - Authentication From Scratch/008 Setting up Sessions.mp434.34MB
  • 11 - Authentication From Scratch/009 Changing and Fetching Session Data.mp427.01MB
  • 11 - Authentication From Scratch/010 Signing in a User.mp451.27MB
  • 11 - Authentication From Scratch/011 Getting the Current User.mp47.96MB
  • 11 - Authentication From Scratch/012 Signing Out a User.mp448.1MB
  • 11 - Authentication From Scratch/013 Two Automation Tools.mp46.82MB
  • 11 - Authentication From Scratch/014 Custom Param Decorators.mp426.56MB
  • 11 - Authentication From Scratch/015 Why a Decorator and Interceptor.mp444.48MB
  • 11 - Authentication From Scratch/016 Communicating from Interceptor to Decorator.mp438.24MB
  • 11 - Authentication From Scratch/018 Connecting an Interceptor to Dependency Injection.mp426.28MB
  • 11 - Authentication From Scratch/019 Globally Scoped Interceptors.mp419.87MB
  • 11 - Authentication From Scratch/020 Preventing Access with Authentication Guards.mp454.19MB
  • 12 - Getting Started with Unit Testing/001 Testing Overview.mp433.08MB
  • 12 - Getting Started with Unit Testing/002 Testing Setup.mp437.03MB
  • 12 - Getting Started with Unit Testing/003 Yes, Testing is Confusing.mp483.88MB
  • 12 - Getting Started with Unit Testing/004 Getting TypeScript to Help With Mocks.mp433.89MB
  • 12 - Getting Started with Unit Testing/006 Improving File Layout.mp421.21MB
  • 12 - Getting Started with Unit Testing/007 Ensuring Password Gets Hashed.mp477.74MB
  • 12 - Getting Started with Unit Testing/009 Changing Mock Implementations.mp465.21MB
  • 12 - Getting Started with Unit Testing/011 Testing the Signin Flow.mp410.17MB
  • 12 - Getting Started with Unit Testing/013 Checking Password Comparison.mp472.71MB
  • 12 - Getting Started with Unit Testing/014 More Intelligent Mocks.mp474.41MB
  • 12 - Getting Started with Unit Testing/016 Refactoring to Use Intelligent Mocks.mp420.28MB
  • 12 - Getting Started with Unit Testing/017 Unit Testing a Controller.mp445.07MB
  • 12 - Getting Started with Unit Testing/018 More Mock Implementations.mp435.58MB
  • 12 - Getting Started with Unit Testing/020 Not Super Effective Tests.mp493.75MB
  • 12 - Getting Started with Unit Testing/021 Testing the Signin Method.mp459.78MB
  • 13 - Integration Testing/001 Getting Started with End to End Testing.mp416.35MB
  • 13 - Integration Testing/002 Creating an End to End Test.mp429.95MB
  • 13 - Integration Testing/003 App Setup Issues in Spec Files.mp467.64MB
  • 13 - Integration Testing/004 Applying a Globally Scoped Pipe.mp435.78MB
  • 13 - Integration Testing/005 Applying a Globally Scoped Middleware.mp456.3MB
  • 13 - Integration Testing/006 Solving Failures Around Repeat Test Runs.mp436.56MB
  • 13 - Integration Testing/007 Creating Separate Test and Dev Databases.mp431.74MB
  • 14 - Managing App Configuration/001 Understanding Dotenv.mp442.28MB
  • 14 - Managing App Configuration/002 Applying Dotenv for Config.mp460.57MB
  • 14 - Managing App Configuration/003 Specifying the Runtime Environment.mp459.19MB
  • 14 - Managing App Configuration/004 Solving a SQLite Error.mp438.44MB
  • 14 - Managing App Configuration/005 It Works!.mp422.76MB
  • 14 - Managing App Configuration/006 A Followup Test.mp425.33MB
  • 15 - Relations with TypeORM/001 Back to Reports.mp44.1MB
  • 15 - Relations with TypeORM/002 Adding Properties to Reports.mp417.56MB
  • 15 - Relations with TypeORM/003 A DTO for Report Creation.mp417.76MB
  • 15 - Relations with TypeORM/004 Receiving Report Creation Requests.mp439.99MB
  • 15 - Relations with TypeORM/005 Saving a Report with the Reports Service.mp440.77MB
  • 15 - Relations with TypeORM/006 Testing Report Creation.mp447.87MB
  • 15 - Relations with TypeORM/007 Building Associations.mp422.02MB
  • 15 - Relations with TypeORM/008 Types of Associations.mp421.96MB
  • 15 - Relations with TypeORM/009 The ManyToOne and OneToMany Decorators.mp419.89MB
  • 15 - Relations with TypeORM/011 More on Decorators.mp462.34MB
  • 15 - Relations with TypeORM/012 Setting up the Association.mp482.08MB
  • 15 - Relations with TypeORM/013 Formatting the Report Response.mp413.39MB
  • 15 - Relations with TypeORM/014 Transforming Properties with a DTO.mp442.59MB
  • 16 - A Basic Permissions System/001 Adding in Report Approval.mp434.62MB
  • 16 - A Basic Permissions System/003 Testing Report Approval.mp426.89MB
  • 16 - A Basic Permissions System/004 Authorization vs Authentication.mp428.87MB
  • 16 - A Basic Permissions System/005 Adding an Authorization Guard.mp430.97MB
  • 16 - A Basic Permissions System/006 The Guard Doesn't Work!.mp412.22MB
  • 16 - A Basic Permissions System/007 Middlewares, Guards, and Interceptors.mp421.27MB
  • 16 - A Basic Permissions System/008 Assigning CurrentUser with a Middleware.mp485.06MB
  • 16 - A Basic Permissions System/009 Fixing a Type Definition Error.mp415.84MB
  • 16 - A Basic Permissions System/010 Validating Query String Values.mp431.88MB
  • 16 - A Basic Permissions System/011 Transforming Query String Data.mp426.87MB
  • 16 - A Basic Permissions System/012 How Will We Generate an Estimate.mp417.5MB
  • 17 - Query Builders with TypeORM/001 Creating a Query Builder.mp461.14MB
  • 17 - Query Builders with TypeORM/002 Writing a Query to Produce the Estimate.mp445.91MB
  • 17 - Query Builders with TypeORM/003 Testing the Estimate Logic.mp431.78MB
  • 18 - Production Deployment/001 The Path to Production.mp47.18MB
  • 18 - Production Deployment/002 Providing the Cookie Key.mp437.42MB
  • 18 - Production Deployment/003 Understanding the Synchronize Flag.mp417.96MB
  • 18 - Production Deployment/004 The Dangers of Synchronize.mp47.71MB
  • 18 - Production Deployment/005 The Theory Behind Migrations.mp416.21MB
  • 18 - Production Deployment/006 Headaches with Config Management.mp421.36MB
  • 18 - Production Deployment/007 TypeORM and Nest Config is Great.mp4245.67MB
  • 18 - Production Deployment/008 Env-Specific Database Config.mp463.35MB
  • 18 - Production Deployment/009 Installing the TypeORM CLI.mp472.17MB
  • 18 - Production Deployment/010 Generating and Running Migrations.mp490.85MB
  • 18 - Production Deployment/012 Running Migrations During E2E Tests.mp431.77MB
  • 18 - Production Deployment/013 Production DB Config.mp431.44MB
  • 18 - Production Deployment/015 Heroku Specific Project Config.mp416.91MB
  • 18 - Production Deployment/016 Deploying the App - (Final Lecture).mp47.48MB
  • 19 - [Bonus] Appendix TypeScript/001 How to Get Help.mp44.25MB
  • 19 - [Bonus] Appendix TypeScript/002 TypeScript Overview.mp443.79MB
  • 19 - [Bonus] Appendix TypeScript/003 Environment Setup.mp477.07MB
  • 19 - [Bonus] Appendix TypeScript/005 A First App.mp430.44MB
  • 19 - [Bonus] Appendix TypeScript/006 Executing TypeScript Code.mp414.11MB
  • 19 - [Bonus] Appendix TypeScript/007 One Quick Change.mp411.93MB
  • 19 - [Bonus] Appendix TypeScript/008 Catching Errors with TypeScript.mp434.87MB
  • 19 - [Bonus] Appendix TypeScript/009 Catching More Errors!.mp420.29MB
  • 19 - [Bonus] Appendix TypeScript/010 Course Overview.mp412.55MB
  • 19 - [Bonus] Appendix TypeScript/011 Types.mp420.73MB
  • 19 - [Bonus] Appendix TypeScript/012 More on Types.mp431.56MB
  • 19 - [Bonus] Appendix TypeScript/013 Examples of Types.mp415.28MB
  • 19 - [Bonus] Appendix TypeScript/014 Where Do We Use Types.mp43.33MB
  • 19 - [Bonus] Appendix TypeScript/015 Type Annotations and Inference.mp48.22MB
  • 19 - [Bonus] Appendix TypeScript/016 Annotations with Variables.mp418.07MB
  • 19 - [Bonus] Appendix TypeScript/017 Object Literal Annotations.mp428.39MB
  • 19 - [Bonus] Appendix TypeScript/018 Annotations Around Functions.mp424.33MB
  • 19 - [Bonus] Appendix TypeScript/019 Understanding Inference.mp419.86MB
  • 19 - [Bonus] Appendix TypeScript/020 The Any Type.mp437.1MB
  • 19 - [Bonus] Appendix TypeScript/021 Fixing the Any Type.mp46.92MB
  • 19 - [Bonus] Appendix TypeScript/022 Delayed Initialization.mp414.88MB
  • 19 - [Bonus] Appendix TypeScript/023 When Inference Doesn't Work.mp420.22MB
  • 19 - [Bonus] Appendix TypeScript/024 More Annotations Around Functions.mp438.29MB
  • 19 - [Bonus] Appendix TypeScript/025 Inference Around Functions.mp427.23MB
  • 19 - [Bonus] Appendix TypeScript/026 Annotations for Anonymous Functions.mp45.76MB
  • 19 - [Bonus] Appendix TypeScript/027 Void and Never.mp49.57MB
  • 19 - [Bonus] Appendix TypeScript/028 Destructuring with Annotations.mp416.46MB
  • 19 - [Bonus] Appendix TypeScript/029 Annotations Around Objects.mp428.75MB
  • 19 - [Bonus] Appendix TypeScript/030 Arrays in TypeScript.mp413.94MB
  • 19 - [Bonus] Appendix TypeScript/031 Why Typed Arrays.mp438MB
  • 19 - [Bonus] Appendix TypeScript/032 Multiple Types in Arrays.mp49.73MB
  • 19 - [Bonus] Appendix TypeScript/033 When to Use Typed Arrays.mp43.66MB
  • 19 - [Bonus] Appendix TypeScript/034 Tuples in TypeScript.mp416.52MB
  • 19 - [Bonus] Appendix TypeScript/035 Tuples in Action.mp418.96MB
  • 19 - [Bonus] Appendix TypeScript/036 Why Tuples.mp411.06MB
  • 19 - [Bonus] Appendix TypeScript/037 Interfaces.mp45.57MB
  • 19 - [Bonus] Appendix TypeScript/038 Long Type Annotations.mp416.45MB
  • 19 - [Bonus] Appendix TypeScript/039 Fixing Annotations with Interfaces.mp418.79MB
  • 19 - [Bonus] Appendix TypeScript/040 Syntax Around Interfaces.mp414.01MB
  • 19 - [Bonus] Appendix TypeScript/041 Functions In Interfaces.mp417.77MB
  • 19 - [Bonus] Appendix TypeScript/042 Code Reuse with Interfaces.mp420.28MB
  • 19 - [Bonus] Appendix TypeScript/043 General Plan with Interfaces.mp413.84MB
  • 19 - [Bonus] Appendix TypeScript/044 Classes.mp414.17MB
  • 19 - [Bonus] Appendix TypeScript/045 Basic Inheritance.mp410.16MB
  • 19 - [Bonus] Appendix TypeScript/046 Class Method Modifiers.mp430.2MB
  • 19 - [Bonus] Appendix TypeScript/047 Fields in Classes.mp445.96MB
  • 19 - [Bonus] Appendix TypeScript/048 Fields with Inheritance.mp421.02MB
  • 19 - [Bonus] Appendix TypeScript/049 Where to Use Classes.mp44.16MB
  • 19 - [Bonus] Appendix TypeScript/051 App Overview.mp413MB
  • 19 - [Bonus] Appendix TypeScript/052 Bundling with Parcel.mp419.8MB
  • 19 - [Bonus] Appendix TypeScript/053 Project Structure.mp412.72MB
  • 19 - [Bonus] Appendix TypeScript/055 Generating Random Data.mp425.11MB
  • 19 - [Bonus] Appendix TypeScript/056 Type Definition Files.mp427.28MB
  • 19 - [Bonus] Appendix TypeScript/057 Using Type Definition Files.mp466.62MB
  • 19 - [Bonus] Appendix TypeScript/058 Export Statements in TypeScript.mp418.66MB
  • 19 - [Bonus] Appendix TypeScript/059 Defining a Company.mp421.42MB
  • 19 - [Bonus] Appendix TypeScript/061 Adding Google Maps Support.mp441.64MB
  • 19 - [Bonus] Appendix TypeScript/063 Google Maps Integration with TypeScript.mp437.79MB
  • 19 - [Bonus] Appendix TypeScript/064 Exploring Type Definition Files.mp4171.37MB
  • 19 - [Bonus] Appendix TypeScript/065 Hiding Functionality.mp458.48MB
  • 19 - [Bonus] Appendix TypeScript/066 Why Use Private Modifiers Here's Why.mp452.84MB
  • 19 - [Bonus] Appendix TypeScript/067 Adding Markers.mp458.65MB
  • 19 - [Bonus] Appendix TypeScript/068 Duplicate Code.mp417.52MB
  • 19 - [Bonus] Appendix TypeScript/069 One Possible Solution.mp456.87MB
  • 19 - [Bonus] Appendix TypeScript/070 Restricting Access with Interfaces.mp446.49MB
  • 19 - [Bonus] Appendix TypeScript/071 Implicit Type Checks.mp417.99MB
  • 19 - [Bonus] Appendix TypeScript/072 Showing Popup Windows.mp4101.43MB
  • 19 - [Bonus] Appendix TypeScript/073 Updating Interface Definitions.mp486.12MB
  • 19 - [Bonus] Appendix TypeScript/074 Optional Implements Clauses.mp457.43MB
  • 19 - [Bonus] Appendix TypeScript/075 App Wrapup.mp482.8MB