Skip to content

Releases: code-tutorials/golang-webapp

15 - Cleanup

Choose a tag to compare

@wybiral wybiral released this 15 Nov 16:39

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

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

14 - Path variables

Choose a tag to compare

@wybiral wybiral released this 11 Nov 19:59

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

Choose a tag to compare

@wybiral wybiral released this 11 Nov 16:28

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

Choose a tag to compare

@wybiral wybiral released this 10 Nov 19:10

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

Choose a tag to compare

@wybiral wybiral released this 09 Nov 18:05

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

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

10 - Middleware

Choose a tag to compare

@wybiral wybiral released this 08 Nov 19:20

Adding basic middleware to request handlers.

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

09 - Error handling

Choose a tag to compare

@wybiral wybiral released this 07 Nov 18:44

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

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

08 - Bcrypt password hashing

Choose a tag to compare

@wybiral wybiral released this 04 Nov 17:45

Adding bcrypt password hashing for authentication.

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

07 - Sessions

Choose a tag to compare

@wybiral wybiral released this 02 Nov 17:35

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

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

06 - Static files

Choose a tag to compare

@wybiral wybiral released this 01 Nov 17:19

Adding a static file handler.

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