Description
In this course, you will :
- An understanding of HTTP and how it may be used to construct a web app.
- Familiarity with Docker's basic components, such as image creation and app configuration management.
- Practical experience with dockerizing and constructing a web app in Go.
- The ability to use organised logs, an efficient build process, and reduced Docker images to optimise the development, release, and deployment process.
Syllabus :
- Introduction to Basics of Go and Web Development
- Building a Simple Go App
- Testing the App
- Dockerizing the Web App
- Can We Improve on the Docker Image?
- Making the App Production Ready