Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай NestJS Fundamentals, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:03:55
    Introduction to NestJS
  2. Урок 2. 00:01:28
    Installing the NestJS CLI (command-line interface)
  3. Урок 3. 00:01:33
    Generating our first NestJS Application
  4. Урок 4. 00:04:05
    What’s inside a NestJS Application
  5. Урок 5. 00:00:30
    Prerequisite: Install Insomnia
  6. Урок 6. 00:01:07
    Running NestJS in Development Mode
  7. Урок 7. 00:04:53
    Creating a Basic Controller
  8. Урок 8. 00:02:06
    Use Route Parameters
  9. Урок 9. 00:01:49
    Handling Request Body / Payload
  10. Урок 10. 00:04:14
    Response Status Codes
  11. Урок 11. 00:03:05
    Handling Update and Delete Requests
  12. Урок 12. 00:02:20
    Implement Pagination with Query Parameters
  13. Урок 13. 00:07:54
    Creating a Basic Service
  14. Урок 14. 00:03:50
    Send User-Friendly Error Messages
  15. Урок 15. 00:04:38
    Encompass Business-Domain in Modules
  16. Урок 16. 00:06:30
    Introduction to Data Transfer Objects
  17. Урок 17. 00:07:25
    Validate Input Data with Data Transfer Objects
  18. Урок 18. 00:02:10
    Handling Malicious Request Data
  19. Урок 19. 00:03:02
    Auto-transform Payloads to DTO instances
  20. Урок 20. 00:00:48
    Before we Get Started
  21. Урок 21. 00:02:10
    Prerequisite: Install Docker
  22. Урок 22. 00:03:07
    Running PostgreSQL
  23. Урок 23. 00:04:05
    Introducing the TypeORM Module
  24. Урок 24. 00:04:01
    Creating a TypeORM Entity
  25. Урок 25. 00:07:03
    Using Repository to Access Database
  26. Урок 26. 00:06:15
    Create a Relation between two Entities
  27. Урок 27. 00:00:06
    Retrieve Entities with their Relations
  28. Урок 28. 00:04:50
    Using Cascading Inserts and Updates
  29. Урок 29. 00:04:53
    Adding Pagination
  30. Урок 30. 00:05:32
    Use Transactions
  31. Урок 31. 00:00:55
    Adding Indexes to Entities
  32. Урок 32. 00:07:10
    Setting up Migrations
  33. Урок 33. 00:04:00
    Understand Dependency Injection
  34. Урок 34. 00:03:07
    Control NestJS Module Encapsulation
  35. Урок 35. 00:01:18
    Diving Into Custom Providers
  36. Урок 36. 00:00:57
    Value based Providers
  37. Урок 37. 00:03:11
    Non-class-based Provider Tokens
  38. Урок 38. 00:01:04
    Class Providers
  39. Урок 39. 00:02:21
    Factory Providers
  40. Урок 40. 00:02:09
    Leverage Async Providers
  41. Урок 41. 00:04:11
    Create a Dynamic Module
  42. Урок 42. 00:04:00
    Control Providers Scope
  43. Урок 43. 00:03:24
    Diving Deeper Into Request-Scoped Providers
  44. Урок 44. 00:04:42
    Introducing the Config Module
  45. Урок 45. 00:01:18
    Custom Environment File Paths
  46. Урок 46. 00:03:00
    Schema Validation
  47. Урок 47. 00:02:20
    Using the Config Service
  48. Урок 48. 00:04:33
    Custom Configuration Files
  49. Урок 49. 00:04:59
    Configuration Namespaces and Partial Registration
  50. Урок 50. 00:03:09
    Asynchronously Configure Dynamic Modules
  51. Урок 51. 00:02:21
    Introducing More Building Blocks
  52. Урок 52. 00:06:20
    Understanding Binding Techniques
  53. Урок 53. 00:07:25
    Catch Exceptions with Filters
  54. Урок 54. 00:07:40
    Protect Routes with Guards
  55. Урок 55. 00:10:06
    Using Metadata to Build Generic Guards or Interceptors
  56. Урок 56. 00:07:02
    Add Pointcuts with Interceptors
  57. Урок 57. 00:04:03
    Handling Timeouts with Interceptors
  58. Урок 58. 00:05:49
    Creating Custom Pipes
  59. Урок 59. 00:06:16
    Bonus: Add Request Logging with Middleware
  60. Урок 60. 00:03:50
    Bonus: Create Custom Param Decorators
  61. Урок 61. 00:03:45
    Introducing the Swagger Module
  62. Урок 62. 00:03:43
    Enabling CLI Plugin
  63. Урок 63. 00:01:21
    Decorating Model Properties
  64. Урок 64. 00:02:04
    Adding Example Responses
  65. Урок 65. 00:01:05
    Using Tags to Group Resources
  66. Урок 66. 00:01:51
    Introduction to Jest
  67. Урок 67. 00:08:42
    Getting Started with Test Suites
  68. Урок 68. 00:07:45
    Adding Unit Tests
  69. Урок 69. 00:06:09
    Diving Into e2e Tests
  70. Урок 70. 00:06:59
    Creating our First e2e Test
  71. Урок 71. 00:04:12
    Implementing e2e Test Logic
  72. Урок 72. 00:00:44
    Before we Get Started
  73. Урок 73. 00:02:32
    Prerequisite: Install Docker
  74. Урок 74. 00:03:00
    Running MongoDB
  75. Урок 75. 00:02:37
    Introducing the Mongoose Module
  76. Урок 76. 00:04:52
    Creating a Mongoose Model
  77. Урок 77. 00:08:42
    Using a Mongoose Model to Access MongoDB
  78. Урок 78. 00:04:57
    Adding Pagination
  79. Урок 79. 00:06:04
    Use Transactions
  80. Урок 80. 00:01:18
    Adding Indexes to Schemas