<?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: Jacob Welling</title>
    <description>The latest articles on Forem by Jacob Welling (@jaw1).</description>
    <link>https://forem.com/jaw1</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%2F550491%2F223e9ba0-66fd-43a8-9071-ac715ecd648d.jpeg</url>
      <title>Forem: Jacob Welling</title>
      <link>https://forem.com/jaw1</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/jaw1"/>
    <language>en</language>
    <item>
      <title>My New Portfolio Site</title>
      <dc:creator>Jacob Welling</dc:creator>
      <pubDate>Thu, 31 Dec 2020 07:21:14 +0000</pubDate>
      <link>https://forem.com/jaw1/my-new-portfolio-site-50bd</link>
      <guid>https://forem.com/jaw1/my-new-portfolio-site-50bd</guid>
      <description>&lt;h2&gt;
  
  
  What I built
&lt;/h2&gt;

&lt;p&gt;I built a new portfolio web application with Python/Django. This will help me showcase my work and skills. &lt;/p&gt;

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

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

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

&lt;p&gt;&lt;a href="https://www.jacobwelling.me" rel="noopener noreferrer"&gt;https://www.jacobwelling.me&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fm58jztqerz72yq39hj9p.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fm58jztqerz72yq39hj9p.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fnahkpdftvewzi18erw4z.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fnahkpdftvewzi18erw4z.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fu6uz6kk958oc7evj4q6f.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fu6uz6kk958oc7evj4q6f.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F1rcr0y6cpe40y9tom6pe.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F1rcr0y6cpe40y9tom6pe.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;This Portfolio website was built using Python/Django and deployed on DigitalOcean. It has a resume-like format showing my experience, skills, and education. In addition to this it has cards at the bottom where I can link to my other projects. &lt;/p&gt;

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

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

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

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

&lt;h3&gt;
  
  
  Background
&lt;/h3&gt;

&lt;p&gt;As a student, it is sometimes hard to differentiate myself from all of the other applicants to different internships or jobs, I really wanted to have a place where I can show people what I have worked on in the past and give them an easy way to see my experience and skills. &lt;/p&gt;

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

&lt;p&gt;I first learned how to build Python/Django apps in my Business Programming class. I used what I had learned in that class to begin the creation of my app and get it mostly ready for deployment. In my experience, deploying a Django app can be really difficult. DigitalOcean's tutorial on how to deploy the app made it a lot more manageable. Deploying still took me quite a while because I'm definitely new to this sort of thing, but I really liked their simple way of explaining what I needed to do.&lt;/p&gt;

</description>
      <category>dohackathon</category>
    </item>
  </channel>
</rss>
