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

https://github.com/joho/noobnightexamples

examples for live coding on the go noob night
https://github.com/joho/noobnightexamples

Last synced: 8 months ago
JSON representation

examples for live coding on the go noob night

Awesome Lists containing this project

README

          

# noobnightexamples

Examples/resources from the live group coding exercises we did at the [March 2015 Melbourne Golang Meetup](http://www.meetup.com/golang-mel/events/220061285/)

Feel free to use/adapt for your own meetups or training.

Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

## Meetup Description

### Go for absolute newbies - all welcome

This month we want to run a special code along night for people knew to the go coding language.

Some, but very little, programming experience of any language is all you need to play along.

We'll be working through 2-3 small exercises to do with accessing a weather service API and doing a couple of different things with the resultss.

Then we'll go through a demo that takes the weather API to the extreme, and follow up with some resources to take home for you to continue your learning!

Before you arrive we'll just need you to:
1. Install go from https://golang.org/doc/install
2. Install git http://git-scm.com/downloads
3. (Optional) Set up a heroku account (http://heroku.com/) and install the heroku toolbelt (https://toolbelt.heroku.com/)

We're really excited to share one of our favourite programming language and broaden our dev community - come along!

P.S. If any of the regular attendees could come to assist/pair it would be much appreciated.

## Script

TODO

## Further Reading/Activities

* [A Tour of Go](https://tour.golang.org/welcome/1)
* [Golang Response Snippets](http://www.alexedwards.net/blog/golang-response-snippets)
* [Golang Challenges](http://golang-challenge.com/)
* [Effective Go](https://golang.org/doc/effective_go.html)
* [Deploying Go to Heroku](https://gophercasts.io/lessons/10-deploying-web-apps-to-heroku)