<?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: Jacob</title>
    <description>The latest articles on DEV Community by Jacob (@jacoboakley).</description>
    <link>https://dev.to/jacoboakley</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%2F180141%2Feb6d941e-a3f4-416c-bc01-e1702a6b29ac.jpeg</url>
      <title>DEV Community: Jacob</title>
      <link>https://dev.to/jacoboakley</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jacoboakley"/>
    <language>en</language>
    <item>
      <title>Finding Vets Who Code</title>
      <dc:creator>Jacob</dc:creator>
      <pubDate>Mon, 08 Jul 2019 11:34:28 +0000</pubDate>
      <link>https://dev.to/vetswhocode/finding-vets-who-code-25ok</link>
      <guid>https://dev.to/vetswhocode/finding-vets-who-code-25ok</guid>
      <description>&lt;p&gt;When I started my journey into Web Development it started like many others, with a simple Google search, “How to become a Web Developer.” Google instantly returned my query with millions of results in about half a second. I knew shortly after that I needed guidance to navigate the scores of languages, career paths, and resources. Having a military background led me to seek out others with the same values and work ethic as me, inevitably leading me to Vets Who Code. I submitted my application and completed the pre-work. Shortly after I was accepted to the program, but not all was sunshine and rainbows from there.&lt;/p&gt;

&lt;p&gt;I did the work but things just weren’t clicking. Any other organization would have drug me along behind them until I got through and sent me on my way. But the leaders at Vets Who Code sat me down and had a blunt conversation with me, the kind of honest, kick in the butt conversation that only comes from people close to you, like friends you have had for years or family. Basically I was told the work I was doing wasn’t cutting it and I needed to change something and change it fast.&lt;/p&gt;

&lt;p&gt;As soon as that conversation was over I was back at it, studying, watching videos, listening to those in the industry, and most importantly doing, eventually graduating the program and getting my first developer job as a Mid Level Frontend Web Developer.&lt;/p&gt;

&lt;p&gt;Without Vets Who Code taking the time to not only teach me how to code, but also teach me how to learn, I could have been stuck in the realm of mediocrity. &lt;/p&gt;

</description>
      <category>javascript</category>
      <category>webdev</category>
      <category>learning</category>
      <category>veterans</category>
    </item>
    <item>
      <title>Web Development With A Chromebook: Installing Nodejs</title>
      <dc:creator>Jacob</dc:creator>
      <pubDate>Thu, 13 Jun 2019 14:16:04 +0000</pubDate>
      <link>https://dev.to/jacoboakley/web-development-with-a-chromebook-installing-nodejs-3fo0</link>
      <guid>https://dev.to/jacoboakley/web-development-with-a-chromebook-installing-nodejs-3fo0</guid>
      <description>&lt;p&gt;Installing Nodejs is an important part of getting your Chromebook up and running for Web Development. With the addition of Linux apps and the terminal developers can now install Nodejs and gain access to NPM. I will walk you through how to install it, but first you need to install the terminal. If you have not done this you can see how to at by reading &lt;a href="https://medium.com/@jacoboakley/web-development-with-a-chromebook-terminal-setup-dc0d4668d411"&gt;Web Development With a Chromebook: Terminal — Setup&lt;/a&gt;.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Open your terminal&lt;/li&gt;
&lt;li&gt;Get updates by running:

&lt;ul&gt;
&lt;li&gt;sudo apt-get update&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Install curl and gnupg:

&lt;ul&gt;
&lt;li&gt;sudo apt-get install curl gnupg -y&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Install Nodejs:

&lt;ul&gt;
&lt;li&gt;curl -sl &lt;a href="https://deb.nodesource.com/setup_10.x"&gt;https://deb.nodesource.com/setup_10.x&lt;/a&gt; | sudo -E bash - sudo apt-get install -y nodejs&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;For different versions you can visit the &lt;a href="https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions"&gt;Nodejs&lt;/a&gt; page.&lt;/p&gt;

</description>
      <category>chromebook</category>
      <category>node</category>
      <category>npm</category>
      <category>terminal</category>
    </item>
  </channel>
</rss>
