Skip to content

Instantly share code, notes, and snippets.

@jasonkeene
Last active July 20, 2016 22:32
Show Gist options
  • Save jasonkeene/766eb3929cb646f2e08cb6c0f3d9840d to your computer and use it in GitHub Desktop.
Save jasonkeene/766eb3929cb646f2e08cb6c0f3d9840d to your computer and use it in GitHub Desktop.
Bootstrap your involvement in the CO Go community!

Community Discussion

Get an invite to the gopher's slack. It is a great resource for just asking questions or discussing various topics you might be interested in.

For Pivots there is also #gophers and #gopher-den-community slack channels.

Local Meetups

Preparing Talks

Tools

A few people have asked me for the tools I use to record my "live" demos. Here are the two I have tried and I think work well:

  • rfk/playitagainsam - This actually records stdin/out so you can use it for things other than shell. Good for demoing long running processes that require stdin like debuggers, ssh sessions, etc. By default everything is recorded so it isn't live but there is a live option.
  • sloria/doitlive - This one lets you write what is basically a shell script that gets eval’ed as you type.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment