01 Building our First CRUD App in Go!

02 Building a Simple HTTP Server

03 What are Data Models?

04 Introducing APIs

05 Retrieving our Data with GET

06 Creating Data with POST

07 Updating Data with PUT

08 Deleting Data with DELETE

09 Making our HTTP Server Less Ugly

10 SQL: Making our Data Stay Put

11 Building our Front End

12 Testing And Polishing Our Application