We meet Thursdays at 7 PM at Substantial
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 |
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.
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