Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.33 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.33 KB

Scalability of Web Systems in Go

This workshop is accompanying the "Scalability of Web Systems" course offered at the IT University of Copenhagen. Each session consists of (1) a talk introducing the general concept and the Go specific parts and (2) a hands-on (exercise) part that is guided by written instructions and individual support by the teachers.

Feel free to make Pull requests if you find some errors, missing things etc...

Sessions

  1. Go Intro
  2. Web Programming in Go
  3. Database Backend
  4. Concurrency
  5. Debugging, Testing, Profiling, Tracing
  6. Maintenance and Deployment

Assignments

  1. Assignment 01
  2. Assignment 02

Useful Links

Books

  • Go in Action, by William Kennedy (Author), Brian Ketelsen (Author), Erik St. Martin (Author)
    Beginner Book.

  • Go in Practice, by Matt Butcher (Author), Matt Farina (Author)
    More advanced.

  • Go Web Programming, by Sau Sheong Chang (Author)
    Focus on Web Programming