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