Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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