<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Nathan Hannon</title>
    <description>The latest articles on Forem by Nathan Hannon (@nathanhannon).</description>
    <link>https://forem.com/nathanhannon</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F296155%2F3c3e692b-944a-4886-b324-600c6be8daaa.png</url>
      <title>Forem: Nathan Hannon</title>
      <link>https://forem.com/nathanhannon</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/nathanhannon"/>
    <language>en</language>
    <item>
      <title>[Boost]</title>
      <dc:creator>Nathan Hannon</dc:creator>
      <pubDate>Wed, 26 Feb 2025 02:37:45 +0000</pubDate>
      <link>https://forem.com/nathanhannon/-4cc4</link>
      <guid>https://forem.com/nathanhannon/-4cc4</guid>
      <description>&lt;div class="ltag__link"&gt;
  &lt;a href="/mdchaney" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F584888%2Fc883bbc3-b394-4931-9af9-882362fa5857.jpeg" alt="mdchaney"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="https://dev.to/mdchaney/cobol-dates-may-20-1875-and-disinformation-5ggh" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;COBOL, Dates, May 20, 1875, and Disinformation&lt;/h2&gt;
      &lt;h3&gt;Michael Chaney ・ Feb 19&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#development&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;


</description>
      <category>development</category>
    </item>
    <item>
      <title>My Hackathon Entry!</title>
      <dc:creator>Nathan Hannon</dc:creator>
      <pubDate>Sat, 12 Dec 2020 14:39:31 +0000</pubDate>
      <link>https://forem.com/nathanhannon/my-hackathon-entry-33j1</link>
      <guid>https://forem.com/nathanhannon/my-hackathon-entry-33j1</guid>
      <description>&lt;h2&gt;
  
  
  What I built
&lt;/h2&gt;

&lt;p&gt;I built my portfolio, to showcase my other work.&lt;/p&gt;

&lt;h3&gt;
  
  
  Category Submission:
&lt;/h3&gt;

&lt;p&gt;Portfolio&lt;/p&gt;

&lt;h3&gt;
  
  
  App Link
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://portfolio-2-bggv2.ondigitalocean.app/" rel="noopener noreferrer"&gt;https://portfolio-2-bggv2.ondigitalocean.app/&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Screenshots
&lt;/h3&gt;

&lt;p&gt;Screenshots will not be included because of privacy reasons. (Contact Info, Street Address, etc.)&lt;/p&gt;

&lt;h3&gt;
  
  
  Description
&lt;/h3&gt;

&lt;p&gt;This web app is my portfolio to show off my other projects. Also a Progressive Web App&lt;/p&gt;

&lt;h3&gt;
  
  
  Link to Source Code
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://github.com/NathanHannon/portfolio" rel="noopener noreferrer"&gt;https://github.com/NathanHannon/portfolio&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Permissive License
&lt;/h3&gt;

&lt;p&gt;MIT&lt;/p&gt;

&lt;h2&gt;
  
  
  Background
&lt;/h2&gt;

&lt;p&gt;The purpose of this app was to help in my job search by providing an easy way to show off my work, and web development skills. I also wanted to try out creating a Progressive Web App while I was at it.&lt;/p&gt;

&lt;h3&gt;
  
  
  How I built it
&lt;/h3&gt;

&lt;p&gt;I used Digital Ocean's App Platform. I learned how to deploy websites to a cloud, and build a full stack web application. I also learned how to turn a website into a Progressive Web App&lt;/p&gt;

&lt;h3&gt;
  
  
  Additional Resources/Info
&lt;/h3&gt;

&lt;p&gt;This project was created using React.js Node.js, and PostgreSQL. The images are stored in a Google Cloud Bucket.&lt;/p&gt;

</description>
      <category>dohackathon</category>
    </item>
    <item>
      <title>How do I connect Google App Engine to Cloud SQL?</title>
      <dc:creator>Nathan Hannon</dc:creator>
      <pubDate>Fri, 07 Aug 2020 03:34:10 +0000</pubDate>
      <link>https://forem.com/nathanhannon/how-do-i-connect-google-app-engine-to-cloud-sql-41nn</link>
      <guid>https://forem.com/nathanhannon/how-do-i-connect-google-app-engine-to-cloud-sql-41nn</guid>
      <description>&lt;p&gt;Hello Dev community! I'm wondering how exactly I would go about connecting my Node.js project in Google app engine to a postgreSQL database in the Google Cloud SQL platform. I followed the provided tutorial. But I'm not exactly sure how Unix sockets work (that's the default way for public IPs) and I can't get everything to connect when I try using TCP with the Google VPC service. A plain English explanation or practical example would be immensely helpful. The project can be viewed on my GitHub (its the portfolio website). Any insight or tips on that would be very helpful as well. Thanks in advance!&lt;/p&gt;

</description>
      <category>googlecloud</category>
      <category>postgres</category>
      <category>help</category>
    </item>
    <item>
      <title>Question about deployment.</title>
      <dc:creator>Nathan Hannon</dc:creator>
      <pubDate>Sun, 21 Jun 2020 01:49:23 +0000</pubDate>
      <link>https://forem.com/nathanhannon/question-about-deployment-2hcn</link>
      <guid>https://forem.com/nathanhannon/question-about-deployment-2hcn</guid>
      <description>&lt;p&gt;Hi Dev community,&lt;/p&gt;

&lt;p&gt;I am currently creating my portfolio site with React.js, Node.js(express), and postgreSQL. This will be my first ever website/web app which will be deployed, since all my others are for school projects. I can't find any comprehensive tutorials about how to deploy, specifically to Google Cloud (since my database is hosted there I want to keep everything in one place). I was wondering if anyone could point me in the right direction for any tutorials or walkthroughs. &lt;/p&gt;

&lt;p&gt;Thanks!&lt;/p&gt;

</description>
      <category>react</category>
      <category>node</category>
      <category>help</category>
    </item>
    <item>
      <title>The GitHub colour scheme is now a VSCode theme!</title>
      <dc:creator>Nathan Hannon</dc:creator>
      <pubDate>Thu, 28 May 2020 21:44:09 +0000</pubDate>
      <link>https://forem.com/nathanhannon/the-github-colour-scheme-is-now-a-vscode-theme-490l</link>
      <guid>https://forem.com/nathanhannon/the-github-colour-scheme-is-now-a-vscode-theme-490l</guid>
      <description>&lt;p&gt;So I just found out that GitHub released their colour scheme as a VSCode theme. Might need to give it a spin!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=GitHub.github-vscode-theme" rel="noopener noreferrer"&gt;https://marketplace.visualstudio.com/items?itemName=GitHub.github-vscode-theme&lt;/a&gt;&lt;/p&gt;

</description>
      <category>github</category>
      <category>vscode</category>
    </item>
  </channel>
</rss>
