Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Let's Build a Go version of Laravel: Part Two, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:03:02
    Introduction
  2. Урок 2. 00:01:02
    About me
  3. Урок 3. 00:01:15
    Asking for help
  4. Урок 4. 00:01:40
    Installing Go
  5. Урок 5. 00:01:18
    Installing an IDE
  6. Урок 6. 00:05:57
    Setting up the project
  7. Урок 7. 00:03:26
    Making sure everything worked
  8. Урок 8. 00:02:26
    What we're going to create
  9. Урок 9. 00:04:37
    Setting up our remote file systems using Docker
  10. Урок 10. 00:02:32
    Configuring Minio
  11. Урок 11. 00:03:09
    Configuring sFTP
  12. Урок 12. 00:06:45
    Setting up a type for file systems
  13. Урок 13. 00:10:35
    Getting started with Minio: connecting and the Put function
  14. Урок 14. 00:06:36
    Implementing the List function in Minio
  15. Урок 15. 00:03:13
    Implementing the Delete function in Minio
  16. Урок 16. 00:03:23
    Implementing the Get function in Minio
  17. Урок 17. 00:05:40
    Creating stub filesystems for the other three types
  18. Урок 18. 00:07:05
    Adding filesystems to Celeritas
  19. Урок 19. 00:04:14
    Trying out our Minio filesystem
  20. Урок 20. 00:10:52
    Creating a handler to list the remote file system
  21. Урок 21. 00:01:39
    Connecting the handler to a route and trying things out
  22. Урок 22. 00:03:28
    Creating handlers to display the upload form
  23. Урок 23. 00:11:13
    Creating the handler to process the file upload
  24. Урок 24. 00:06:03
    Creating the delete handler
  25. Урок 25. 00:10:31
    Implementing the Put function for sFTP
  26. Урок 26. 00:04:05
    Implementing the List function for sFTP
  27. Урок 27. 00:02:07
    Implementing the Delete function for sFTP
  28. Урок 28. 00:04:58
    Implementing the Get function for sFTP
  29. Урок 29. 00:02:42
    Connecting Celeritas to our sFTP file system
  30. Урок 30. 00:02:12
    Updating our ListFS handler to support sFTP
  31. Урок 31. 00:03:34
    Updating our PostUploadToFS handler to support sFTP
  32. Урок 32. 00:01:20
    Updating our DeleteFromFS handler to support sFTP
  33. Урок 33. 00:03:56
    Cleaning up the Get function to avoid resource leaks
  34. Урок 34. 00:06:12
    Implementing the Put function for WebDAV
  35. Урок 35. 00:03:20
    Implementing the List function for WebDAV
  36. Урок 36. 00:02:15
    Implementing the Delete function for WebDAV
  37. Урок 37. 00:03:55
    Implementing the Get function for WebDAV
  38. Урок 38. 00:06:25
    Testing things out
  39. Урок 39. 00:11:14
    Implementing the List function for S3 file systems
  40. Урок 40. 00:07:18
    Implementing the Put function for S3 file systems
  41. Урок 41. 00:05:28
    Implementing the Delete function for S3 file systems
  42. Урок 42. 00:03:52
    Implementing the Get function for S3 buckets
  43. Урок 43. 00:02:13
    Connecting Celeritas to our S3 file system
  44. Урок 44. 00:04:36
    Creating an S3 compatible bucket on Linode
  45. Урок 45. 00:01:40
    Updating our handlers for S3 buckets
  46. Урок 46. 00:03:14
    Trying things out
  47. Урок 47. 00:01:38
    What we'll build
  48. Урок 48. 00:02:10
    Adding file systems to the Celeritas type
  49. Урок 49. 00:06:52
    Creating the file uploader
  50. Урок 50. 00:06:20
    Limiting upload by mime type
  51. Урок 51. 00:06:02
    Adding the mime type and file size limitations to the Celeritas config type
  52. Урок 52. 00:06:02
    Setting up handlers and routes to try things out
  53. Урок 53. 00:03:26
    Trying things out
  54. Урок 54. 00:04:32
    Pop vs. SQL
  55. Урок 55. 00:03:39
    Getting started with Pop functions for our migrations code in Celeritas
  56. Урок 56. 00:02:37
    Implementing the CreatePopMigration() function to create up and down migrations
  57. Урок 57. 00:02:21
    Implementing the RunPopMigrations() function
  58. Урок 58. 00:03:26
    Implementing the PopMigrateDown() function
  59. Урок 59. 00:01:22
    Implementing the PopMigrateReset() function
  60. Урок 60. 00:10:25
    Making changes in the Celeritas CLI for our pop migrations
  61. Урок 61. 00:03:20
    Trying out our new make migration command
  62. Урок 62. 00:03:42
    Ensuring the database is connected before allowing people to make migrations
  63. Урок 63. 00:05:54
    Creating a database.yml file and running migrations
  64. Урок 64. 00:02:35
    Trying out the migrate command
  65. Урок 65. 00:06:40
    Updating the "make auth" command for our Pop integration
  66. Урок 66. 00:03:00
    Trying out make auth
  67. Урок 67. 00:03:38
    Social Authentication or Single Sign On: an Overview
  68. Урок 68. 00:03:38
    Getting started with Goth and Social Authentication
  69. Урок 69. 00:04:10
    Setting up authentication routes
  70. Урок 70. 00:07:24
    Initializing social sign on
  71. Урок 71. 00:05:18
    Implementing the SocialLogin handler
  72. Урок 72. 00:11:37
    Implementing the SocialCallback handler
  73. Урок 73. 00:01:48
    Connecting our social authentication handlers to routes
  74. Урок 74. 00:03:30
    Setting up GitHub for social authentication
  75. Урок 75. 00:05:52
    Trying out the GitHub login functionality
  76. Урок 76. 00:05:22
    Logging out
  77. Урок 77. 00:09:51
    Really logging out
  78. Урок 78. 00:01:53
    Trying the socialLogout function
  79. Урок 79. 00:04:01
    Adding support for Google login
  80. Урок 80. 00:02:28
    Updating the auth-handlers.go file for Google to enable login
  81. Урок 81. 00:02:01
    Trying out login with Google
  82. Урок 82. 00:01:59
    Adding the case for logging out of Google in socialLogout()
  83. Урок 83. 00:01:30
    Trying things out
  84. Урок 84. 00:05:07
    Separating Web and API routes
  85. Урок 85. 00:09:21
    Getting started with "Maintenance Mode" functionality using RPC
  86. Урок 86. 00:00:58
    Starting RPC
  87. Урок 87. 00:06:28
    Adding maintenance mode middleware
  88. Урок 88. 00:05:12
    Updating the CLI for maintenance mode
  89. Урок 89. 00:03:39
    Testing the maintenance mode functionality
  90. Урок 90. 00:08:01
    Graceful Shutdown
  91. Урок 91. 00:09:34
    Adding a simple setup_test.go file to handlers
  92. Урок 92. 00:02:53
    Adding two functions to our setup_test.go file
  93. Урок 93. 00:04:44
    Adding and running a sample test
  94. Урок 94. 00:05:05
    Adding some additional tests
  95. Урок 95. 00:02:08
    Implementing Laravel Dusk like screen captures
  96. Урок 96. 00:07:58
    Writing the screen capture function
  97. Урок 97. 00:04:45
    Trying out the screen capture function
  98. Урок 98. 00:14:31
    Writing additional helper functions for testing
  99. Урок 99. 00:08:15
    Updating our templates in the CLI, and making some changes to the myapp
  100. Урок 100. 00:04:33
    Creating our skeleton app
  101. Урок 101. 00:04:31
    Additional updates to the skeleton application and the celeritas project
  102. Урок 102. 00:02:18
    Trying out the "celeritas new <project>" command
  103. Урок 103. 00:05:21
    Trying things out