Introduction
Today, I will be demonstrating in a series of videos how to build a very basic web app using Golang. The app I will be demonstrating is very basic, and it does close to nothing, but it does highlight the major ideas in web app creation. Without further ado, let's jump right in!
Routing and Middleware
Handlers
Form Handlers
Database access
HTML Templates
With rendering and building, as well as models.
Styling and images
Writing to log files
Testing
Top comments (0)