1. Урок 1. 00:02:45
    Introduction to Loopback
  2. Урок 2. 00:09:10
    Getting started with Loopback 4
  3. Урок 3. 00:02:35
    What are Generics
  4. Урок 4. 00:03:58
    Typescript Setup and Installation
  5. Урок 5. 00:03:08
    Generic Function
  6. Урок 6. 00:02:30
    Generic Function with T Array Type
  7. Урок 7. 00:02:23
    Generic Function with Multiple Type Variables
  8. Урок 8. 00:02:20
    Generic Constraints
  9. Урок 9. 00:04:47
    Generic Interfaces to describe Object Properties
  10. Урок 10. 00:03:18
    Create Interface to describe Function Types
  11. Урок 11. 00:02:12
    Generic Classes and Interfaces
  12. Урок 12. 00:03:04
    Method Decorators
  13. Урок 13. 00:04:32
    Arguments in Method Decorator
  14. Урок 14. 00:01:47
    Configurable Decorator using Decorator Factory
  15. Урок 15. 00:04:29
    Property Decorator
  16. Урок 16. 00:02:16
    Parameter Decorator
  17. Урок 17. 00:00:39
    Class Decorator
  18. Урок 18. 00:02:22
    What is Loopback Model
  19. Урок 19. 00:03:57
    Creating your first Loopback Model
  20. Урок 20. 00:03:52
    Creating In-memory Datasource
  21. Урок 21. 00:03:18
    Creating Repository for CRUD Operations
  22. Урок 22. 00:04:02
    Creating Controller to define REST API Operations
  23. Урок 23. 00:03:43
    Test Loopback REST APIs using Explorer
  24. Урок 24. 00:04:00
    Digging into Loopback Repository
  25. Урок 25. 00:04:45
    Installing MysQL
  26. Урок 26. 00:14:03
    Connecting Mysql Database with Loopback 4
  27. Урок 27. 00:02:30
    Set Primary key Id property to Auto-increment
  28. Урок 28. 00:20:36
    Implement HasMany Relationship between Models
  29. Урок 29. 00:11:12
    Implement BelongsTo Relationship
  30. Урок 30. 00:14:35
    Implement HasOne Relationship
  31. Урок 31. 00:03:02
    What is JSON Web Token Authentication
  32. Урок 32. 00:07:51
    Creating User model with Signup Endpoint
  33. Урок 33. 00:08:24
    Validate User Credentials for Signup
  34. Урок 34. 00:08:21
    Introduction to Dependency Injection
  35. Урок 35. 00:12:31
    Encrypt User Password by Injecting Service
  36. Урок 36. 00:05:27
    Creating Login Route
  37. Урок 37. 00:17:27
    Verify User Credentials while Login
  38. Урок 38. 00:09:41
    Creating JSON Web Token
  39. Урок 39. 00:11:56
    Refactoring Binding Keys to separate file
  40. Урок 40. 00:15:56
    Creating JWT Authentication Strategy
  41. Урок 41. 00:09:14
    Apply Authentication on protected routes
  42. Урок 42. 00:17:19
    Creating Admin Role with Permissions
  43. Урок 43. 00:11:22
    Set Permissions for Admin Role
  44. Урок 44. 00:16:59
    Verify User Permissions in Authorize Interceptor
  45. Урок 45. 00:06:38
    Connecting Loopback 4 with MongoDB Database
  46. Урок 46. 00:03:36
    Testing Loopback 4 Application