Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Master NestJS 9 - Node.js Framework 2023, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:05:46
    About Node, Express, Nest and Backend Development
  2. Урок 2. 00:02:00
    How to Get Help?
  3. Урок 3. 00:01:57
    Getting the Source Code!
  4. Урок 4. 00:02:10
    Don't Know TypeScript or JavaScript?
  5. Урок 5. 00:01:43
    Software You Need (Node, Docker, Postman)
  6. Урок 6. 00:01:19
    Using Postman
  7. Урок 7. 00:04:14
    Using Visual Studio Code
  8. Урок 8. 00:04:48
    Front-End Application (OPTIONAL!)
  9. Урок 9. 00:00:40
    Introduction to NestJS - Section Intro
  10. Урок 10. 00:02:30
    Installing and Using Nest CLI
  11. Урок 11. 00:04:57
    NestJS Project Structure
  12. Урок 12. 00:02:29
    Controllers, Routing, Requests - Section Intro
  13. Урок 13. 00:05:15
    Controllers
  14. Урок 14. 00:06:35
    Resource Controller
  15. Урок 15. 00:03:14
    Route Parameters
  16. Урок 16. 00:02:07
    Request Body
  17. Урок 17. 00:05:21
    Responses and Status Codes
  18. Урок 18. 00:03:06
    Request Payload - Data Transfer Objects
  19. Урок 19. 00:04:24
    The Update Payload
  20. Урок 20. 00:12:22
    A Working API Example
  21. Урок 21. 00:03:06
    Database Basics - Section Introduction
  22. Урок 22. 00:03:13
    Adding Docker to the Stack
  23. Урок 23. 00:06:57
    Running the Database with Docker Compose
  24. Урок 24. 00:02:18
    Introduction to ORMs
  25. Урок 25. 00:03:59
    Connecting to the Database
  26. Урок 26. 00:07:51
    The Entity (Primary Key & Columns)
  27. Урок 27. 00:02:33
    Repository Pattern
  28. Урок 28. 00:03:06
    TypeORM 3 UPGRADE GUIDE!
  29. Урок 29. 00:06:35
    Repository in Practice
  30. Урок 30. 00:08:41
    Repository Querying Criteria and Options
  31. Урок 31. 00:03:29
    Data Validation - Section Introduction
  32. Урок 32. 00:02:33
    Introduction to Pipes
  33. Урок 33. 00:06:06
    Input Validation
  34. Урок 34. 00:05:33
    Validation Groups and Options
  35. Урок 35. 00:07:25
    Modules, Providers, Dependency Injection - Section Introduction
  36. Урок 36. 00:03:37
    Introduction to Modules, Providers and Dependency Injection
  37. Урок 37. 00:02:47
    Creating a Custom Module
  38. Урок 38. 00:04:32
    Static Modules and Dynamic Modules
  39. Урок 39. 00:07:27
    Standard & Custom Providers
  40. Урок 40. 00:05:21
    Application Config and Environments
  41. Урок 41. 00:06:17
    Custom Configuration Files and Options
  42. Урок 42. 00:03:28
    Logging
  43. Урок 43. 00:02:17
    Exception Filters
  44. Урок 44. 00:01:42
    Understanding Relations
  45. Урок 45. 00:05:41
    One To Many Relation
  46. Урок 46. 00:03:18
    Loading Related Entities
  47. Урок 47. 00:06:11
    Associating Related Entities
  48. Урок 48. 00:06:48
    Many To Many Relation
  49. Урок 49. 00:07:42
    Query Builder Introduction
  50. Урок 50. 00:08:52
    Joins And Aggregation with Query Builder
  51. Урок 51. 00:08:57
    Filtering Data Using Query Builder
  52. Урок 52. 00:08:46
    Pagination Using Query Builder
  53. Урок 53. 00:12:29
    Updating, Deleting, Modifying Relations using QB
  54. Урок 54. 00:04:15
    One to One Relation
  55. Урок 55. 00:03:39
    Introduction to Authentication
  56. Урок 56. 00:07:33
    Local Passport Strategy
  57. Урок 57. 00:06:29
    Logging In - Passport Strategy with a Nest Guard
  58. Урок 58. 00:04:22
    JWT - JSON Web Tokens Introduction
  59. Урок 59. 00:07:15
    JWT - Generating Token
  60. Урок 60. 00:06:00
    JWT - Strategy & Guard - Authenticating with JWT Token
  61. Урок 61. 00:02:27
    Hashing Passwords with Bcrypt
  62. Урок 62. 00:03:51
    Custom CurrentUser Decorator
  63. Урок 63. 00:11:17
    User Registration
  64. Урок 64. 00:08:49
    Only Authenticated Users Can Create Events
  65. Урок 65. 00:06:22
    Only The Owners Can Edit or Delete Events
  66. Урок 66. 00:01:51
    Interceptors and Serialization
  67. Урок 67. 00:05:33
    Serializing Data
  68. Урок 68. 00:03:38
    Serializing Nested Objects
  69. Урок 69. 00:01:54
    (Practical) Building Full Events API
  70. Урок 70. 00:05:44
    Relations Between Entities
  71. Урок 71. 00:06:34
    Getting Event Attendees
  72. Урок 72. 00:07:51
    Getting Events Organized by User
  73. Урок 73. 00:07:37
    Current User Event Attendance - the Business Logic
  74. Урок 74. 00:09:19
    Current User Event Attendance - the Controller
  75. Урок 75. 00:14:44
    Events Refactoring
  76. Урок 76. 00:06:48
    Manual Testing with Postman
  77. Урок 77. 00:02:00
    Introduction to Automated Testing
  78. Урок 78. 00:04:34
    Introduction to Jest
  79. Урок 79. 00:06:39
    Basic Unit Test and Code Coverage
  80. Урок 80. 00:20:59
    Test Grouping, Spies, Mocks, Setup and Teardown
  81. Урок 81. 00:04:57
    Nest Testing Utilities
  82. Урок 82. 00:06:15
    Complex Unit Tests Part 1
  83. Урок 83. 00:09:43
    Complex Unit Tests Part 2
  84. Урок 84. 00:06:07
    Complex Unit Tests Part 3
  85. Урок 85. 00:07:33
    Introduction to E2E Testing
  86. Урок 86. 00:08:50
    E2E Tests with Data Fixtures
  87. Урок 87. 00:09:03
    Exploring E2E Tests
  88. Урок 88. 00:09:23
    Dealing with Big E2E Test Suites
  89. Урок 89. 00:06:50
    Upgrade Guide for Existing Students Nest 7 to Nest 9
  90. Урок 90. 00:02:39
    What is GraphQL?
  91. Урок 91. 00:04:49
    How Does GraphQL API Work?
  92. Урок 92. 00:03:49
    REST vs GraphQL APIs!
  93. Урок 93. 00:07:10
    Setting Up and Configuring a GraphQL Module
  94. Урок 94. 00:14:06
    First Resolver, Query and Type!
  95. Урок 95. 00:08:30
    Nullable Fields & Nested Objects on Types
  96. Урок 96. 00:07:39
    Query Arguments
  97. Урок 97. 00:07:49
    Handling Errors Using Exception Filter
  98. Урок 98. 00:10:04
    Mutations & Input Types (How to Make Changes Using GQL)
  99. Урок 99. 00:06:02
    Input Types & Data Validation
  100. Урок 100. 00:08:35
    Resolving Nested Objects & Lazy Database Relations
  101. Урок 101. 00:07:05
    Field Resolvers
  102. Урок 102. 00:05:03
    Working with Enums in GraphQL
  103. Урок 103. 00:08:23
    Editing Data in GraphQL (Edit Input Types)
  104. Урок 104. 00:02:51
    Not All Fields Should Change - Using Partial/Omit
  105. Урок 105. 00:08:56
    Deleting in GraphQL
  106. Урок 106. 00:15:11
    Course, Subject and Teacher Resolvers
  107. Урок 107. 00:09:21
    Authorization in GraphQL
  108. Урок 108. 00:04:55
    Authentication Refactoring Visualized
  109. Урок 109. 00:05:35
    Extract Authentication Logic Into the AuthService (Reusability)
  110. Урок 110. 00:08:31
    Authentication Resolver - Logging In using GraphQL
  111. Урок 111. 00:08:32
    Getting Current User in GQL & Me Resolver
  112. Урок 112. 00:01:40
    Refactoring User Registration Introduction
  113. Урок 113. 00:08:31
    Moving of User Creation into the UserService
  114. Урок 114. 00:10:46
    Creating an "Identical Password" Custom Validator
  115. Урок 115. 00:14:50
    Checking if the User Already Exists Using a Validator
  116. Урок 116. 00:06:39
    User Registration Mutation in GraphQL
  117. Урок 117. 00:12:55
    Refactoring Pagination For GraphQL using Tests & Advanced TS Types
  118. Урок 118. 00:05:37
    Paginated GraphQL Query Results