Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kffl/go-classes
Resources for Golang classes - Technologies of Software Development course
https://github.com/kffl/go-classes
Last synced: 24 days ago
JSON representation
Resources for Golang classes - Technologies of Software Development course
- Host: GitHub
- URL: https://github.com/kffl/go-classes
- Owner: kffl
- Created: 2020-04-24T09:59:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-27T11:56:25.000Z (over 4 years ago)
- Last Synced: 2023-03-03T20:28:47.392Z (over 1 year ago)
- Language: Go
- Size: 786 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Netlify Status](https://api.netlify.com/api/v1/badges/3e434c87-11f8-4f97-93af-7a74c44fd856/deploy-status)](https://app.netlify.com/sites/go-classes/deploys)
# Go classes
This repo contains resources for Golang classes as a part of Technologies of Software Development course.
## Presentation
The presentation was created using [reveal-md](https://github.com/webpro/reveal-md). You can either:
- Read it's markdown source from the repo
- Run it locally using `reveal-md slides.md` (after installing reveal-md via `npm install -g reveal-md`; if you are uneasy about installing an npm package globally, there is an option to run it in a Docker container)
- View it deployed on Netlify: [here](https://go-classes.netlify.app)## Assignments
As usual, the assignments are split into 3 levels:
- satisfactory
- sufficient
- excellent