Skip to content

ElixirSeattle/sg-phoenix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programming Phoenix study group

Join the chat at https://gitter.im/ElixirSeattle/sg-phoenix

Book

Programming Phoenix

Location

We meet Mondays at 7 PM at Substantial

Study Schedule

week chapters pages comments
04/11/16 Elixir Hack Night
04/25/16 Elixir Hack Night
05/09/16 Chapter 1 12
05/16/16 Chapter 2 21
05/23/16 Chapter 3 & 4 29
05/30/16 Memorial Day - no meetup
06/06/16 Chapter 5 & 6 34
06/13/16 WWDC Week - no meetup
06/20/16 Chapter 7 & 8 44
06/27/16 Chapter 9 & 10 39
07/04/16 Independence Day - no meetup
07/11/16 Chapter 11 & 12 37
07/18/16 Chapter 13 & 14 25

What to do with this repository

Create a directory in this repository with your username. Push your own work and exercises into that directory. We'll use this repo to share our work and use it for discussion.

Rebase, Don't Merge

Please put this in your ~/.gitconfig (or .git/config local to your cloned repo if you don't want to set it globally) to avoid creating merge commits on top of others work:

[branch]
  autosetuprebase = always
[pull]
  rebase = preserve