<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Gatsby on Jason Curtis /Dev</title>
    <link>/tags/gatsby/</link>
    <description>Recent content in Gatsby on Jason Curtis /Dev</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 27 Jun 2020 00:00:00 +0000</lastBuildDate>
    <atom:link href="/tags/gatsby/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Terraform Deployment</title>
      <link>/posts/terraform-deployment/</link>
      <pubDate>Sat, 27 Jun 2020 00:00:00 +0000</pubDate>
      <guid>/posts/terraform-deployment/</guid>
      <description>&lt;p&gt;Well, I decided to do some additional work on my site. Initially I was going to set the deployment up using cloudformation, but after doing some other work using terraform for another cloud provider, I just feel like terraform makes a lot more sense and decided to use that instead. For this site I&amp;rsquo;m hosting the dns zone in route53 and using cloudfront as my web frontend. Cloudfront then uses an ec2 instance as its origin server and since most of the page data is relatively static I think that should prevent the ec2 instance from taking too much traffic and falling over. I&amp;rsquo;m not likely to do any load tests though so I guess I won&amp;rsquo;t really know unless my site gets popular for some reason. I&amp;rsquo;ve also started work on the deployment pipeline. I tend to do things manually at first just to make sure I understand how I want it to be setup, then slowly replace resources with an automated deployment. So step one is to replace ec2 instance, route53 record, and cloudfront resources with versions deployed using terraform. After I&amp;rsquo;ve completed that I&amp;rsquo;ll validate my codebuild/codepipeline configuration and begin integrating these with terraform. Below is roughly what it should look like:&lt;!-- raw HTML omitted --&gt;&lt;!-- raw HTML omitted --&gt;&#xA;Enduser access:&lt;!-- raw HTML omitted --&gt;&#xA;route53 dns record -&amp;gt; cloudfront endpoint -&amp;gt; ec2 instance&lt;/p&gt;</description>
    </item>
    <item>
      <title>initial commit</title>
      <link>/posts/initial-commit/</link>
      <pubDate>Sat, 13 Jun 2020 00:00:00 +0000</pubDate>
      <guid>/posts/initial-commit/</guid>
      <description>&lt;p&gt;It&amp;rsquo;s been a long time since I hosted anything on this domain. Once I was able to acquire it again I wasn&amp;rsquo;t quite sure what to do with it. I&amp;rsquo;m not exactly one to blog but I decided it might be useful to have a space where I can document / catalog everything I&amp;rsquo;ve worked on during my career. If you&amp;rsquo;re clever and have found a previous version of this site from when I was MUCH younger, you&amp;rsquo;ll notice quite a bit has changed in the web development space in 18 years. I&amp;rsquo;ve never been a &amp;ldquo;professional&amp;rdquo; web developer but I&amp;rsquo;ve always known enough to be able to throw up some personal projects. Before the concepts of &amp;ldquo;front-end developer&amp;rdquo; and &amp;ldquo;back-end developer&amp;rdquo; were really a thing I was doing both on part-time hobby basis. While I&amp;rsquo;ve always done development of some sort, I have never taken on the challenge of doing it professionally. That&amp;rsquo;s slowly starting to change as automation is taking over the world, so having any prior experience at all (professional or otherwise) is extremely useful. Professionally I&amp;rsquo;ve always officially been on the &amp;ldquo;operations&amp;rdquo; side of things, but my passion is in building. No matter where I&amp;rsquo;ve worked I always tried to put myself at the center of finding solutions to unique and challenging problems. This often leads to quite a bit of research and development and I think that&amp;rsquo;s where I excel. Anyway, in case you&amp;rsquo;re wondering I&amp;rsquo;ve managed to put this site together using Gatsby on top of NodeJS. This is my first tiem experiementing with NodeJS and honestly only went with it because that&amp;rsquo;s what Gatsby runs on so hopefully things turn out well. After I get this site initially published I&amp;rsquo;ll start working on developing a pipeline via Github to automate publishing of new content, hopefully that will motivate me to write some more about the process. Until then thanks for reading!&#xA;&lt;!-- raw HTML omitted --&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
