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