Skip to content

Releases: code-tutorials/golang-webapp

15 - Cleanup

15 Nov 16:39
Compare
Choose a tag to compare

Wrapping things up by fixing some bugs and adding a bit of style.

Video: https://www.youtube.com/watch?v=af0KPz0vqq8

14 - Path variables

11 Nov 19:59
Compare
Choose a tag to compare

Implementing path variables to handle user-specific URLs and adding an update list in Redis for each user.

Video: https://www.youtube.com/watch?v=5M86KoxxPHY

13 - Update model

11 Nov 16:28
Compare
Choose a tag to compare

Replacing the comments section with an updates section and setting the stage for implementing a social network in Go.

Video: https://www.youtube.com/watch?v=Jmc2i6lTIa0

12 - User model

10 Nov 19:10
Compare
Choose a tag to compare

Take a closer look at using Redis in Go and create a basic data model for managing users.

Video: https://www.youtube.com/watch?v=rHiHCqSc188

11 - Project structure

09 Nov 18:05
Compare
Choose a tag to compare

Restructuring the project folder to make a more manageable web app.

Video: https://www.youtube.com/watch?v=39F4PKIbHec

10 - Middleware

08 Nov 19:20
Compare
Choose a tag to compare

Adding basic middleware to request handlers.

Video: https://www.youtube.com/watch?v=HOlklLaFgfM

09 - Error handling

07 Nov 18:44
Compare
Choose a tag to compare

Adding error handling to via HTTP status codes and HTML templates.

Video: https://www.youtube.com/watch?v=-fb6I4AAuFU

08 - Bcrypt password hashing

04 Nov 17:45
Compare
Choose a tag to compare

Adding bcrypt password hashing for authentication.

Video: https://www.youtube.com/watch?v=co_In4UzxNA

07 - Sessions

02 Nov 17:35
Compare
Choose a tag to compare

Adding sessions to a web app using the Gorilla sessions package.

Video: https://www.youtube.com/watch?v=T0QZ2GwhnhY

06 - Static files

01 Nov 17:19
Compare
Choose a tag to compare

Adding a static file handler.

Video: https://www.youtube.com/watch?v=UwdQKeoN85s