Course Information
Course Overview
The followup to "Let's Build a Go Version of Laravel," with support for remote file systems, Social Auth, and more.
This is the follow up to "Let's Build a Go Version of Laravel," and is intended for students who have already taken that course!
In the first part of this series, we built a re-usable Go module that gave us a lot of functionality, including html, json, and xml response types, support for Go templates and Jet templates to render pages, multiple database support, sessions, and more. This time around, we'll improve our Celeritas package and add the following functionality:
Add support for remote file systems, including Amazon S3 buckets, Minio, sFTP, and WebDAV
Add support for Social Authentication using GitHub and Google (and you can add as many more as you like)
Add support for improved testing, including a Go version of Laravel's Dusk package, which takes a browser screen shot when testing functionality that renders a web page
Add support for "maintenance mode" using Remote Procedure Calls (RPC)
Improve our database migrations to support both raw SQL and soda's Fizz file format
Implement file upload functionality (with support for local and remote file systems)
Separate logic and routes for web and API
Make it easy for users to create tests by pre-populating stub test files and the appropriate setup_test.go files for their projects
By the time that you have completed this course, you will not only have a solid understanding of each of the things listed above, but also a reusable code base that will help you jump start your next project.
Please note that this course requires you to download Docker Desktop from Docker. If you are a Udemy Business user, please check with your employer before downloading software.
Course Content
- 10 section(s)
- 103 lecture(s)
- Section 1 Introduction
- Section 2 Project Setup
- Section 3 Setting up our remote file systems
- Section 4 File systems: Minio
- Section 5 File systems: sFTP
- Section 6 File systems: WebDAV
- Section 7 File systems: Amazon S3 Buckets
- Section 8 Building a File System Agnostic File Uploader
- Section 9 Improving our Migrations package
- Section 10 Social Authentication with OAuth2
What You’ll Learn
- How to implement and use Remote Procedure Calls (RPC) in Go
- How to upload files safely in Go
- How to integrate AWS S3 Buckets in a Go application
- How to integrate an FTP/SFTP filesystem in Go
- How to implement social authentication in Go
Skills covered in this course
Reviews
-
RRobert Goodall
Excellent course.
-
JJames McBean
A good continuation of the first course. Couldn't get golang 'signal' to work on Windows 11 and 'rod' constantly threw a panic due to leakless.exe (antivirus). Aside from the above the course was well organized and easy to follow.
-
WWilliam Tran
Overall really great course. Always well thought out and put together and Trevor does not leave his students behind. Would have liked to see a bit more on the rod library but it was a great introduction to possible building automation testing tools. Will use this package to start up my own projects.
-
SStefan Amoah
Very well structured and complicated enough to learn advanced go lang concepts.