Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Let's Build a Go version of Laravel: Part Two
Rating: 4.9 out of 5(35 ratings)
1,791 students

Let's Build a Go version of Laravel: Part Two

The followup to "Let's Build a Go Version of Laravel," with support for remote file systems, Social Auth, and more.
Created byTrevor Sawler
Last updated 6/2024
English

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

Course content

13 sections103 lectures8h 5m total length
  • Introduction3:01

    An overview of what we will be covering in this course.

  • About me1:01

    Just a bit about me and my background.

  • Asking for help1:14

    Make it easy for me to give help to you when you need it.

  • Installing Go1:31

    You probably already have Go installed, but let's make sure.

  • Installing an IDE3:14

    We need an integrated development environment (IDE), and Visual Studio code will do the trick.

Requirements

  • A basic understanding of the Go programming language
  • A basic understanding of HTML
  • A basic understanding of JavaScript

Description

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.

Who this course is for:

  • This course is intended for developers who wish to further their knowledge of using Go to build web applications
  • It's also great for PHP & Laravel developers who want to build faster, safer web applications using Go