Abstract
Level: All Attendees
Description: This class teaches how to build production-level services in Go with a focus on macro-level engineering decisions. From the beginning you will program along with the instructor, walking through the design philosophies and guidelines used to engineer the code. With each new feature, you will learn more about the transition from programming to engineering and the points of refactoring required to write production-level applications. Throughout the class, Go modules and Kubernetes will be a focus. Everyone will be making better engineering decisions after this class.
What a student is expected to learn:
- Modules
- Project Structure
- Routing Basics
- Web Framework
- Middleware
- Kubernetes
- Business CRUD
- Database Support
- REST API
Prerequisites:
- Basic understanding of the Go programming language is recommended. Take the Go tour here: https://tour.golang.org/welcome/
- Basic understanding of and comfort in working on the command line. Learn the command line here: https://www.codecademy.com/learn/learn-the-command-line
Recommended Preparation:
- Please clone the main repo for the class. github.com/ardanlabs/service
- Please read the instructions in the makefile for installing everything prior to coming to class.
- Please email the instructor for help, bill@ardanlabs.com