I hereby claim:
- I am ericqweinstein on github.
- I am eqwfox (https://keybase.io/eqwfox) on keybase.
- I have a public key ASBfXZwwghwRqgYnLNWkzUQMCeeLYjAAJyJwmVlSXm_I-Ao
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env bash | |
# Installs all project Git hooks. | |
# Author: Eric Weinstein <[email protected]> | |
set -e | |
# Output colors | |
error() { | |
echo -e "\033[0;31m[!] $1\033[0;m" | |
} |
Each workshop is ~45 minutes over lunch on Wednesdays. There will be a repo with sample code and additional resources so you can continue learning outside the workshop if you want to.
Git is hard! It doesn't have to be. We'll be loosely following the progression of content in Pro Git. We'll deviate a bit to cover common use cases at Condé, as well as to include topics like GitHub and Git workflow.
Each workshop is ~45 minutes over lunch on Wednesdays. There will be a repo with sample code and additional resources so you can continue learning outside the workshop if you want to.
We'll be covering topics in the ES 2015 specification, loosely following this ebook by Alex Rauschmayer. We'll also cover new JavaScript topics and tooling, including Flow, React Native, Electron, and more.
Each workshop is ~45 minutes over lunch on Wednesdays. There will be a repo with sample code and additional resources so you can continue learning outside the workshop if you want to.
We'll be using Michael Fogus' Functional Programming in JavaScript as a loose guide. I'll provide you with an electronic copy (EPUB, MOBI, or PDF).
module.exports = function(config) { | |
config.set({ | |
// Config is config/karma.js; project root is one level up. | |
basePath: '../' | |
, frameworks: ['jasmine', 'browserify'] | |
, files: [ | |
'spec/javascripts/**/*.js' | |
] |
.logo-container { | |
margin-left: 18px; | |
} | |
.monitor { | |
width: 50px; | |
height: 40px; | |
border: 5px solid black; | |
} |
<div class='logo-container'> | |
<div class='monitor'> | |
<div class='screen'> | |
<div class='dot' id='one'></div> | |
<div class='dot' id='two'></div> | |
<div class='dot' id='three'></div> | |
<div class='dot' id='four'></div> | |
<div class='dot' id='five'></div> | |
<div class='dot' id='six'></div> | |
<div class='dot' id='seven'></div> |