Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 692 Bytes

readme.md

File metadata and controls

18 lines (15 loc) · 692 Bytes

Go Web App Concepts

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.

Work in Progress

  1. User Authentication
  2. Database CRUD operation
  3. Working with Gorilla framework
  4. Integrating with React or Vue for front-end
  5. Integrating with AWS
  6. Integrating payments with Paypal/Stripe

Please let me know if you have suggestions on other useful Go snippets for web programming.

Credit:

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.