- Hugo (hugoestr) - Aug 9 - metaprogramming
- Lee (leesharma) - October 4 - lambda calc in elixir
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am cspeisman on github. | |
* I am coreyspeisman (https://keybase.io/coreyspeisman) on keybase. | |
* I have a public key ASACOgKHKluyUBFsfytwZIjnG1Kz6UNrWzZvllSP8FIeZAo | |
To claim this, I am signing this object: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"name": "npx-is-cool", "version": "0.0.0", "bin": "./yay.js"} |
- 13" Macbook Pro 3.3 GHz i7 (late 2016)
- Microsoft Surface Book (2016)
- Acer K272HUL 27" monitor 2560 x 1440
- Ergotron monitor arm
- Perixx PERIMICE-712B
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module Timer (..) where | |
import StartApp | |
import Graphics.Element | |
import Time | |
import Debug | |
import Html exposing (..) | |
import Html.Attributes exposing (..) | |
import Html.Events | |
import Effects exposing (Effects) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module Main (..) where | |
import Html exposing (Html) | |
import Html.Events as Events | |
type alias Model = | |
{ count : Int } | |
Each lesson should be short, sweet, and no longer that 25mins. A good platform might be introduction, code sample, then questions - in that order.
Week 1:
- ES6 Introduction
- Versioning (difference between ES5, ES6, ES2016, ES.Next)
- Transpiling tools (babel) vs native features and browser support
Week 2:
- Let and Const
- Symbols (maybe???)
Visibility of system status
The system should always keep users informed about what is going on, through appropriate feedback within reasonable time
Match between system and the real world
The system should speak the users' language, with words, phrases and concepts familiar to the user, rather than system-oriented terms. Follow real-world conventions, making information appear in a natural and logical order.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
eval "$(rbenv init -)" | |
export PATH=/usr/local/bin:$PATH | |
export GITAWAREPROMPT=~/.bash/git-aware-prompt | |
source $GITAWAREPROMPT/main.sh | |
export PS1="\u: \w \[$txtcyn\]\$git_branch\[$txtred\]\$git_dirty\[$txtrst\]\$ " | |
### Added by the Heroku Toolbelt | |
export PATH="/usr/local/heroku/bin:$PATH" |
NewerOlder