Releases: code-tutorials/golang-webapp
Releases · code-tutorials/golang-webapp
15 - Cleanup
Wrapping things up by fixing some bugs and adding a bit of style.
14 - Path variables
Implementing path variables to handle user-specific URLs and adding an update list in Redis for each user.
13 - Update model
Replacing the comments section with an updates section and setting the stage for implementing a social network in Go.
12 - User model
Take a closer look at using Redis in Go and create a basic data model for managing users.
11 - Project structure
Restructuring the project folder to make a more manageable web app.
10 - Middleware
Adding basic middleware to request handlers.
09 - Error handling
Adding error handling to via HTTP status codes and HTML templates.
08 - Bcrypt password hashing
Adding bcrypt password hashing for authentication.
07 - Sessions
Adding sessions to a web app using the Gorilla sessions package.
06 - Static files
Adding a static file handler.