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