Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.94 KB

README.md

File metadata and controls

41 lines (33 loc) · 1.94 KB

Elixir in Action Study Group

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

Book

Elixir in Action

Location

We meet Thursdays at 7 PM at Substantial

Study Schedule

week chapters pages comments
08/11/16 Chapter 1 & 2 58
08/18/16 Chapter 3 & 4 54 Exercises on pages 86, 99, 122, and 123
08/25/16 Chapter 5 30 Exercise on page 156
09/01/16 ElixirConf 0
09/08/16 Chapter 6 16 Exercises on pages 171 and 180
09/15/16 Chapter 7 19 Meet at Espresso Vivace - Exercise on page 197
09/22/16 Chapter 8 20
09/29/16 Chapter 9 24 Exercise on page 241
10/06/16 Chapter 10 15 Exercises on page 248 and 260
10/13/16 Chapter 11 24 Not meeting
10/20/16 Chapter 12 30
10/27/16 Chapter 13 21

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