Skip to content

course-go/course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Course Go

The Course Go is a course dedicated to the Go programming language. Apart from teaching its fundamentals, it also covers numerous modern technologies and third-party libraries.

Structure

The content of the course is mostly split-up into three types of materials:

  • Lecture slides that cover all the topics.
  • Exercises that provide hand-on experience to the lectured topics.
  • Homework as a form of independent graded assignments

To learn more about the specific content of the course, visit the specific repositories:

Thesis

The course was developed as a bachelor's thesis. You can check out the thesis to learn more about the original design, reasonings, and decisions made.

Practice

The course is currently tutored at the Faculty of Informatics Masaryk University as a part of the PB173: Domain Specific Development course.

Schedule

Schedule outline

Resources

This sections is a list of guides, books, courses, and other resources that cover Go or somehow otherwise relate to the topics covered by this course. The resources listed here were not used throughout the design of the course, unless otherwise specified. They are just listed here as notable follow-up materials.

Official resources

Courses

University Courses

Online

Books

Blogs & Articles

Examples & Exercises

Google Cloud Platform