Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 1 | # Introduction |
| 2 | |
Jason Buberel | 6c3bd9e | 2015-08-23 11:04:43 -0700 | [diff] [blame] | 3 | Go is a great language for CS majors. This page presents some university courses that use Go. For a list of free and commercial Go training classes, see [the Learn wiki](Learn). |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 4 | |
| 5 | # Language |
| 6 | |
| 7 | * University of Helsinki, Department of Computer Science used to have a course named Introduction to Go, taught by K. Bäckman: http://www.cs.helsinki.fi/courses/582336 in Spring 2010. |
Jason Buberel | 6c3bd9e | 2015-08-23 11:04:43 -0700 | [diff] [blame] | 8 | * University of Sofia "St. Kliment Ohridski", Faculty of Mathematics and Informatics has elective course named "Programming with Go", taught by K. Vladimiroff: http://fmi.golang.bg (bulgarian) and their [[public lectures](https://github.com/fmi/go-lectures)] - (also in bulgarian) |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 9 | * Free University of Berlin (Germany) had a course [Introduction to Go Programming](http://w3.inf.fu-berlin.de/lehre/WS12/go/) in Spring 2013. |
Daniel Geers | bbaa93e | 2015-03-22 21:36:16 +0100 | [diff] [blame] | 10 | * J.W. Goethe University (Frankfurt/Main, Germany) had a course [Introduction to Go Programming](http://www.sepl.informatik.uni-frankfurt.de/2014-ws/b-ps2/index.de.html) in Spring 2015 (in german) |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 11 | |
Kiswono Prayogo | 4028011 | 2016-11-15 15:22:25 +0700 | [diff] [blame] | 12 | # Programming Concepts |
| 13 | |
| 14 | * President University (Cikarang, West Java, Indonesia) had a course [Programming Concepts](http://president.ac.id/study/undergraduate/school-of-computer-science/information-technology) for every junior students (using C, Go and Javascript). |
| 15 | |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 16 | # Web |
| 17 | |
| 18 | * CS 4830: Science and Engineering of the WWW taught by Ryanne Dolan at University of Missouri: http://4830.ryannedolan.info/ |
| 19 | |
| 20 | |
| 21 | # Concurrency |
| 22 | |
| 23 | * Go is being used at the end of a yearlong freshman computer science class at KTH: http://www.nada.kth.se/~snilsson/concurrency/. |
| 24 | |
| 25 | * Go, Concurrent and Systems Programming from Rochester Institute of Technology: http://www.cs.rit.edu/~ats/go-2011-2/index.xml |
| 26 | |
| 27 | * Free University of Berlin (Germany) had a course on [Concurrent Programming](http://w3.inf.fu-berlin.de/lehre/SS13/alp4/) with Go as a reference language in 2013. |
| 28 | |
| 29 | * University of Duisburg-Essen (Germany) had a lecture about Go and CSP within their course on [Concurrent systems modelling](http://www.ti.inf.uni-due.de/teaching/ss2014/mod_ns/) in summer 2014. [[Slides](http://www.ti.inf.uni-due.de/fileadmin/public/teaching/mod_ns/folien/SS2014/google-go-2x2.pdf)] |
| 30 | |
Hein Meling | 86900cf | 2015-08-14 19:20:19 -0400 | [diff] [blame] | 31 | * University of Stavanger, Norway. We use Go to teach concurrency principles in DAT320 Operating Systems. http://www.uis.no/studies/study-courses/?code=DAT320_1&parentcat=9835 |
| 32 | |
Bjørn Fjukstad | 5794ab4 | 2016-09-20 20:40:46 -0400 | [diff] [blame] | 33 | * University of Tromsø, Norway. [Concurrent and Data-Intensive Programming (INF-2200)](https://uit-inf-2202-f16.github.io/). |
| 34 | |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 35 | # Distributed Computing |
| 36 | |
RalphCorderoy | 217c48b | 2016-09-20 17:21:18 +0100 | [diff] [blame] | 37 | * Distributed Computer Systems (CS 138) at Brown: http://cs.brown.edu/courses/cs138/s16/syllabus.html |
| 38 | |
Mike Freedman | 12c4a99 | 2016-09-19 21:38:06 -0400 | [diff] [blame] | 39 | * Distributed Systems course (COS 418) at Princeton: https://www.cs.princeton.edu/courses/archive/fall16/cos418/ |
| 40 | |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 41 | * Distributed Systems course (15-440) at CMU: http://www.cs.cmu.edu/~dga/15-440/F12/index.html (see also http://da-data.blogspot.se/2013/02/teaching-distributed-systems-in-go.html) |
| 42 | |
| 43 | * 6.824 Distributed Systems at MIT is using Go in its labs: http://pdos.csail.mit.edu/6.824/. |
| 44 | |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 45 | * CSE 223B, Spring 2014: Distributed Computing and Systems at UC San Diego http://cseweb.ucsd.edu/classes/sp14/cse223B-a/index.html |
| 46 | |
| 47 | * Dixie State University teaches Go in an introductory course to programming languages and later on in distributed systems. |
| 48 | |
| 49 | * CS 352, Computer Organization and Design, at the University of Wisconsin, Eau Claire: http://cs.uwec.edu/~buipj/teaching/cs.352.f13/lab_01_high_performance_computing.html |
| 50 | |
| 51 | * KTH Stockholm uses Go to teach concurrency: http://www.nada.kth.se/~snilsson/concurrency/ |
| 52 | |
Framework Training | 9bf680e | 2015-06-10 13:45:45 +0100 | [diff] [blame] | 53 | * Norwegian University of Science and Technology: TTK4145 Real-Time Programming http://www.itk.ntnu.no/fag/TTK4145/information/ |
| 54 | |
Hein Meling | 86900cf | 2015-08-14 19:20:19 -0400 | [diff] [blame] | 55 | * University of Stavanger, Norway. We use Go to build a replicated state machine based on Paxos in DAT520 Distributed Systems. http://www.uis.no/studies/study-courses/?code=DAT520_1&parentcat=9835 |
aregm | eba9f21 | 2016-02-28 22:28:52 +0300 | [diff] [blame] | 56 | |
Nick Feamster | bab17c1 | 2016-09-19 21:23:10 -0400 | [diff] [blame] | 57 | * Moscow State University, Russia. Go is used in graduate course on "Selected Topics in Distributed Systems Engineering" |
| 58 | |
LimEJET | 0637a4a | 2016-09-20 12:12:37 +0200 | [diff] [blame] | 59 | * D7024E - Mobile and Distributed Computing Systems at Luleå University of Technology. Go is used to implement the DHT algorithm Chord and create a data replication system. http://www.ltu.se/edu/course/D70/D7024E/D7024E-Mobila-och-distribuerade-datorsystem-1.67844?l=en&kursView=kursplan |
| 60 | |
Bjørn Fjukstad | 5794ab4 | 2016-09-20 20:40:46 -0400 | [diff] [blame] | 61 | * University of Tromsø, Norway. [Distributed Systems Fundamentals (INF-3200)](https://uit.no/education/courses/course?p_document_id=291961) and [Advanced Distributed Systems (INF-3203)](https://uit.no/education/courses/course?p_document_id=292883). |
| 62 | |
Nick Feamster | bab17c1 | 2016-09-19 21:23:10 -0400 | [diff] [blame] | 63 | # Networking |
| 64 | |
Phil Hatcher | cd6507f | 2016-09-20 12:16:22 -0400 | [diff] [blame] | 65 | * Computer Networking (COS 461) at Princeton: http://www.cs.princeton.edu/courses/archive/spring16/cos461/ (See Assignment 1 https://github.com/PrincetonUniversity/COS461-Spring2016/tree/master/notebook/assignment1 and Assignment 4 http://www.cs.princeton.edu/courses/archive/spring16/cos461/assignments/. |
| 66 | |
| 67 | # Compiler Design |
| 68 | |
| 69 | * Compiler Design (CS712/CS812) at the University of New Hampshire: http://www.cs.unh.edu/~cs712/. In Fall 2016 we are compiling a subset of Go to LLVM code. |
Francisco J Ballesteros | b2a75d0 | 2016-09-20 19:18:58 +0200 | [diff] [blame] | 70 | |
Francisco J Ballesteros | 6185424 | 2016-09-20 19:19:50 +0200 | [diff] [blame] | 71 | * Introduction to Compilers (6197, Spanish) at Rey Juan Carlos University of Madrid: http://lsub.org/comp. Students write a compiler in Go that implements a language for drawing graphics. |
Francisco J Ballesteros | b2a75d0 | 2016-09-20 19:18:58 +0200 | [diff] [blame] | 72 | |
Joshua Liebow-Feeser | 5566fb7 | 2016-09-20 17:09:07 -0700 | [diff] [blame] | 73 | # Security |
| 74 | |
| 75 | * [Computer Systems Security](https://cs.brown.edu/courses/cs166/) (CS166) At Brown University. In particular, the final [Dropbox Project](https://cs.brown.edu/courses/cs166/files/assignments/dropbox.pdf). |