Mike Slinn

About This Course

— Draft —

Published 2019-08-12. Last modified 2024-07-20.
Time to read: 1 minutes.

About this course.

Install Git

You should have git set up on your computer before going any further. All of the code that I show you in this course is provided online. If you need to learn about git, Hans Vogel has some excellent free tutorials.

Get the Course Notes

The quickest way to get a copy of the git repository for this course is to type the following in a console with the current directory set to where you want to work with this course.

Download the git repository for this course
$ git clone https://github.com/mslinn/course_scala_intro_code.git

This creates a subdirectory called course_scala_intro_code.

You can refresh your copy at any time by typing the following into a shell prompt in the same course_scala_intro_code directory:

Update your copy of the git repository
$ cd course_scala_intro_code
$ git pull origin master

Refer to Lecture Transcripts

When this course is updated, the transcripts are updated first, then the videos are updated. Sometimes an appreciable amount of time might pass between updating a transcript and updating the corresponding video, or both might be updated simultaneously, depending on the material.


* indicates a required field.

Please select the following to receive Mike Slinn’s newsletter:

You can unsubscribe at any time by clicking the link in the footer of emails.

Mike Slinn uses Mailchimp as his marketing platform. By clicking below to subscribe, you acknowledge that your information will be transferred to Mailchimp for processing. Learn more about Mailchimp’s privacy practices.