This folder shows some fundamental concepts of web server programming in Go. It aims to use small code snippets to demonstrate how to use Go's libraries.
- User Authentication
- Database CRUD operation
- Working with Gorilla framework
- Integrating with React or Vue for front-end
- Integrating with AWS
- Integrating payments with Paypal/Stripe
Please let me know if you have suggestions on other useful Go snippets for web programming.
Many examples are taken from Todd McLeod's Go Web App Course. He delivers this course with amazing flow and explores these concepts in detail. These snippets are just succinct examples.