Zero to Prod in Half an Hour: Part 6 --- Serving Web Pages
This section will add a bunch of static web page templates into our application and serve them in several routes. We will also use a Gumroad embed form and a very minimal dynamic templating in our subscription form.
Lecture
Zero to Prod in Half an Hour: Part 6 --- Serving Web Pages
Playlist
▶ Part 6: Serving Web Pages
Tools and Technologies Mentioned
Here are the tools and technologies that were mentioned in the video, along with related articles and other helpful links.
- Gin Web Framework
- gin.HandlerFunc
- gin.Context
- gin.Engine.LoadHTMLGlob()
- Higher-Order Function
- MongoDB
- mgo
- Gumroad
- Gumroad API
- Papertrail
- Syslog
- Application load balancing on Amazon EKS
- Monitorama PDX 2016 - Kelsey Hightower - healthz: Stop reverse engineering applications and start monitoring from the inside
- Kubernetes: Configure Liveness, Readiness and Startup Probes
Read The Source
Until the next lecture… May the source be with you 🦄.