Удален по просьбе правообладателя
  • Урок 1. 00:14:28
    Introduction
  • Урок 2. 00:09:47
    Why Use Go?
  • Урок 3. 00:07:14
    Go Community Adoption
  • Урок 4. 00:15:40
    Setup Your First Go Program
  • Урок 5. 00:06:25
    Arrays & Slices std library
  • Урок 6. 00:18:44
    Structs & Receivers
  • Урок 7. 00:10:41
    Pointers & References
  • Урок 8. 00:08:58
    Go Modules & Imports
  • Урок 9. 00:06:32
    Basic Struct Exercise
  • Урок 10. 00:13:48
    AWS & CDK Setup
  • Урок 11. 00:08:04
    CDK Init
  • Урок 12. 00:08:07
    CDK Constructs & Stacks
  • Урок 13. 00:05:43
    Understanding Lambdas
  • Урок 14. 00:07:50
    Creating a Serverless Function
  • Урок 15. 00:13:10
    Bundling the Lambda
  • Урок 16. 00:06:30
    Deploying the Lambda
  • Урок 17. 00:03:44
    Testing the Deployment
  • Урок 18. 00:13:04
    Database & API Handlers
  • Урок 19. 00:04:35
    Creating the App struct
  • Урок 20. 00:04:02
    DynamoDB
  • Урок 21. 00:12:49
    Check For Existing User
  • Урок 22. 00:10:26
    Register User API Handler
  • Урок 23. 00:05:44
    Deploying Database and Lambda Changes
  • Урок 24. 00:09:08
    Using Interfaces to Decouple the DB
  • Урок 25. 00:08:33
    Hashing Passwords
  • Урок 26. 00:03:40
    AWS API Gateway
  • Урок 27. 00:12:06
    Defining the API Gateway Routes
  • Урок 28. 00:05:24
    Logging In Users
  • Урок 29. 00:13:03
    Refactor RegisterUserHandler
  • Урок 30. 00:06:49
    Handling Login Requests
  • Урок 31. 00:06:40
    Testing with cURL
  • Урок 32. 00:07:32
    Creating a JWT
  • Урок 33. 00:14:45
    Middleware Package
  • Урок 34. 00:09:39
    Protected Routes
  • Урок 35. 00:08:36
    Wrapping Up