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