Skip to content

Instantly share code, notes, and snippets.

Created October 14, 2013 20:06
Show Gist options
  • Save anonymous/6981376 to your computer and use it in GitHub Desktop.
Save anonymous/6981376 to your computer and use it in GitHub Desktop.
Presentation
<!DOCTYPE html>
<html>
<head>
<title>Foo</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<style type='text/css'>
body {
font-family: 'Helvetica Neue';
background:#000;
background-size:100%;
color:#fff;
margin:0;
padding:.5em;
}
h1, h2, h3, p {
margin:0;
font-weight:200;
}
p, li {
margin-bottom: .5em;
}
code {
font-family: "Menlo", monospace;
letter-spacing: 0;
}
em, i {
font-weight: 200;
}
strong, b {
font-weight: 400;
}
mark {
color: orange;
}
a {
background: orange;
color:#000;
text-decoration:none;
}
img {
width:100%;
}
div {
cursor:pointer;
cursor:hand;
position:absolute;
top:0;
left:0;
}
ol, ul {
list-style-type: none;
margin: 0.5em 0;
padding: 0;
}
ul ul, ul ol, ol ol, ol ul {
margin-left: .5em;
}
ol li:before, ul li:before {
color: orange;
}
ol {
counter-reset: list -1;
}
ol li {
list-style-type: none;
counter-increment: list;
}
ol li:before {
content: counter(list, binary) " ";
}
ul li:before {
content: "- ";
}
/*
Sunburst-like style (c) Vasily Polovnyov <vast@whiteants.net>
*/
pre code {
display: block; padding: 0.5em;
background: #000; color: #f8f8f8;
}
pre .comment,
pre .template_comment,
pre .javadoc {
color: #aeaeae;
font-style: italic;
}
pre .keyword,
pre .ruby .function .keyword,
pre .request,
pre .status,
pre .nginx .title {
color: #E28964;
}
pre .function .keyword,
pre .sub .keyword,
pre .method,
pre .list .title {
color: #99CF50;
}
pre .string,
pre .tag .value,
pre .cdata,
pre .filter .argument,
pre .attr_selector,
pre .apache .cbracket,
pre .date,
pre .tex .command {
color: #65B042;
}
pre .subst {
color: #DAEFA3;
}
pre .regexp {
color: #E9C062;
}
pre .title,
pre .sub .identifier,
pre .pi,
pre .tag,
pre .tag .keyword,
pre .decorator,
pre .shebang,
pre .prompt {
color: #89BDFF;
}
pre .class .title,
pre .haskell .type,
pre .smalltalk .class,
pre .javadoctag,
pre .yardoctag,
pre .phpdoc {
text-decoration: underline;
}
pre .symbol,
pre .ruby .symbol .string,
pre .number {
color: #3387CC;
}
pre .params,
pre .variable,
pre .clojure .attribute {
color: #3E87E3;
}
pre .css .tag,
pre .rules .property,
pre .pseudo,
pre .tex .special {
color: #CDA869;
}
pre .css .class {
color: #9B703F;
}
pre .rules .keyword {
color: #C5AF75;
}
pre .rules .value {
color: #CF6A4C;
}
pre .css .id {
color: #8B98AB;
}
pre .annotation,
pre .apache .sqbracket,
pre .nginx .built_in {
color: #9B859D;
}
pre .preprocessor {
color: #8996A8;
}
pre .hexcolor,
pre .css .value .number {
color: #DD7B3B;
}
pre .css .function {
color: #DAD085;
}
pre .diff .header,
pre .chunk,
pre .tex .formula {
background-color: #0E2231;
color: #F8F8F8;
font-style: italic;
}
pre .diff .change {
background-color: #4A410D;
color: #F8F8F8;
}
pre .addition {
background-color: #253B22;
color: #F8F8F8;
}
pre .deletion {
background-color: #420E09;
color: #F8F8F8;
}
pre .coffeescript .javascript,
pre .javascript .xml,
pre .tex .formula,
pre .xml .javascript,
pre .xml .vbscript,
pre .xml .css,
pre .xml .cdata {
opacity: 0.5;
}
</style>
<script type='text/javascript'>
window.onload = function() {
var s = document.getElementsByTagName('div'), cur = 0;
if (!s) return;
function go(n) {
cur = n;
var i = 1e3, e = s[n];
for (var k = 0; k < s.length; k++) s[k].style.display = 'none';
e.style.display = 'inline-block';
e.style.fontSize = i + 'px';
if (e.firstChild.nodeName === 'IMG') {
document.body.style.backgroundImage = 'url(' + e.firstChild.src + ')';
e.firstChild.style.display = 'none';
} else {
document.body.style.backgroundImage = '';
document.body.style.backgroundColor = e.style.backgroundColor;
}
while (
e.offsetWidth > window.innerWidth ||
e.offsetHeight > window.innerHeight) {
e.style.fontSize = (i -= 10) + 'px';
if (i < 0) break;
}
e.style.marginTop = ((window.innerHeight - e.offsetHeight) / 2) + 'px';
if (window.location.hash !== n) window.location.hash = n;
document.title = e.textContent || e.innerText;
}
document.onclick = function() {
go(++cur % (s.length));
};
document.onkeydown = function(e) {
(e.which === 39) && go(Math.min(s.length - 1, ++cur));
(e.which === 37) && go(Math.max(0, --cur));
};
function parse_hash() {
return Math.max(Math.min(
s.length - 1,
parseInt(window.location.hash.substring(1), 10)), 0);
}
if (window.location.hash) cur = parse_hash() || cur;
window.onhashchange = function() {
var c = parse_hash();
if (c !== cur) go(c);
};
go(cur);
};
</script></head><body>
<div><h1>Engineering at Good Eggs</h1>
<p>Bob Zoller <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#x3a;&#98;&#111;&#x62;&#x40;&#103;&#111;&#111;&#100;&#101;&#x67;&#103;&#x73;&#x2e;&#x63;&#x6f;&#109;">&#98;&#111;&#x62;&#x40;&#103;&#111;&#111;&#100;&#101;&#x67;&#103;&#x73;&#x2e;&#x63;&#x6f;&#109;</a></p>
</div>
<div><h1>The Agile Manifesto</h1>
<p>February 2001</p>
<p>We are uncovering better ways of developing
software by doing it and helping others do it.
Through this work we have come to value:</p>
<p><strong>Individuals and interactions</strong> over processes and tools
<strong>Working software</strong> over comprehensive documentation
<strong>Customer collaboration</strong> over contract negotiation
<strong>Responding to change</strong> over following a plan</p>
<p>That is, while there is value in the items on
the right, we value the items on the left more.</p>
</div>
<div><h1>Communication</h1>
<ul>
<li>Story writing</li>
<li>Estimation</li>
<li>Prioritization</li>
<li>Daily standups</li>
<li>Bi-weekly retrospectives</li>
</ul>
</div>
<div><h1>Quality</h1>
<ul>
<li>Testing</li>
<li>Pair programming</li>
<li>Code reviews</li>
<li>Production Improvement and Support Team</li>
<li>Root cause analysis</li>
</ul>
</div>
<div><h1>Agility</h1>
<ul>
<li>Testing</li>
<li>Iterative development</li>
<li>Continuous deployment</li>
</ul>
</div>
<div><h1>What makes you so cool?</h1>
</div>
<div><h1>Company Mission</h1>
<p>Our mission is to grow and sustain local food systems worldwide.</p>
</div>
<div><h1>Tech Stack</h1>
<ul>
<li>Node.js</li>
<li>CoffeeScript</li>
<li>Shared code</li>
</ul>
</div>
<div><h1>Process</h1>
<ul>
<li>Buttoned-down Agile Process</li>
<li>Pair programming</li>
<li>Continuous deployment</li>
</ul>
</div>

Engineering at Good Eggs

Bob Zoller bob@goodeggs.com


The Agile Manifesto

February 2001

We are uncovering better ways of developing software by doing it and helping others do it. Through this work we have come to value:

Individuals and interactions over processes and tools Working software over comprehensive documentation Customer collaboration over contract negotiation Responding to change over following a plan

That is, while there is value in the items on the right, we value the items on the left more.


Communication

  • Story writing
  • Estimation
  • Prioritization
  • Daily standups
  • Bi-weekly retrospectives

Quality

  • Testing
  • Pair programming
  • Code reviews
  • Production Improvement and Support Team
  • Root cause analysis

Agility

  • Testing
  • Iterative development
  • Continuous deployment

What makes you so cool?


Company Mission

Our mission is to grow and sustain local food systems worldwide.


Tech Stack

  • Node.js
  • CoffeeScript
  • Shared code

Process

  • Buttoned-down Agile Process
  • Pair programming
  • Continuous deployment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment