<?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: Quinton Raymond </title>
    <description>The latest articles on DEV Community by Quinton Raymond  (@qbobb).</description>
    <link>https://dev.to/qbobb</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%2F468153%2F95023b64-0e2c-4b7f-972e-2f2df5cd8abb.jpeg</url>
      <title>DEV Community: Quinton Raymond </title>
      <link>https://dev.to/qbobb</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/qbobb"/>
    <language>en</language>
    <item>
      <title>Understanding Chrome Dev Tools as a Code Newbie</title>
      <dc:creator>Quinton Raymond </dc:creator>
      <pubDate>Sun, 20 Sep 2020 17:50:06 +0000</pubDate>
      <link>https://dev.to/qbobb/understanding-chrome-devtools-as-a-code-newbie-4am5</link>
      <guid>https://dev.to/qbobb/understanding-chrome-devtools-as-a-code-newbie-4am5</guid>
      <description>&lt;p&gt;Prior to starting &lt;a href="https://www.theodinproject.com/tracks/full-stack-ruby-on-rails" rel="noopener noreferrer"&gt;The Odin Project's&lt;/a&gt; Full Stack Ruby on Rails track, I only used Chrome Dev Tools a handful of times to view the CSS styling of a specific element or to help me understand how certain scripts were running on a page. &lt;/p&gt;

&lt;p&gt;I knew that DevTools was an extremely powerful tool, but I didn't really know where to start my exploration of its many uses. &lt;/p&gt;

&lt;p&gt;&lt;em&gt;Below are four resources that I found helpful in understanding how to use Chrome Dev Tools:&lt;/em&gt; &lt;/p&gt;

&lt;p&gt;✅ This video by &lt;a href="https://twitter.com/wesbos" rel="noopener noreferrer"&gt;Wes Bos&lt;/a&gt; is short enough to keep your attention and gives a robust overview of the things that you can accomplish in Dev Tools.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/xkzDaKwinA8"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;✅ &lt;a href="https://developers.google.com/web/tools/chrome-devtools" rel="noopener noreferrer"&gt;These&lt;/a&gt; Google Dev Tool guides in the &lt;a href="https://developers.google.com/web/tools/chrome-devtools" rel="noopener noreferrer"&gt;Dev Tools documentation&lt;/a&gt; were easy to follow and provide instant gratification by allowing you to complete small challenges right from the webpage. &lt;/p&gt;

&lt;p&gt;✅ &lt;a href="https://www.keycdn.com/blog/chrome-devtools" rel="noopener noreferrer"&gt;This&lt;/a&gt; guide by KeyCDN is a perfect one to bookmark. It has lots of useful tips and tricks and I find myself coming back to this article often to refresh my memory. &lt;/p&gt;

&lt;p&gt;✅ &lt;a href="https://twitter.com/thenetninjauk?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor" rel="noopener noreferrer"&gt;The Net Ninja&lt;/a&gt; has a great series of videos on Chrome Dev Tools as well. I'd recommend watching the entire series! &lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/JzZFccCEgGA"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Walking through these guides/tutorials has already saved me ⌛ and stress in my &lt;a href="https://dev.to/t/codenewbie"&gt;#codenewbie&lt;/a&gt; journey. &lt;/p&gt;

&lt;p&gt;I'm sharing these resources with hopes that another beginner finds them useful. &lt;/p&gt;

&lt;p&gt;Happy coding, friends! 🚀&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Newbie to Full-Stack Developer with The Odin Project</title>
      <dc:creator>Quinton Raymond </dc:creator>
      <pubDate>Sun, 20 Sep 2020 00:19:56 +0000</pubDate>
      <link>https://dev.to/qbobb/newbie-to-full-stack-developer-with-the-odin-project-3bpk</link>
      <guid>https://dev.to/qbobb/newbie-to-full-stack-developer-with-the-odin-project-3bpk</guid>
      <description>&lt;p&gt;I previously uploaded this post to my &lt;a href="//medium.com/@qbobb"&gt;Medium&lt;/a&gt; profile but figured this might be a better audience for encouragement and accountability. &lt;/p&gt;

&lt;p&gt;Over the last 4 years, I have flirted with web development constantly. I chipped away at FreeCodeCamp’s Responsive Web Design Certification, paid for two full years of CodeCademy Pro, thought about signing up for Treehouse.&lt;/p&gt;

&lt;p&gt;I even had a mid-COVID-19 quarantine crisis and enrolled in a Data Science Bootcamp at General Assembly. The bootcamp was hell. I lasted 6 weeks before admitting that I was not remotely prepared to use Statistics, Python, Pandas, and the fundamentals of Machine Learning in a paid position– full-time. I panicked, dropped out, and continued clicking through the mountains of modules at FreeCodeCamp.&lt;/p&gt;

&lt;p&gt;Then I found The Odin Project.&lt;/p&gt;

&lt;p&gt;The Odin Project (TOP) seemed too good to be true. It was FREE, self-paced, gave access to live support through Discord, and required students to set up an integrated development environment (IDE). It was absolutely packed with outside resources which meant that it was designed for genuine engagement and self-discovery. And most importantly (to me), it required students to begin using the CLI immediately. TOP was the only truly robust, free program that taught students how to code as they would IRL. Without sandboxes.&lt;/p&gt;

&lt;p&gt;I read a few reviews and decided to start off with the Full Stack Ruby on Rails track. I’m one week in and still (re)reviewing the fundamentals of HTML and CSS. Only this time I actually feel like I’m learning– AND remembering things!&lt;/p&gt;

&lt;p&gt;I wrote this post as a “hello world” to introduce my personal web development journey. I mostly plan to use it as a space to write tutorials for myself, share things that I find interesting/useful, and hold myself accountable in making real progress.&lt;/p&gt;

&lt;p&gt;Ideally, I would like to complete TOP in its entirety within a year. However, if I don’t complete it at that pace I’m not going to beat myself up.&lt;/p&gt;

&lt;p&gt;This time I'm committed to making consistent progress, and I'm looking to find encouragement and guidance along the way.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
