1. Урок 1.00:06:00
    Introduction to NestJs
  2. Урок 2.00:03:26
    Routing in NestJs
  3. Урок 3.00:04:36
    Access Express request Object in NestJs
  4. Урок 4.00:03:46
    Define Resources
  5. Урок 5.00:03:36
    Status Code, Redirection and Route Parameters
  6. Урок 6.00:02:35
    What are Generics
  7. Урок 7.00:03:58
    Typescript Setup and Installation
  8. Урок 8.00:03:08
    Generic Function
  9. Урок 9.00:02:30
    Generic Function T Array Type
  10. Урок 10.00:02:23
    Generic Function with Multiple Type Variables
  11. Урок 11.00:02:20
    Generic Constraints
  12. Урок 12.00:04:47
    Generic Interfaces to describe Object Properties
  13. Урок 13.00:03:18
    Create Interface to describe Function Type
  14. Урок 14.00:02:12
    Generic Classes and Interfaces
  15. Урок 15.00:03:04
    Introduction to Decorators
  16. Урок 16.00:04:32
    Arguments in Method Decorator
  17. Урок 17.00:01:47
    Configurable Decorator using Decorator Factory.
  18. Урок 18.00:04:29
    Property Decorator
  19. Урок 19.00:02:16
    Parameter Decorator
  20. Урок 20.00:00:39
    Class Decorator
  21. Урок 21.00:02:06
    Module Introduction
  22. Урок 22.00:09:06
    Create Post Endpoint to Save Record in Array
  23. Урок 23.00:06:42
    Request Payload in NestJs
  24. Урок 24.00:04:52
    FindAll and Delete Endpoint
  25. Урок 25.00:02:38
    What are Pipes
  26. Урок 26.00:06:27
    Add Validations using ValidationPipe
  27. Урок 27.00:05:40
    Understand How ValidationPipe works
  28. Урок 28.00:02:13
    What are Middlewares
  29. Урок 29.00:06:28
    Creating a Custom Logging Middleware
  30. Урок 30.00:10:15
    Creating HttpException Filter
  31. Урок 31.00:01:45
    What are Interceptors
  32. Урок 32.00:14:56
    Create Interceptor to Transform the Response
  33. Урок 33.00:04:45
    Installing Mysql server
  34. Урок 34.00:07:00
    Connect NestJs to Mysql using TypeORM
  35. Урок 35.00:05:16
    Create an Entity to map a Database Table
  36. Урок 36.00:09:58
    Save new record in MySQL Database Table
  37. Урок 37.00:18:02
    Get, Update, and Delete Record
  38. Урок 38.00:08:02
    Adding One to One Relation between Entities
  39. Урок 39.00:30:00
    CRUD with One to One Relationship
  40. Урок 40.00:36:35
    Adding One to Many or Many to Many Relation between Entities
  41. Урок 41.00:22:33
    Adding Many to Many Relation between Entities
  42. Урок 42.00:14:41
    Connecting NestJs App with MongoDB
  43. Урок 43.00:04:33
    Introduction to Authentication
  44. Урок 44.00:14:28
    Implement Signup User
  45. Урок 45.00:14:14
    Implement Login User
  46. Урок 46.00:03:57
    Introduction to PassportJs
  47. Урок 47.00:23:57
    Authenticate User using Passport-JWT Strategy
  48. Урок 48.00:11:19
    Configure Swagger with NestJs app
  49. Урок 49.00:08:59
    Add Documentation for Swagger
  50. Урок 50.00:13:53
    Deploy NestJs app to MLab and Zeit Now
  51. Урок 51.00:02:39
    Install PostgreSQL
  52. Урок 52.00:07:27
    Connect NestJs app to Sequelize using Postgres
  53. Урок 53.00:04:29
    What is GraphQL
  54. Урок 54.00:03:07
    GraphQL Query
  55. Урок 55.00:01:06
    Working with HackerNewsAPI
  56. Урок 56.00:01:12
    Arguments in GraphQL
  57. Урок 57.00:01:57
    Required Arguments in GraphQL
  58. Урок 58.00:03:46
    GraphQL Schema and Types
  59. Урок 59.00:01:53
    Aliases in GraphQL
  60. Урок 60.00:02:10
    Fragments In GraphQL
  61. Урок 61.00:02:18
    Nested Fields in GraphQL
  62. Урок 62.00:01:34
    Operations In GraphQL
  63. Урок 63.00:03:40
    Variables In GraphQL
  64. Урок 64.00:02:57
    Mutations In GraphQL
  65. Урок 65.00:02:28
    Directives In GraphQL
  66. Урок 66.00:27:02
    GraphQL Setup with NestJs
  67. Урок 67.00:31:36
    CRUD API with GraphQL and NestJs
  68. Урок 68.00:08:37
    Resolve Parent Object in Resolvers
  69. Урок 69.00:01:07
    Initial Setup for Nodejs and Express Server
  70. Урок 70.00:01:27
    Connecting Nodejs Application with MongoDB using Mongoose
  71. Урок 71.00:03:36
    Create Nodejs Project Structure Feature by Feature
  72. Урок 72.00:01:49
    Create a Model in Mongoose
  73. Урок 73.00:04:17
    Add Validations for Request Params in NodeJs using Joi package
  74. Урок 74.00:01:16
    Create a new Record in MongoDB by using HTTP POST Endpoint
  75. Урок 75.00:01:16
    Find All Records from MongoDB using HTTP GET Endpoint
  76. Урок 76.00:03:34
    Add Pagination in Mongoose
  77. Урок 77.00:02:01
    Find Single Record from MongoDB using HTTP GET Endpoint
  78. Урок 78.00:01:54
    Delete Record from MongoDB using HTTP DELETE Endpoint
  79. Урок 79.00:02:55
    Update Record from MongoDB using HTTP PUT Endpoint