<?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: Jake Murray</title>
    <description>The latest articles on Forem by Jake Murray (@jmurray90).</description>
    <link>https://forem.com/jmurray90</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%2F125582%2F3fc23cde-ee8b-4407-b402-f84d5613edf1.jpeg</url>
      <title>Forem: Jake Murray</title>
      <link>https://forem.com/jmurray90</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/jmurray90"/>
    <language>en</language>
    <item>
      <title>My Road Map To Learning Web Development</title>
      <dc:creator>Jake Murray</dc:creator>
      <pubDate>Sat, 17 Aug 2019 09:51:35 +0000</pubDate>
      <link>https://forem.com/jmurray90/my-road-map-to-learning-web-development-1p9m</link>
      <guid>https://forem.com/jmurray90/my-road-map-to-learning-web-development-1p9m</guid>
      <description>&lt;h3&gt;
  
  
  Hello Dev, I'm Jake.
&lt;/h3&gt;

&lt;p&gt;For my first post, I thought I would share with you my plan for learning web development. I have previously spent some time teaching myself, but it has been quite unorganized and I get distracted by "hot" technologies when they really shouldn't be on my radar yet. If you all have any comments or suggestions, I'd love to hear them.&lt;/p&gt;

&lt;h4&gt;
  
  
  Phase 1: August - September
&lt;/h4&gt;

&lt;p&gt;So the first phase of my self-education is only two months long. And will focus on 4 technologies. &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;HTML&lt;/li&gt;
&lt;li&gt;CSS&lt;/li&gt;
&lt;li&gt;Git/github&lt;/li&gt;
&lt;li&gt;Command Line &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I spent the first week going over HTML(mainly semantic) as a refresher. I’m familiar with HTML, so anything I don’t know I can easily look up as needed. &lt;/p&gt;

&lt;p&gt;CSS is a bit different; I’m familiar with it, but only on a very basic level, so right now I am starting from the very beginning and putting about 2 months into really getting a solid knowledge base that can get me working. Some might think that’s overkill, but it gives me time to both learn and experiment a substantial amount. I’m not planning on mastering it, of course, but if I can get to a point where I can do most of what I need for the rest of my learning plan, then I’ll be happy for the time being. &lt;/p&gt;

&lt;p&gt;Now with the command line and git/github, I plan on learning the basics so I can get up and going. I don’t plan on spending a substantial amount of time studying these. I’ll learn as I go. &lt;/p&gt;

&lt;p&gt;Here are the resources I am currently using for phase 1. &lt;/p&gt;

&lt;p&gt;For CSS:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://www.udemy.com/advanced-css-and-sass/"&gt;Advanced CSS and Sass&lt;/a&gt; - Udemy course by Jonas Schmedtmann&lt;/li&gt;
&lt;li&gt;&lt;a href="//css-tricks.com"&gt;CSS Tricks&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.amazon.com/CSS-Definitive-Guide-Visual-Presentation/dp/1449393195"&gt;CSS: The Definitive Guide&lt;/a&gt;
(I only link Amazon because O’Reilly does so on their site.)&lt;/li&gt;
&lt;li&gt;A few YouTube channels such as &lt;a href="https://www.youtube.com/playlist?list=PL4cUxeGkcC9ivBf_eKCPIAYXWzLlPAm6G"&gt;The Net Ninja&lt;/a&gt; and &lt;a href="https://www.youtube.com/playlist?list=PLillGF-RfqbZTASqIqdvm1R5mLrQq79CU"&gt;Traversy Media&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For Git/Github:&lt;br&gt;
&lt;a href="https://www.theodinproject.com/courses/web-development-101"&gt;The Odin Project&lt;/a&gt; has a pretty good intro course to github that I enjoyed. &lt;/p&gt;

&lt;p&gt;Command Line:&lt;br&gt;
&lt;a href="https://wesbos.com/courses/"&gt;Wes Bos&lt;/a&gt; has a Command Line Power User course that I will be taking. I haven’t yet, but he does fantastic work so I have no qualms about blindly recommending his course. &lt;/p&gt;

&lt;h4&gt;
  
  
  Phase 2: October - March
&lt;/h4&gt;

&lt;p&gt;Phase 2 is going to be pretty much all Javascript related, but here are the technologies I hope to touch on during this phase.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Javascript&lt;/li&gt;
&lt;li&gt;React&lt;/li&gt;
&lt;li&gt;JSON&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.gatsbyjs.org/"&gt;Gatsby&lt;/a&gt; and &lt;a href="https://www.netlify.com/"&gt;Netlify&lt;/a&gt; (Where I plan on hosting my website when it is launched.)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  PROJECTS, PROJECTS, PROJECTS
&lt;/h3&gt;

&lt;p&gt;I have a few options when it comes to JS; there are a few Udemy courses I am interested in that I will choose from when the time comes. I also purchased a copy of &lt;a href="https://eloquentjavascript.net/"&gt;Eloquent Javascript&lt;/a&gt; for reference and I plan on reading through the &lt;a href="https://github.com/getify/You-Dont-Know-JS"&gt;You Don't Know JS&lt;/a&gt; books as well. &lt;/p&gt;

&lt;p&gt;Most importantly, however, and this is the reason for a 6 month long phase, I will be making things. I have a list of projects I would like to build, and I plan on working through it throughout phase 2. I really don't have much more to say about phase 2, but if there is enough interest I will post an update once I get into it. &lt;/p&gt;

&lt;h4&gt;
  
  
  Phase 3: April - May
&lt;/h4&gt;

&lt;p&gt;Phase 3 will be my wildcard phase. If there is anything left that I didn't accomplish during phase 2, this will be a buffer period to do so. I also plan on building and launching my own website during this time, and applying for jobs. If all of this goes smoothly, I will begin learning backend technologies as well, but as of right now, this isn't a huge priority.&lt;/p&gt;

&lt;p&gt;Well I hope you all enjoyed this, I had a lot of fun planning out my journey. Like I said, I have been working on learning all of this for a while now, but without a solid plan, I have kind of been all over the place. I'd love to hear what you all think, and thanks again!&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>learning</category>
      <category>codenewbie</category>
    </item>
  </channel>
</rss>
