An open API service indexing awesome lists of open source software.

https://github.com/tomarrell/sumup-lessons

Repo containing information for the Go programming lessons run at SumUp
https://github.com/tomarrell/sumup-lessons

golang sumup teaching

Last synced: about 1 year ago
JSON representation

Repo containing information for the Go programming lessons run at SumUp

Awesome Lists containing this project

README

          

## SumUp Golang Lessons

Welcome to the docs for the Golang lessons hosted at SumUp. Here you will find all the relevant information that we've covered during the sessions.

Sessions are hosted every **Monday** from **6:15pm to 7:45pm** at SumUp, Grunerstrasse 13. In the Everest meeting room.

### Pages

1. Intro: [./1-intro.md](./1-intro.md)
2. 2019-12-02 - Lesson 1: intro to programming [slides](./2019-12-02/intro.pdf)
3. 2019-12-09 - Lesson 2: control structures [slides](./2019-12-09/out.pdf)
4. 2019-12-16 - Lesson 3: scopes and slices [slides](./2019-12-16/out.pdf)
5. 2020-01-06 - Lesson 4: go concepts [slides](./2020-01-06/out.pdf)
6. 2020-01-13 - Lesson 5: challenges [slides](./2020-01-13/out.pdf)
7. 2020-01-20 - Lesson 6: maps & methods [slides](./2020-01-20/out.pdf)
8. 2020-01-27 - Lesson 7: pointers & interfaces [slides](./2020-01-27/out.pdf)
8. 2020-02-03 - Lesson 8: git [slides](./2020-02-03/out.pdf)
8. 2020-02-17 - Lesson 9: switches and leetcode [slides](./2020-02-17/out.pdf)

### Useful links

* Tour of Golang: [tour.golang.org/welcome/1](https://tour.golang.org/welcome/1)
* Go by Example: [gobyexample.com](https://gobyexample.com/)

### Support or Contact

Need help or have a question? Feel free to send me an email at `thomas.arrell(at)sumup.com`

Also please feel free to contribute to this site. You can change the content by creating a pull-request over at [github.com/tomarrell/sumup-lessons](https://github.com/tomarrell/sumup-lessons)