<?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: Dayren Tolliver</title>
    <description>The latest articles on Forem by Dayren Tolliver (@dayrentolliver).</description>
    <link>https://forem.com/dayrentolliver</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%2F173857%2Fe6facd1b-19d2-4e04-b80e-9fef422348a9.jpeg</url>
      <title>Forem: Dayren Tolliver</title>
      <link>https://forem.com/dayrentolliver</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/dayrentolliver"/>
    <language>en</language>
    <item>
      <title>New to VS Code and Have No Idea How to Preview Your Code? Read This!</title>
      <dc:creator>Dayren Tolliver</dc:creator>
      <pubDate>Sat, 22 Jun 2019 02:52:43 +0000</pubDate>
      <link>https://forem.com/dayrentolliver/new-to-vs-code-and-have-no-idea-how-to-preview-your-code-read-this-5ca3</link>
      <guid>https://forem.com/dayrentolliver/new-to-vs-code-and-have-no-idea-how-to-preview-your-code-read-this-5ca3</guid>
      <description>&lt;h3&gt;
  
  
  Why I'm Writing This Article
&lt;/h3&gt;

&lt;p&gt;My main hangup with VS Code was not knowing how to preview my code. After tons of Google searches, I was no closer to figuring it out. This made me question if VS Code even had preview capability. I couldn't wrap my mind around why someone would use it if they couldn't see what their code looked like. &lt;/p&gt;

&lt;p&gt;(This frustration actually caused me to stop coding for a few months because I thought that if I couldn't figure something as 'simple' as this out, then I obviously wasn't cut out to be a developer. 😞)&lt;/p&gt;

&lt;p&gt;It wasn't until earlier this year that someone showed me how to preview my code in VS Code. &lt;strong&gt;Looking back, I can now see how unintuitive it was for a beginner.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Disclaimer: While I don't assume you have much, if any experience with VS Code, I DO assume that you've used a text editor before. Also, the shortcuts I provide are for Mac. (I'm sure they're similar on Windows.)&lt;/em&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  VS Code Pains
&lt;/h3&gt;

&lt;p&gt;When I became 'serious' (this was the first of many times I thought I was serious 😂) about becoming a professional developer, I started talking to developers who told me that I needed to start using &lt;a href="https://code.visualstudio.com/" rel="noopener noreferrer"&gt;VS Code&lt;/a&gt;. &lt;/p&gt;

&lt;p&gt;Since I'd used text editors before I thought I could pick VS Code up pretty quickly. Plus, everyone was telling me how easy it was to use. I mean, how hard could it be?!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://i.giphy.com/media/h2OLfcSKKthRK/giphy.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://i.giphy.com/media/h2OLfcSKKthRK/giphy.gif"&gt;&lt;/a&gt;&lt;/p&gt;
Obviously, it wasn't easy for me.



&lt;h3&gt;
  
  
  My Experience with Beginner Friendly Text Editors
&lt;/h3&gt;

&lt;p&gt;When I was first began learning to code, I started with a soon to be defunct text editor called Cloud9 (RIP 🙏🏽). What I liked about Cloud9 was that I could write a few lines of code, click the 'Preview' button, then immediately see the changes.&lt;/p&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%2Fthepracticaldev.s3.amazonaws.com%2Fi%2Fl7wrc063pxs61le3yory.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%2Fthepracticaldev.s3.amazonaws.com%2Fi%2Fl7wrc063pxs61le3yory.png" alt="Screenshot of my Cloud9 instance"&gt;&lt;/a&gt;&lt;/p&gt;
My code is on the left and the preview window is just below the clearly labeled Preview button.



&lt;p&gt;I eventually moved on to &lt;a href="https://codepen.io/" rel="noopener noreferrer"&gt;CodePen&lt;/a&gt; when I began working on &lt;a href="https://www.freecodecamp.org/" rel="noopener noreferrer"&gt;freeCodeCamp&lt;/a&gt; projects. Similarly, CodePen has a 'Save' button, that also allows you to easily view your changes.&lt;/p&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%2Fthepracticaldev.s3.amazonaws.com%2Fi%2Fccok060zi8w6c3ar5qw6.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%2Fthepracticaldev.s3.amazonaws.com%2Fi%2Fccok060zi8w6c3ar5qw6.png" alt="Screenshot of my CodePen instance"&gt;&lt;/a&gt;&lt;/p&gt;
My code is on top along with the Save button and the preview window is below.



&lt;h3&gt;
  
  
  Live Server Extension
&lt;/h3&gt;

&lt;p&gt;Once I explained my frustrations with VS Code to a fellow developer, he graciously showed me how to use an extension called &lt;a href="https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer" rel="noopener noreferrer"&gt;Live Server&lt;/a&gt; to preview my code. &lt;/p&gt;

&lt;p&gt;You can either download Live Server from the link above or go straight to the 'Extensions' tab in VS Code and search for it.&lt;/p&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%2Fthepracticaldev.s3.amazonaws.com%2Fi%2Fjntxgdrjburct64npaul.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%2Fthepracticaldev.s3.amazonaws.com%2Fi%2Fjntxgdrjburct64npaul.png" alt="Red arrow pointing to the 'Extensions' tab in VS Code"&gt;&lt;/a&gt;&lt;/p&gt;
The red arrow is pointing to the 'Extensions' tab in VS Code.



&lt;p&gt;After searching for and downloading Live Server, open an existing HTML file or create one. &lt;/p&gt;

&lt;p&gt;If you're unsure of how to create an HTML file in VS Code, view the screenshot below.&lt;/p&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%2Fthepracticaldev.s3.amazonaws.com%2Fi%2Fbs1ieltp6uitzx9g080v.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%2Fthepracticaldev.s3.amazonaws.com%2Fi%2Fbs1ieltp6uitzx9g080v.png" alt="Screenshot of creating an HTML page"&gt;&lt;/a&gt;&lt;/p&gt;
Click 'New File' under the 'Start' section.



&lt;p&gt;After clicking 'New File', you'll be taken to a blank page, where you can begin to create your HTML file. (Don't forget, all HTML files must always end in '.html')&lt;/p&gt;

&lt;p&gt;Before you preview your HTML file, you must save it. (Command + S on Mac)&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%2Fthepracticaldev.s3.amazonaws.com%2Fi%2Fictm9ukbrgvz0wtzncpf.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%2Fthepracticaldev.s3.amazonaws.com%2Fi%2Fictm9ukbrgvz0wtzncpf.png" alt="Screenshot of unsaved page"&gt;&lt;/a&gt;&lt;/p&gt;
If there's a white circle next to your HTML document, that means it hasn't been saved!



&lt;p&gt;Now that your document is saved, you're finally ready to preview with Live Server!&lt;/p&gt;

&lt;p&gt;In order to open Live Server, use the shortcut Command + Shift + P. You should see a dropdown menu appear like the screenshot below.&lt;/p&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%2Fthepracticaldev.s3.amazonaws.com%2Fi%2F9uy0kqujqeyzsk3obahp.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%2Fthepracticaldev.s3.amazonaws.com%2Fi%2F9uy0kqujqeyzsk3obahp.png" alt="Screenshot of Live Server menu"&gt;&lt;/a&gt;&lt;/p&gt;
It's very important that you leave the '&amp;gt;' in the search bar, otherwise you won't be able to search for anything!



&lt;p&gt;Alternatively, you can right-click on your HTML page and click 'Open with Live Server'&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%2Fthepracticaldev.s3.amazonaws.com%2Fi%2Fgdtnwbrq6nve7cx6nlsa.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%2Fthepracticaldev.s3.amazonaws.com%2Fi%2Fgdtnwbrq6nve7cx6nlsa.png" alt="Screenshot of right-clicking to open Live Server"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Either way, your HTML document should appear.&lt;/p&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%2Fthepracticaldev.s3.amazonaws.com%2Fi%2Fya3c3iy7vmjyjevolj7m.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%2Fthepracticaldev.s3.amazonaws.com%2Fi%2Fya3c3iy7vmjyjevolj7m.png" alt="Screenshot of open Live Server"&gt;&lt;/a&gt;&lt;/p&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%2Fuploads%2Farticles%2Fy0bz09q9sllvdc08iszf.gif" 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%2Fuploads%2Farticles%2Fy0bz09q9sllvdc08iszf.gif"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I hope you found this tutorial helpful.&lt;/p&gt;

&lt;p&gt;Thanks for reading!&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>vscode</category>
      <category>help</category>
    </item>
    <item>
      <title>Make Responsive Design a Priority</title>
      <dc:creator>Dayren Tolliver</dc:creator>
      <pubDate>Sat, 15 Jun 2019 20:17:32 +0000</pubDate>
      <link>https://forem.com/dayrentolliver/make-responsive-design-a-priority-2l2c</link>
      <guid>https://forem.com/dayrentolliver/make-responsive-design-a-priority-2l2c</guid>
      <description>&lt;p&gt;Hello again! If you have a love/hate relationship with CSS, then welcome to the club. 🙌🏾 &lt;a href="https://i.giphy.com/media/xZqycRHIQkKNa/giphy.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://i.giphy.com/media/xZqycRHIQkKNa/giphy.gif" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It feels amazing when it works, but incredibly annoying when it doesn't.&lt;/p&gt;


&lt;blockquote class="ltag__twitter-tweet"&gt;
      &lt;div class="ltag__twitter-tweet__media"&gt;
        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--mwwIZ9UH--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://pbs.twimg.com/media/D3dApcrWAAAV0Tr.png" alt="unknown tweet media content"&gt;
      &lt;/div&gt;

  &lt;div class="ltag__twitter-tweet__main"&gt;
    &lt;div class="ltag__twitter-tweet__header"&gt;
      &lt;img class="ltag__twitter-tweet__profile-image" src="https://res.cloudinary.com/practicaldev/image/fetch/s--Axenqhv6--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://pbs.twimg.com/profile_images/1083035307510063107/ASmwY2wV_normal.jpg" alt="Nepeta profile image"&gt;
      &lt;div class="ltag__twitter-tweet__full-name"&gt;
        Nepeta
      &lt;/div&gt;
      &lt;div class="ltag__twitter-tweet__username"&gt;
        @nepetadev
      &lt;/div&gt;
      &lt;div class="ltag__twitter-tweet__twitter-logo"&gt;
        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--P4t6ys1m--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://practicaldev-herokuapp-com.freetls.fastly.net/assets/twitter-f95605061196010f91e64806688390eb1a4dbc9e913682e043eb8b1e06ca484f.svg" alt="twitter logo"&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class="ltag__twitter-tweet__body"&gt;
      me: let's rewrite the CSS&lt;br&gt;my website: 
    &lt;/div&gt;
    &lt;div class="ltag__twitter-tweet__date"&gt;
      07:32 AM - 06 Apr 2019
    &lt;/div&gt;


    &lt;div class="ltag__twitter-tweet__actions"&gt;
      &lt;a href="https://twitter.com/intent/tweet?in_reply_to=1114430664072474624" class="ltag__twitter-tweet__actions__button"&gt;
        &lt;img src="/assets/twitter-reply-action.svg" alt="Twitter reply action"&gt;
      &lt;/a&gt;
      &lt;a href="https://twitter.com/intent/retweet?tweet_id=1114430664072474624" class="ltag__twitter-tweet__actions__button"&gt;
        &lt;img src="/assets/twitter-retweet-action.svg" alt="Twitter retweet action"&gt;
      &lt;/a&gt;
      1401
      &lt;a href="https://twitter.com/intent/like?tweet_id=1114430664072474624" class="ltag__twitter-tweet__actions__button"&gt;
        &lt;img src="/assets/twitter-like-action.svg" alt="Twitter like action"&gt;
      &lt;/a&gt;
      5047
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/blockquote&gt;


&lt;p&gt;This article isn't a "how-to" because I'm by no-means an expert. (Although, I will provide resources.) The purpose of this article is to encourage you (and myself) to make responsive design a priority, no matter how frustrating CSS can be.&lt;/p&gt;

&lt;h3&gt;
  
  
  Avoiding Responsivility 👈🏾(Responsibility + Responsiveness)
&lt;/h3&gt;

&lt;p&gt;It's cheesy, I know. 😂&lt;/p&gt;

&lt;p&gt;When I first started building projects, responsiveness wasn't even a thought of mine. I would just create a project and call it day, without considering what it looked like on devices other than desktop. My mentality was "It may be ugly, but it works. 🤷🏾‍♀️"&lt;/p&gt;

&lt;p&gt;In 2018, &lt;a href="https://www.stonetemple.com/mobile-vs-desktop-usage-study/"&gt;58% of site visits&lt;/a&gt; came from a mobile device. 🤯 With this in mind, I realized that my projects had to look good no matter what device they were being viewed on. The only problem was that I didn't really know how to approach responsiveness. I had been exposed to media queries, etc. in tutorials, but didn't really know how to implement them in my projects.&lt;/p&gt;

&lt;p&gt;A few months ago I stumbled upon &lt;a href="https://getbootstrap.com/"&gt;Bootstrap&lt;/a&gt; and initially wanted to just use it to avoid having to learn responsiveness with pure CSS. After some contemplation, I decided that it was in my best interest to get better at pure CSS before moving on to Bootstrap.&lt;/p&gt;

&lt;p&gt;Don't get me wrong, Bootstrap is an amazing tool, but I believe that if you're going to use it, you should know why the code is presented the way it is, rather than just blindly copying and pasting it.&lt;/p&gt;

&lt;h3&gt;
  
  
  Taking Responsivility
&lt;/h3&gt;

&lt;p&gt;This past week, I've spent countless hours making the projects on my &lt;a href="https://dayrentolliver.com/"&gt;portfolio site&lt;/a&gt; responsive. Is there a better/easier way to accomplish some of the issues I encountered? Probably. Do my projects look a lot better than they did a week ago? Absolutely!&lt;/p&gt;

&lt;p&gt;As stated earlier, I'm not a CSS expert. Even when I was working on the final project on my current iteration of my portfolio site, it still took me forever and a day to make it responsive. But the point is I made an honest effort and finally got it to work. I know that in time, and with more practice, it will get easier.&lt;/p&gt;

&lt;p&gt;I guess the main takeaway here is to put in the time to learn responsive design and use it in your current projects.&lt;/p&gt;

&lt;h3&gt;
  
  
  Resources for Responsiveness
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://internetingishard.com/"&gt;Interneting is Hard&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://learnlayout.com/"&gt;Learn CSS Layout&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=Wm6CUkswsNw"&gt;Build An HTML5 Website With A Responsive Layout&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout"&gt;MDN CSS Layout&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Thanks for reading! 😉&lt;/p&gt;

</description>
      <category>css</category>
      <category>beginners</category>
    </item>
    <item>
      <title>My Experience at REFACTR.TECH</title>
      <dc:creator>Dayren Tolliver</dc:creator>
      <pubDate>Sat, 08 Jun 2019 21:14:25 +0000</pubDate>
      <link>https://forem.com/dayrentolliver/my-experience-at-refactr-tech-1887</link>
      <guid>https://forem.com/dayrentolliver/my-experience-at-refactr-tech-1887</guid>
      <description>&lt;p&gt;Hello there! I'm here to recap my experience at &lt;a href="http://refactr.tech/"&gt;REFACTR.TECH&lt;/a&gt;. &lt;/p&gt;

&lt;p&gt;REFACTR took place this past week, from June 5 - 7, in Atlanta, Georgia. The conference was organized by &lt;a href="https://twitter.com/laingbeth"&gt;Beth Laing&lt;/a&gt;, &lt;a href="https://twitter.com/angelmbanks"&gt;Angel Banks&lt;/a&gt;, and &lt;a href="https://twitter.com/ericastanley"&gt;Erica Stanley&lt;/a&gt;. The focus was on "technology while creating a safe space or thoughtful and nuanced conversations around diversity, inclusion, and intersectionality in tech." &lt;/p&gt;

&lt;p&gt;In short, this conference was aimed at giving everyone a seat at the tech table.&lt;/p&gt;

&lt;h2&gt;
  
  
  Day 1 - Workshops
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Vue
&lt;/h3&gt;


&lt;blockquote class="ltag__twitter-tweet"&gt;
    &lt;div class="ltag__twitter-tweet__media ltag__twitter-tweet__media__two-pics"&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--FJSR9-PF--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://pbs.twimg.com/media/D8VK0InVUAACVic.jpg" alt="unknown tweet media content"&gt;
    &lt;/div&gt;

  &lt;div class="ltag__twitter-tweet__main"&gt;
    &lt;div class="ltag__twitter-tweet__header"&gt;
      &lt;img class="ltag__twitter-tweet__profile-image" src="https://res.cloudinary.com/practicaldev/image/fetch/s--DDNLkVBz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://pbs.twimg.com/profile_images/940594744601616385/v-Qb343g_normal.jpg" alt="Vue Vixens 🦊 profile image"&gt;
      &lt;div class="ltag__twitter-tweet__full-name"&gt;
        Vue Vixens 🦊
      &lt;/div&gt;
      &lt;div class="ltag__twitter-tweet__username"&gt;
        @vuevixens
      &lt;/div&gt;
      &lt;div class="ltag__twitter-tweet__twitter-logo"&gt;
        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--P4t6ys1m--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://practicaldev-herokuapp-com.freetls.fastly.net/assets/twitter-f95605061196010f91e64806688390eb1a4dbc9e913682e043eb8b1e06ca484f.svg" alt="twitter logo"&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class="ltag__twitter-tweet__body"&gt;
      Awesome Atlanta! 
    &lt;/div&gt;
    &lt;div class="ltag__twitter-tweet__date"&gt;
      22:17 PM - 05 Jun 2019
    &lt;/div&gt;


    &lt;div class="ltag__twitter-tweet__actions"&gt;
      &lt;a href="https://twitter.com/intent/tweet?in_reply_to=1136396748455403520" class="ltag__twitter-tweet__actions__button"&gt;
        &lt;img src="/assets/twitter-reply-action.svg" alt="Twitter reply action"&gt;
      &lt;/a&gt;
      &lt;a href="https://twitter.com/intent/retweet?tweet_id=1136396748455403520" class="ltag__twitter-tweet__actions__button"&gt;
        &lt;img src="/assets/twitter-retweet-action.svg" alt="Twitter retweet action"&gt;
      &lt;/a&gt;
      10
      &lt;a href="https://twitter.com/intent/like?tweet_id=1136396748455403520" class="ltag__twitter-tweet__actions__button"&gt;
        &lt;img src="/assets/twitter-like-action.svg" alt="Twitter like action"&gt;
      &lt;/a&gt;
      49
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/blockquote&gt;


&lt;p&gt;Day one at REFACTR was focused solely on workshops. Being that I want to become a front-end developer, I chose the &lt;a href="https://vuevixens.org/"&gt;Vue Vixens&lt;/a&gt; workshop. This was my first time working with a framework, so I was somewhat nervous that I didn't have enough JavaScript knowledge to understand what was going on. My fears were quickly put to rest by the supportive Vue Vixens team. Yes, I had plenty of questions,  but there was always someone there to help clarify. I want more JavaScript experience before I dive any deeper into Vue, but the course structure made it easy to follow along regardless of skillset.&lt;/p&gt;

&lt;p&gt;If you're new to Vue or just want to get more practice, you can 'vue' 😂 the workshop &lt;a href="https://vue-vixens-workshop.netlify.com/workshop/"&gt;here&lt;/a&gt;, for &lt;strong&gt;free&lt;/strong&gt;!&lt;/p&gt;

&lt;h3&gt;
  
  
  Google AMP
&lt;/h3&gt;

&lt;p&gt;I also had several friends who attended Google's &lt;a href="https://amp.dev/"&gt;AMP Roadshow&lt;/a&gt;. According to AMP's website, "AMP is an open-source HTML framework that provides a straightforward way to create web pages that are fast, smooth-loading and prioritize the user-experience above all else." You can learn more about AMP's benefits and take its &lt;strong&gt;free&lt;/strong&gt; courses &lt;a href="https://amp.dev/documentation/guides-and-tutorials/"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  Entire Workshop List
&lt;/h3&gt;

&lt;p&gt;You can view the full list of workshops &lt;a href="http://refactr.tech/schedule/"&gt;here&lt;/a&gt;. (I'm not sure if the other workshops provided any resources, but it may be worth looking into, if you find a topic you're interested in.)&lt;/p&gt;

&lt;h2&gt;
  
  
  Day 2/3 - Breakout Sessions
&lt;/h2&gt;

&lt;p&gt;Rather than walk you through every single talk that I attended, (they were all great by the way), I wanted to only focus on two. &lt;/p&gt;

&lt;p&gt;&lt;em&gt;Disclaimer&lt;/em&gt;: I chose these two talks because the speakers have a background in the technologies that I'm interested in, not because of where they work.  &lt;/p&gt;

&lt;h3&gt;
  
  
  Reconfiguring Our Mindset from “Self-taught” to “Community-taught”
&lt;/h3&gt;

&lt;p&gt;This was a talk by &lt;a href="https://twitter.com/RayGesualdo"&gt;Ray Gesualdo&lt;/a&gt;, a UI Engineer at &lt;a href="https://www.salesloft.com/"&gt;Salesloft&lt;/a&gt;. I'm always interested in hearing the stories of those who don't have a CS degree, like myself. My takeaway from Ray's talk was that no one is truly self-taught, we're all community-taught. You may not have gotten a formal education, but you certainly didn't wake up one day with your current knowledge. You gained those skills because of others who were willing to share their knowledge and resources. Whether it was a blog, YouTube video, etc., someone went out of their way to share information about that topic. It's up to us to make sure that we continue to maintain and create for others who will come after us. After all, that's what those before us have done.&lt;/p&gt;

&lt;h3&gt;
  
  
  A React Developer’s Guide to Tech Interviews
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://twitter.com/adriannavaldivi"&gt;Adrianna Valdivia&lt;/a&gt; is also a UI Engineer at &lt;a href="https://www.salesloft.com/"&gt;Salesloft&lt;/a&gt;. The purpose of Adrianna's talk was to help developers, who are on the hunt for a React role, avoid the pitfalls that she encountered while interviewing. While I'm not 100% sure that I'm ready to start interviewing, this gave me an opportunity to identify the gaps in my JavaScript knowledge, so that I can better identify what to focus my time and attention on. I met several, recent bootcamp grads who also found her perspective very useful!&lt;/p&gt;

&lt;h2&gt;
  
  
  Random, but Valuable Resources
&lt;/h2&gt;

&lt;p&gt;Below is a list of resources that I found out about from my fellow conference goers:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://www.yearup.org/"&gt;Year Up&lt;/a&gt; - I met someone who went from working at a coffee shop to becoming a front-end developer within a year because of this organization&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://www.thisdot.co/fempire-for-apprentices"&gt;This Dot Labs Apprenticeship Program&lt;/a&gt; - Helps women break into to tech through a year-long apprenticeship&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://www.greatersum.com/software-apprenticeship/"&gt;Greater Sum&lt;/a&gt; - This is a software engineering apprenticeship located in Atlanta&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://flatironschool.com/free-courses/coding-bootcamp-prep"&gt;Flatiron Prep Course&lt;/a&gt; - This is the &lt;strong&gt;same&lt;/strong&gt; prep work course that's given to Flatiron students, it's totally &lt;strong&gt;free&lt;/strong&gt;, even if you have no plans to attend Flatiron&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Final Thoughts
&lt;/h2&gt;

&lt;p&gt;If you couldn't already tell, I learned a lot at REFACTR.TECH. As an introvert, I made a point to go out of my way to talk to people and I'm so glad I did! &lt;/p&gt;

&lt;p&gt;There were several people who offered their time and resources to help me along the way. I'm looking forward to cultivating these relationships and can't wait for next year's conference. &lt;/p&gt;

&lt;p&gt;Thank you to &lt;a href="https://twitter.com/laingbeth"&gt;Beth Laing&lt;/a&gt;, &lt;a href="https://twitter.com/angelmbanks"&gt;Angel Banks&lt;/a&gt;, and &lt;a href="https://twitter.com/ericastanley"&gt;Erica Stanley&lt;/a&gt; for putting on such an amazing conference! 🎉&lt;/p&gt;

</description>
      <category>vue</category>
      <category>react</category>
      <category>inclusion</category>
      <category>career</category>
    </item>
  </channel>
</rss>
