mpilar / gotraining

Go Training Class Material

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Training Classes

Click Here To Review The Course Material

Training is broken into hourly and daily classes. The length of the class will determine which material is covered and whether exercises are used and to what extent.

Note: This material has been designed to be taught in a classroom environment. The code is well commented but missing some of the contextual concepts and ideas that will be covered in class.

Minimal Qualified Student:

  • Programming
    • Studied CS in school or has a minimum of two years of experience programming full time professionally.
    • Familiar with structural and object oriented programming styles.
    • Has worked with arrays, lists, queues and stacks.
    • Understands processes, threads and synchronization at a high level.
    • Operating Systems
      • Has worked with a command shell.
      • Knows how to maneuver around the file system.
      • Understands what environment variables are.

What a student is expected to learn:

  • Understand what is available in the language.
    • Get a feel for writing code in an idiomatic style and syntax.
    • Learn how to write maintainable and solid programs that are production ready.
    • Walk away with patterns and techniques for solving common problems.

Class Options

  • Workshop Classes
  • One, Two and Three Day Language Classes
  • One and Two Day Advanced Classes

Getting the Material

-- Get all the material
go get github.com/ArdanStudios/gotraining

Classes and Pricing

Corporate full day classes are at $2,500 USD a day plus travel expenses. Corporate and group sponsors can have as many students in the class as they like. I recommend limiting it to 25 students or less.

Currently Scheduled Corporate Classes:
Comcast VA - Dec 2014 - 3 Day Class

Individual enrollment classes are scheduled periodically and cost $250 per day/student plus fees.

Currently Scheduled Enrollment Classes:
1 Day Classes
Edmonton Bootcamp - Jan 24th ** Discounted Pricing
Gophercon India - Feb 19th
Gophercon USA - July 2015

3 Day Classes
San Francisco, CA - March 2015
Denver, CO - April 2015
Washington D.C. - May 2015
NYC, NY - June 2015

Hourly training classes are used for workshops or meetups and exclude time for working through the exercises. These events are free.

Currently Scheduled Workshops:
ITPalooza Miami - Dec 4th

Currently Scheduled Meetups:
Go Dominican Republic - TBA

If you are interested in holding an event in your area please let me know. I will work with you and your organization to help make it happen.

Past Events

Corporate Classes:
Wrecking Ball Media - Miami, FL - Sep 2014
Comcast - Sunnyvale, CA - Aug 2014

Enrollment Classes:
Miami 2 Day Bootcamp - Nov 2014
GothamGo - NYC, NY, - Nov 2014

Workshops:
IronHack Dolphin Stadium - Oct 2014
Rackspace Workshop - Sep 2014

Meetups:
GoSF Meetup - Sep 2014
Goningen Meetup - Sep 2014
Go-Miami Meetup - 2014

Contact Information

William Kennedy
Ardan Studios
12973 SW 112 ST, Suite 153
Miami, FL 33186
bill@ardanstudios.com


GoingGo Training Ardan Studios GoingGo Blog


All material is licensed under the GNU Free Documentation License.

About

Go Training Class Material

License:Other


Languages

Language:Go 99.6%Language:CSS 0.4%