<?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>DEV Community: Seth Centerbar</title>
    <description>The latest articles on DEV Community by Seth Centerbar (@sethcenterbar).</description>
    <link>https://dev.to/sethcenterbar</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%2F349368%2F356b72f2-25ed-4efb-8c55-e0a9b4760a7e.png</url>
      <title>DEV Community: Seth Centerbar</title>
      <link>https://dev.to/sethcenterbar</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sethcenterbar"/>
    <language>en</language>
    <item>
      <title>[1/15] Week 1: Launching my portfolio site</title>
      <dc:creator>Seth Centerbar</dc:creator>
      <pubDate>Sat, 11 Apr 2020 20:57:31 +0000</pubDate>
      <link>https://dev.to/sethcenterbar/1-15-week-1-launching-my-portfolio-site-3ne6</link>
      <guid>https://dev.to/sethcenterbar/1-15-week-1-launching-my-portfolio-site-3ne6</guid>
      <description>&lt;p&gt;👋😬 &lt;em&gt;Before we get started, I want to invite you to share your website in the comments, along with any questions or suggestions you have for me! I'd love to chat.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Quick Recap ♻️&lt;/strong&gt;&lt;br&gt;
Last week, I wrote this post.&lt;br&gt;
&lt;/p&gt;
&lt;div class="ltag__link"&gt;
  &lt;a href="/sethcenterbar" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&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%2Fuploads%2Fuser%2Fprofile_image%2F349368%2F356b72f2-25ed-4efb-8c55-e0a9b4760a7e.png" alt="sethcenterbar"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/sethcenterbar/0-15-how-about-15-weeks-of-code-5fnl" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;[0/15] How about 15 weeks of code?&lt;/h2&gt;
      &lt;h3&gt;Seth Centerbar ・ Apr 4 '20&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#100daysofcode&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#aws&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#node&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;
&lt;br&gt;
TLDR: I got laid off because of COVID-19 and decided to take this time to build my full stack skills. I also want to increase my online presence to have a bigger network and better job security going forward.

&lt;p&gt;&lt;strong&gt;Week 1: Launching my portfolio site 🧑‍🚀🚀&lt;/strong&gt;&lt;br&gt;
As many of you have likely experienced, there are an unreasonable amount of options when it comes to hosting a website. It's pretty easy to get overwhelmed in those decisions and not upload anything at all. While I can't really give a suggestion on where you should host your site, I can talk about why I chose to host mine on AWS.&lt;/p&gt;

&lt;p&gt;The whole point of this portfolio idea is to show off the skills that we've learned. Technically, I'm AWS certified as a Solutions Architect. I can tell you with great confidence that when I received that certification, I was not ready to be hired as an AWS expert. In fact, memorizing facts about security groups, VPC's, and RDS doesn't really give you much of a picture of cloud-native development strategies at all. &lt;/p&gt;

&lt;p&gt;Because of what I've learned over the past year, I felt like the way I hosted this site was actually a pretty good indicator of my comfort with AWS. I chose to host the site using a CloudFront web distribution backed by s3. If you're interested in doing the same, these docs are fantastic.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/website-hosting-custom-domain-walkthrough.html" rel="noopener noreferrer"&gt;https://docs.aws.amazon.com/AmazonS3/latest/dev/website-hosting-custom-domain-walkthrough.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Make sure to read the next page, "Speeding Up Your Website with Amazon CloudFront", as well.&lt;/p&gt;

&lt;p&gt;Some of the things I learned by doing this were as follows:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;How to purchase a domain through route 53&lt;/li&gt;
&lt;li&gt;How to host a website in s3&lt;/li&gt;
&lt;li&gt;How to add SSL to your website using the AWS service Certificate Manager&lt;/li&gt;
&lt;li&gt;How to redirect traffic from one URL to another with s3&lt;/li&gt;
&lt;li&gt;What a CloudFront web distribution is, and how cache invalidation works&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Progress on my site, Svelte, and Routing 🚧📈&lt;/strong&gt;&lt;br&gt;
If you want to check out my website, it's &lt;a href="https://sethcenterbar.com" rel="noopener noreferrer"&gt;https://sethcenterbar.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It's definitely a work in progress, and I'm obviously not the best at design, but I think it's starting to come together. The first piece I built was a navbar that is heavily inspired by fireship.io's video &lt;a href="https://www.youtube.com/watch?v=biOMz4puGt8" rel="noopener noreferrer"&gt;Animated Responsive Navbar with CSS.&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Next, I began working on my about page. At this point, it's gone through a few iterations with different looks, but I'm still not happy with it. I think I can do something more elegant that captures my experience and personality without the layout issues I'm struggling with.&lt;/p&gt;

&lt;p&gt;Next, I had to figure out routing in Svelte. I almost decided to switch to react, because svelte doesn't come with a simple router, and many people urge you to move to Sapper. Fortunately, I found an article on dev.to by the author of &lt;a href="https://github.com/jorgegorka/svelte-router" rel="noopener noreferrer"&gt;svelte-router&lt;/a&gt;, Jorge Alvarez. Thanks, Jorge!&lt;br&gt;
&lt;/p&gt;
&lt;div class="ltag__user ltag__user__id__104867"&gt;
    &lt;a href="/jorgealvarez" class="ltag__user__link profile-image-link"&gt;
      &lt;div class="ltag__user__pic"&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%2Fuploads%2Fuser%2Fprofile_image%2F104867%2F0bf1d775-7adf-43ba-8bad-0922400b52b2.jpg" alt="jorgealvarez image"&gt;
      &lt;/div&gt;
    &lt;/a&gt;
  &lt;div class="ltag__user__content"&gt;
    &lt;h2&gt;
&lt;a class="ltag__user__link" href="/jorgealvarez"&gt;Jorge Alvarez&lt;/a&gt;Follow
&lt;/h2&gt;
    &lt;div class="ltag__user__summary"&gt;
      &lt;a class="ltag__user__link" href="/jorgealvarez"&gt;SaaS using Ruby on Rails&lt;/a&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;Following his README, I was able to get a contact page set up and routing working so that I could jump between the pages of my app!&lt;/p&gt;

&lt;p&gt;From here, I decided to implement my first API call, which made this project feel like it was really coming together. I decided to start with the GitHub API, as it holds my public repos, and has a very well documented public API. Honestly, I was surprised at how easily this part came together. I was kind of expecting some complications, but I'm not complaining! I still have a good bit of styling to do on this page, as it currently looks horrible. 😂&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Implementing GitHub Actions 🧰&lt;/strong&gt;&lt;br&gt;
After getting my site set up on AWS, I really enjoyed the workflow of only needing to run a simple set of commands to update the site live. I was chatting with a few other members of my team who were laid off, and one of them mentioned I should add a GitHub action for deploying my site on a push to master. My initial reaction was that this could wait until later, but I decided to give it a go. Following my buddy Aaron's template, I was able to automate the deployment of my site in just a few minutes.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight yaml"&gt;&lt;code&gt;&lt;span class="na"&gt;name&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;CI&lt;/span&gt;
&lt;span class="na"&gt;on&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="pi"&gt;[&lt;/span&gt;&lt;span class="nv"&gt;push&lt;/span&gt;&lt;span class="pi"&gt;]&lt;/span&gt;
&lt;span class="na"&gt;jobs&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt;
  &lt;span class="na"&gt;build&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt;
    &lt;span class="na"&gt;runs-on&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;ubuntu-latest&lt;/span&gt;
    &lt;span class="na"&gt;steps&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt;
    &lt;span class="pi"&gt;-&lt;/span&gt; &lt;span class="na"&gt;uses&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;actions/checkout@v1&lt;/span&gt;
    &lt;span class="pi"&gt;-&lt;/span&gt; &lt;span class="na"&gt;name&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;Configure AWS Credentials&lt;/span&gt;
      &lt;span class="na"&gt;uses&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;aws-actions/configure-aws-credentials@v1&lt;/span&gt;
      &lt;span class="na"&gt;with&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt;
        &lt;span class="na"&gt;aws-access-key-id&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;${{ secrets.AWS_ACCESS_KEY_ID }}&lt;/span&gt;
        &lt;span class="na"&gt;aws-secret-access-key&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;${{ secrets.AWS_SECRET_ACCESS_KEY }}&lt;/span&gt;
        &lt;span class="na"&gt;aws-region&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;us-east-1&lt;/span&gt;
    &lt;span class="pi"&gt;-&lt;/span&gt; &lt;span class="na"&gt;name&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;Build static site&lt;/span&gt;
      &lt;span class="na"&gt;run&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;npm install &amp;amp;&amp;amp; npm run-script build&lt;/span&gt;
    &lt;span class="pi"&gt;-&lt;/span&gt; &lt;span class="na"&gt;name&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;Deploy static site to S3 bucket&lt;/span&gt;
      &lt;span class="na"&gt;run&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;aws s3 sync ./public s3://${{ secrets.S3_BUCKET_NAME }} --delete&lt;/span&gt;
    &lt;span class="pi"&gt;-&lt;/span&gt; &lt;span class="na"&gt;name&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;Invalidate CloudFront Cache&lt;/span&gt;
      &lt;span class="na"&gt;run&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;aws cloudfront create-invalidation --distribution-id ${{ secrets.CDN_DISTRIBUTION_ID }} --paths "/*"&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;


&lt;p&gt;Thanks, Aaron!&lt;br&gt;
&lt;/p&gt;
&lt;div class="ltag__user ltag__user__id__108392"&gt;
    &lt;a href="/apstone" class="ltag__user__link profile-image-link"&gt;
      &lt;div class="ltag__user__pic"&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%2Fuploads%2Fuser%2Fprofile_image%2F108392%2F596001f2-e8be-4c3d-81db-d9472e07a76d.jpg" alt="apstone image"&gt;
      &lt;/div&gt;
    &lt;/a&gt;
  &lt;div class="ltag__user__content"&gt;
    &lt;h2&gt;
&lt;a class="ltag__user__link" href="/apstone"&gt;Aaron Stone&lt;/a&gt;Follow
&lt;/h2&gt;
    &lt;div class="ltag__user__summary"&gt;
      &lt;a class="ltag__user__link" href="/apstone"&gt;Full Stack Software Developer for 5+ years with expertise in NodeJS/React/React Native&lt;/a&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Personal Update -&amp;gt; Go! 🤠&lt;/strong&gt;&lt;br&gt;
As an update to my unemployment situation, I have received a formal offer from one company, and have my final interview with another on Monday. I'm really excited about the future, as both opportunities are fantastic. Because of my upcoming interview Monday, I've decided to shift focus this week to playing with MongoDB, Go, and maybe even figure out a third-party identity management system like Auth0.&lt;/p&gt;

&lt;p&gt;I spent about three hours last night working with Go. I'll share the tutorials I followed below. Huge thanks to Brad Traversy, as his videos on Go have really helped solidify my understanding of the language, dependency management, and packages. &lt;br&gt;
&lt;/p&gt;
&lt;div class="ltag__user ltag__user__id__137487"&gt;
    &lt;a href="/traversymedia" class="ltag__user__link profile-image-link"&gt;
      &lt;div class="ltag__user__pic"&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%2Fuploads%2Fuser%2Fprofile_image%2F137487%2Ff8c1607f-f10b-4bf2-b719-0bac0e29068c.jpg" alt="traversymedia image"&gt;
      &lt;/div&gt;
    &lt;/a&gt;
  &lt;div class="ltag__user__content"&gt;
    &lt;h2&gt;
&lt;a class="ltag__user__link" href="/traversymedia"&gt;Brad Traversy&lt;/a&gt;Follow
&lt;/h2&gt;
    &lt;div class="ltag__user__summary"&gt;
      &lt;a class="ltag__user__link" href="/traversymedia"&gt;/traversymedia&lt;/a&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/SqrbIlUwR0U"&gt;
&lt;/iframe&gt;
&lt;br&gt;
&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/SonwZ6MF5BE"&gt;
&lt;/iframe&gt;


&lt;p&gt;&lt;strong&gt;Goals for next week ✅&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Create a guestbook app on my website that integrates Auth0, MongoDB, and a REST API built on lambda and Go.&lt;/li&gt;
&lt;li&gt;Finish the styling of the Projects page on my website&lt;/li&gt;
&lt;li&gt;Convert the blog page of my website into an API call with cards as opposed to a link to dev.to&lt;/li&gt;
&lt;li&gt;Do well on my upcoming final interview, and hopefully have news to report by next weeks post&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Stretch Goals (likely to carry over)&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Implement the 'skills' page on my website&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Wrapping Up 🎁&lt;/strong&gt;&lt;br&gt;
This has been one of the most unstable weeks of my life. On top of isolation, being laid off after purchasing a home has been a pretty eye-opening experience. I've had some wins this week, and I'm really happy that this post can celebrate that with this community. I've also had a couple of dark days where I could barely get off the couch to eat. Being productive makes me feel more in control, so I've been putting in some crazy hours. With that said, remember to focus on what's important to you, reach out to friends you haven't heard from, and keep your heads up. &lt;/p&gt;

&lt;p&gt;Let me know if there is anything you'd like more detail on, I would be happy to elaborate! &lt;/p&gt;

</description>
      <category>100daysofcode</category>
      <category>aws</category>
      <category>go</category>
    </item>
    <item>
      <title>[0/15] How about 15 weeks of code?</title>
      <dc:creator>Seth Centerbar</dc:creator>
      <pubDate>Sat, 04 Apr 2020 20:23:17 +0000</pubDate>
      <link>https://dev.to/sethcenterbar/0-15-how-about-15-weeks-of-code-5fnl</link>
      <guid>https://dev.to/sethcenterbar/0-15-how-about-15-weeks-of-code-5fnl</guid>
      <description>&lt;p&gt;&lt;strong&gt;Introduction 👋&lt;/strong&gt; &lt;br&gt;
Hey there dev.to community! My name is Seth, and I've been working in tech and software for about 7 years. I've worked across many tech stacks, and even started my career as a mainframe operator. Much of my career has been spent working with databases and infrastructure, but lately I've really been getting the itch to become a full stack engineer. I decided to start working on a portfolio website about a week ago, and that was probably a good decision!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Being Laid Off 🦠😔👎&lt;/strong&gt;&lt;br&gt;
Unfortunately, I was laid off along with many of my team members last Thursday morning due to the COVID-19 situation. If nothing else, this has really highlighted the necessity of having good examples of my work available for others to see. Because of this, I've decided to commit to do #100daysofcode, but to reduce spam and better organize my time, I'm going to publish a weekly update here on dev.to.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Planning 📝&lt;/strong&gt;&lt;br&gt;
Over the next 100 days, I want to accomplish the following:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Get comfortable blogging about technology (this is a good start, huh!?)&lt;/li&gt;
&lt;li&gt;Build a portfolio website I can be proud of&lt;/li&gt;
&lt;li&gt;Start my youtube channel -&amp;gt; create interesting content that revolves around my interests and experience&lt;/li&gt;
&lt;li&gt;Learn a popular SPA framework and build my html+css skillset&lt;/li&gt;
&lt;li&gt;Build javascript skillset -&amp;gt; become proficient with node/express&lt;/li&gt;
&lt;li&gt;Build multiple projects with REST APIs built in NodeJS, Python, and maybe Go&lt;/li&gt;
&lt;li&gt;Experiment with GraphQL &amp;amp; FaunaDB&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;What I've done so far 💪&lt;/strong&gt;&lt;br&gt;
My next post will go into greater detail, but I would like to highlight some of the work I've done so far for week 1. &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;I've purchased sethcenterbar.com, set up route53, ssl certs, cloudfront etc.&lt;/li&gt;
&lt;li&gt;I've played with react and svelte. Currently, I'm moving forward with svelte, but I don't have a huge preference at this point. &lt;/li&gt;
&lt;li&gt;Worked on collecting all content I have to share for now&lt;/li&gt;
&lt;li&gt;Published WIP site&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Before following up with post[1/15] I would like to:&lt;/strong&gt; 🛠️&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Finish cross-browser support for navbar&lt;/li&gt;
&lt;li&gt;Implement routing in svelte&lt;/li&gt;
&lt;li&gt;Integrate with a third party api (maybe pull projects from github to display on my site)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;In Conclusion 🧑‍🚀🚀&lt;/strong&gt;&lt;br&gt;
This has been a pretty scary time for all of us, and losing my job has been quite unsettling. I'm deciding to make the best of it. I would love to make some friends on this site and I'm always excited to talk about data, polyglot persistence, microservices, serverless, and backend dev. &lt;/p&gt;

&lt;p&gt;If you want to follow my website work live, -&amp;gt; &lt;a href="https://sethcenterbar.com"&gt;https://sethcenterbar.com&lt;/a&gt;&lt;/p&gt;

</description>
      <category>100daysofcode</category>
      <category>aws</category>
      <category>node</category>
    </item>
  </channel>
</rss>
