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
- Host: GitHub
- URL: https://github.com/tomarrell/sumup-lessons
- Owner: tomarrell
- Created: 2019-11-27T19:05:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-17T17:08:27.000Z (over 6 years ago)
- Last Synced: 2024-03-15T08:39:40.854Z (over 2 years ago)
- Topics: golang, sumup, teaching
- Language: Go
- Homepage: https://tomarrell.github.io/sumup-lessons
- Size: 2.38 MB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)