DEV Community

Daniel Porter
Daniel Porter

Posted on

Golang Web App Demonstration

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


Golang Database Drivers


HTML Templates

With rendering and building, as well as models.

Go Template Cheat Sheet


Styling and images


Writing to log files


Testing

Top comments (0)