/WebServices-in-3-weeks

Go for Web Development in 3 Weeks-A Guide for Building Robust Web Apps

Primary LanguageGo

Golang Webservices in 3 weeks

This repo contains the examples and exercises for The O'reilly online learning courseGo Web Development in 3 weeks.

wakatime

In this course, you will learn all the steps to build a web service in Go. From starting the service to monitoring your service, it is meant to give you a comprehensive guide for building production-level service. The first section of the course will handle building restful best practices in Go. Communication is key for designing and building your services and is the foundation on which your functionality will be built. The second section is all about databases. Each web service needs a layer to store, fetch, and manipulate the data communicated with it. We need to make sure our data foundations are strong so we maintain the state of our services. The last section is an overview of reliability. This section just goes over reliability basics, but they are vital things that every engineer should include when building a web service. This course does not go over Go basics.

pre-requisites

  • Go installed and running
  • Working knowledge of go

New to go?

If you are new to go, work through these exercises first


Day 1 - Rest API protocols

Day 2 - Databases for webservices

Day 3 - Metrics and Monitoring


Companion Service

This is a live production service that implements the game 20 questions. Code from this service is pulled out for the course exercises. The service code can be found here.

Explore More