Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Building Modern Web Applications with Go (Golang)
Bestseller
Rating: 4.8 out of 5(5,796 ratings)
39,203 students

Building Modern Web Applications with Go (Golang)

Learn to program in Go from an award winning university professor
Created byTrevor Sawler
Last updated 7/2022
English

What you'll learn

  • How to write programs in the Go language (often called Golang)
  • How to create HTML pages using HTML5
  • How to write Javascript without depending on something like jQuery
  • How to create and use Cascading Style Sheets
  • How to build modern, secure web applications in Google's Go programming language
  • How to organize your Go application correctly
  • How to write tests in Go
  • How to connect to a database in Go
  • How to manage sessions in Go
  • How to create and use middleware in Go
  • How to use 3rd party packages with Go Modules
  • How to implement secure user authentication in Go
  • Best practices for security in web applications
  • How to deploy a Go web application to a live server

Course content

21 sections183 lectures29h 32m total length
  • Introduction: who I am, and what we're going to do5:20

    An overview of what we are going to do, and a bit about my background.

  • Why Go? Why not PHP, or Python, or Node.js, or whatever?4:20

    The advantages of Go over other options.

  • Why use Go? - System Resources3:08

    Go and system resources.

  • Installing Go, an IDE, and writing a simple program5:23

    In this lecture, we install Go, an Integrated Development Environment (IDE), and the necessary plugins, and then write a simple "Hello, world" application.

  • Getting help: How to ask questions1:42

    My suggestions for solving problems along the way.

  • Some Useful Resources0:08

    A few useful resources that will help you as you go through the course.

Requirements

  • There are no prerequisites for this course. All you need is a computer (Mac, Windows, or Linux) and an Internet connection.

Description

Learn to write modern, fast, and secure web applications in Google's Go programming language, and learn it from an award winning University professor with 20 years of teaching experience, and 20 years of experience working in the industry as an entrepreneur.

Go is a modern, type safe, compiled, and extremely fast programming language. It it is ideally suited for building safe, scalable, incredibly fast web applications.

This course is well-suited for both absolute beginners, and for developers who already know something about web development, but want to add Go to their toolbox.

We start with an overview of the Go language, and then cover everything you need to get started writing web applications, including an overview of HTML5, a survey of JavaScript and JavaScript modules, how to work with Cascading Style Sheets to make our application look the way we want, and much more.

The major project in this course is building a bookings and reservation system for a Bed & Breakfast. Visitors to our site will be able to search for accommodations by date and make an online reservation, and the site owner will be able to manage reservations from a secure back end.

By the time you finish this course, you will have a solid grasp of what it takes to build a completely functional, secure, and fast web application from the ground up, and you will have a solid understanding of the Go programming language.


Who this course is for:

  • Beginners who want to learn to write programs professionally
  • Experienced developers who are interested in learning Go