<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <title>Adam Tuttle Codes: A blog about coding, falling, and falling for code</title>
    <meta name="description" content="It's one thing to write code. It's another to humanize technology so it serves a purpose in people's lives. &mdash; Luke Wroblewski" />
    <meta name="HandheldFriendly" content="true" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <link rel="shortcut icon" href="/assets/images/favicon.ico" >
    <link rel="stylesheet" type="text/css" href="/assets/css/screen.css" />
    <link rel="stylesheet" type="text/css" href="/assets/css/syntax.css" />
    <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Merriweather:300,700,700italic,300italic|Open+Sans:700,400|Source+Code+Pro:400" />
    <link rel="stylesheet" type="text/css" href="/assets/css/font-awesome.min.css" />
    <link rel="canonical" href="http://adamtuttle.codes/" />
<meta name="referrer" content="origin" />


<meta property="og:site_name" content="Eat. Code. Skydive." />
<meta property="og:type" content="website" />
<meta property="og:title" content="Adam Tuttle Codes: A blog about coding, falling, and falling for code" />
<meta property="og:description" content="It's one thing to write code. It's another to humanize technology so it serves a purpose in people's lives. &mdash; Luke Wroblewski" />
<meta property="og:url" content="http://adamtuttle.codes/index.html" />
<meta property="og:image" content="http://adamtuttle.codes/assets/images/covers/snow-angle.jpg" />

<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@AdamTuttle" />
<meta name="twitter:creator" content="@AdamTuttle" />
<meta name="twitter:title" content="Adam Tuttle Codes: A blog about coding, falling, and falling for code" />
<meta name="twitter:description" content="It's one thing to write code. It's another to humanize technology so it serves a purpose in people's lives. &mdash; Luke Wroblewski" />
<meta name="twitter:url" content="http://adamtuttle.codes/index.html" />
<meta name="twitter:image:src" content="http://adamtuttle.codes/assets/images/covers/snow-angle.jpg" />

<script type="application/ld+json">
{
  "@context": "http://schema.org"
  ,"@type": "Website"
  ,"publisher": "Adam Tuttle"
  ,"url": "http://adamtuttle.codes/index.html"
  ,"image": "http://adamtuttle.codes/assets/images/covers/snow-angle.jpg"
  ,"description": "It's one thing to write code. It's another to humanize technology so it serves a purpose in people's lives. &mdash; Luke Wroblewski"
}
</script>

<meta name="generator" content="Jekyll 3.0.0" />
<link rel="alternate" type="application/rss+xml" title="Eat. Code. Skydive." href="http://adamtuttle.codes/rss.xml" />

</head>
<body class="home-template nav-closed">

    <div class="nav">
    <h3 class="nav-title">Menu</h3>
    <a href="#" class="nav-close">
        <span class="hidden">Close</span>
    </a>
    <ul>
        <li class="nav-home  nav-current" role="presentation"><a href="/">Home</a></li>
        <li class="nav-about " role="presentation"><a href="/about.html">About</a></li>
        <li class="nav-talks " role="presentation"><a href="/tag/Talks">Talks</a></li>
        <li class="nav-ama" role="presentation"><a href="https://github.com/atuttle/ama">AMA</a></li>
    </ul>
    <a class="subscribe-button icon-feed" href="/rss.xml">Subscribe</a>
</div>
<span class="nav-cover"></span>


    <div class="site-wrapper">

        <!-- < default -->
<!-- The tag above means - insert everything in this file into the [body] of the default.hbs template -->

<!-- The big featured header  -->
<header class="main-header " style="background-image: url(/assets/images/covers/snow-angle.jpg) ">
    <div class="dimmer">
        <nav class="main-nav overlay clearfix">
            <a class="blog-logo" href="/" title="Eat. Code. Skydive." style="font-size:1.5em">🍴 💻 🚁</a>
            
                <a class="menu-button icon-menu" href="#"><span class="word">Menu</span></a>
            
        </nav>
        <div class="vertical">
            <div class="main-header-content inner">
                <h1 class="page-title">Eat. Code. Skydive.</h1>
                <h2 class="page-description">It's one thing to write code. It's another to humanize technology so it serves a purpose in people's lives. &mdash; Luke Wroblewski</h2>
            </div>
        </div>
        <a class="scroll-down icon-arrow-left" href="#content" data-offset="-45"><span class="hidden">Scroll Down</span></a>
    </div>
</header>

<!-- The main content area on the homepage -->
<main id="content" class="content" role="main">

    <!-- The tag below includes the post loop - partials/loop.hbs -->
        <!-- Previous/next page links - only displayed on page 2+ -->
    <div class="extra-pagination inner">
        
            <nav class="pagination" role="pagination">
    
    <span class="page-number"> Page 1 of 1 </span>
     
</nav>
        
    </div>

    <!-- This is the post loop - each post will be output using this markup -->
    <article class="post post-list">
        
            
            

            
                <h2 id="2017-ref">2017</h2>
            

            <header class="post-list-header">
                <time class="post-date" datetime="2017-11-06">06 Nov 2017</time>
                <h3 class="post-list-title"><a href="/graphql-after-tutorials/">GraphQL After Tutorials: The blog post I wish I had when I started</a></h3>
            </header>

            
        
            
            

            

            <header class="post-list-header">
                <time class="post-date" datetime="2017-05-12">12 May 2017</time>
                <h3 class="post-list-title"><a href="/stupid-cfml-tricks-run-after-return/">Stupid CFML Tricks: Run after return</a></h3>
            </header>

            
                </article>
                <article class="post post-list">
                    <h2 id="2016-ref">2016</h2>
            
        
            
            

            

            <header class="post-list-header">
                <time class="post-date" datetime="2016-12-19">19 Dec 2016</time>
                <h3 class="post-list-title"><a href="/Adding-SSH-passphrase-to-keychain-on-macOS-Sierra/">Adding SSH Passphrase to Your Keychain on macOS Sierra</a></h3>
            </header>

            
        
            
            

            

            <header class="post-list-header">
                <time class="post-date" datetime="2016-11-15">15 Nov 2016</time>
                <h3 class="post-list-title"><a href="/extra-life-2016/">Extra-Life 2016</a></h3>
            </header>

            
        
            
            

            

            <header class="post-list-header">
                <time class="post-date" datetime="2016-10-07">07 Oct 2016</time>
                <h3 class="post-list-title"><a href="/the-cost-of-abstraction/">The Cost of Abstraction</a></h3>
            </header>

            
        
            
            

            

            <header class="post-list-header">
                <time class="post-date" datetime="2016-09-30">30 Sep 2016</time>
                <h3 class="post-list-title"><a href="/giggle-driven-development/">Giggle Driven Development</a></h3>
            </header>

            
        
            
            

            

            <header class="post-list-header">
                <time class="post-date" datetime="2016-09-06">06 Sep 2016</time>
                <h3 class="post-list-title"><a href="/AWS-Reserved-and-Docker-in-production/">My Experience With AWS Reserved EC2 Instances and Deploying Docker in Production</a></h3>
            </header>

            
        
            
            

            

            <header class="post-list-header">
                <time class="post-date" datetime="2016-07-07">07 Jul 2016</time>
                <h3 class="post-list-title"><a href="/trump-is-an-idiot-but-you-arent/">I Think Donald Trump Is an Idiot, but That Doesn't Mean I Think You Are</a></h3>
            </header>

            
        
            
            

            

            <header class="post-list-header">
                <time class="post-date" datetime="2016-06-27">27 Jun 2016</time>
                <h3 class="post-list-title"><a href="/TIL-adding-a-jvm-ssl-cert-docker/">TIL: Adding an SSL Cert to the JVM Inside a Docker Image</a></h3>
            </header>

            
        
            
            

            

            <header class="post-list-header">
                <time class="post-date" datetime="2016-05-05">05 May 2016</time>
                <h3 class="post-list-title"><a href="/cobblers-children-syndrome/">Cobbler's Children Syndrome</a></h3>
            </header>

            
        
            
            

            

            <header class="post-list-header">
                <time class="post-date" datetime="2016-04-20">20 Apr 2016</time>
                <h3 class="post-list-title"><a href="/fork-me-stickers/">"Fork Me on GitHub" Stickers</a></h3>
            </header>

            
        
            
            

            

            <header class="post-list-header">
                <time class="post-date" datetime="2016-03-14">14 Mar 2016</time>
                <h3 class="post-list-title"><a href="/the-right-tool-success-notifications/">The Right Tool for the Job: Success Notifications</a></h3>
            </header>

            
        
            
            

            

            <header class="post-list-header">
                <time class="post-date" datetime="2016-01-08">08 Jan 2016</time>
                <h3 class="post-list-title"><a href="/welcome-to-osx-2016-edition/">Welcome to OSX, 2016 Edition</a></h3>
            </header>

            
                </article>
                <article class="post post-list">
                    <h2 id="2015-ref">2015</h2>
            
        
            
            

            

            <header class="post-list-header">
                <time class="post-date" datetime="2015-12-18">18 Dec 2015</time>
                <h3 class="post-list-title"><a href="/add-node-to-existing-iis-server/">Expose Node.js on an IIS Server by Reverse Proxying With ARR</a></h3>
            </header>

            
        
            
            

            

            <header class="post-list-header">
                <time class="post-date" datetime="2015-12-10">10 Dec 2015</time>
                <h3 class="post-list-title"><a href="/my-first-100-jumps/">My First 100 Jumps</a></h3>
            </header>

            
        
            
            

            

            <header class="post-list-header">
                <time class="post-date" datetime="2015-11-25">25 Nov 2015</time>
                <h3 class="post-list-title"><a href="/modern-cache-busting-for-the-platforms-of-yeasteryear/">Modern Cache Busting for the Platforms of Yesteryear</a></h3>
            </header>

            
        
            
            

            

            <header class="post-list-header">
                <time class="post-date" datetime="2015-11-17">17 Nov 2015</time>
                <h3 class="post-list-title"><a href="/three-reasons-we-went-solar-and-you-should-too/">Three Reasons We Went Solar (and You Should Too!)</a></h3>
            </header>

            
        
            
            

            

            <header class="post-list-header">
                <time class="post-date" datetime="2015-11-12">12 Nov 2015</time>
                <h3 class="post-list-title"><a href="/extra-life-2015-recap/">Extra Life 2015 Recap</a></h3>
            </header>

            
        
            
            

            

            <header class="post-list-header">
                <time class="post-date" datetime="2015-11-04">04 Nov 2015</time>
                <h3 class="post-list-title"><a href="/extra-life-2015/">Soliciting Extra-Life Donations for Childrens Hospital of Philadelphia!</a></h3>
            </header>

            
        
            
            

            

            <header class="post-list-header">
                <time class="post-date" datetime="2015-10-31">31 Oct 2015</time>
                <h3 class="post-list-title"><a href="/on-old-dogs-and-new-tricks/">On Old Dogs and New Tricks</a></h3>
            </header>

            
                </article>
                <article class="post post-list">
                    <h2 id="2014-ref">2014</h2>
            
        
            
            

            

            <header class="post-list-header">
                <time class="post-date" datetime="2014-09-10">10 Sep 2014</time>
                <h3 class="post-list-title"><a href="/your-first-github-pull-request/">GitHub Tip for Your First Pull Request</a></h3>
            </header>

            
                </article>
                <article class="post post-list">
                    <h2 id="2013-ref">2013</h2>
            
        
            
            

            

            <header class="post-list-header">
                <time class="post-date" datetime="2013-07-10">10 Jul 2013</time>
                <h3 class="post-list-title"><a href="/advanced-authentication-with-taffy-apis/">Advanced Authentication with Taffy APIs</a></h3>
            </header>

            
        
            
            

            

            <header class="post-list-header">
                <time class="post-date" datetime="2013-05-17">17 May 2013</time>
                <h3 class="post-list-title"><a href="/errors-are-best-when-emailed-said-nobody-ever/">Errors are Best When Emailed... Said Nobody Ever</a></h3>
            </header>

            
                </article>
                <article class="post post-list">
                    <h2 id="-ref"></h2>
            
        
    </article>

    <!-- Previous/next page links - displayed on every page -->
    
        <nav class="pagination" role="pagination">
    
    <span class="page-number"> Page 1 of 1 </span>
     
</nav>
    


</main>


        <footer class="site-footer clearfix">
          <section class="copyright"><a href="/">Eat. Code. Skydive.</a> &copy; 2015</section>
          <section class="poweredby">Powered by <a href="http://jekyllrb.com/">Jekyll</a></section>
        </footer>
    </div>
    <script type="text/javascript" src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
    <script type="text/javascript" src="/assets/js/jquery.fitvids.js"></script>
    <script type="text/javascript" src="/assets/js/index.js"></script>

    
	<script>
		(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
		(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
		m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
		})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

		ga('create', 'UA-2284831-10', 'auto');
		ga('send', 'pageview');
	</script>


</body>
</html>
