<?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: brittanyhurthead</title>
    <description>The latest articles on DEV Community by brittanyhurthead (@brittanyhurthead).</description>
    <link>https://dev.to/brittanyhurthead</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%2F1073172%2F4af1185c-b194-424d-9179-f75c64f02535.jpg</url>
      <title>DEV Community: brittanyhurthead</title>
      <link>https://dev.to/brittanyhurthead</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/brittanyhurthead"/>
    <language>en</language>
    <item>
      <title>JavaScript Wonderland</title>
      <dc:creator>brittanyhurthead</dc:creator>
      <pubDate>Wed, 17 May 2023 12:17:26 +0000</pubDate>
      <link>https://dev.to/brittanyhurthead/javascript-wonderland-1im1</link>
      <guid>https://dev.to/brittanyhurthead/javascript-wonderland-1im1</guid>
      <description>&lt;p&gt;I’m into the JavaScript portion of my boot camp (it’s been a month since I started boot camp but I’m moving at a faster pace) HTML and CSS came to me easy, a trend I am seeing in this community 😮‍💨 This JavaScript is a different beast though. I am working with it everyday, attempting to re-wire my brain 🧠. I read somewhere that business-minded people struggle with JavaScript because they want the results without understanding the actual process. I feel like I am in my own Wonderland 🐛. So many functions, arguments, punctuation differences. One slight error causes my entire script to do nothing 🥴&lt;/p&gt;

&lt;p&gt;My latest beast👹:&lt;/p&gt;

&lt;p&gt;let now = new Date();&lt;br&gt;
let h2 = document.querySelector(“h2”);&lt;br&gt;
let days = [“Sunday”,”Monday”, “Tuesday”, “Wednesday”, “Thursday”, “Friday”, “Saturday”];&lt;br&gt;
let day = days[now.getDay()];&lt;br&gt;
h2.innerHTML = ‘Today is ${day}’;&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>javascript</category>
      <category>codenewbie</category>
    </item>
    <item>
      <title>AR➡️Analyst➡️Software Engineer</title>
      <dc:creator>brittanyhurthead</dc:creator>
      <pubDate>Fri, 28 Apr 2023 14:13:57 +0000</pubDate>
      <link>https://dev.to/brittanyhurthead/aranalystsoftware-engineer-537e</link>
      <guid>https://dev.to/brittanyhurthead/aranalystsoftware-engineer-537e</guid>
      <description>&lt;p&gt;I took a major step towards changing career paths. I have always dabbled in coding, customizing my personal websites and learning the basics. I never saw it as a possible career path until now. A light bulb 💡 went off one day. I have been "dabbling" in code since before graduating high school almost 15 years ago😮‍💨. &lt;/p&gt;

&lt;p&gt;It wasn't until I left my Accounts Receivable Specialist job of almost 10 years that I knew I wanted something different. My new analyst job provided me with a couple of work from home days but I needed more. I was most productive working in my own home. I had the setup perfect. No distractions. I was happy working in my own element. I hated the analyst work though. So I took a leap of faith and I am now working my way through a bootcamp geared towards women. &lt;/p&gt;

&lt;p&gt;I did research for about a month, looking at all types of options to learn coding. The price of tuition ranged from free all the way to tens of thousands of dollars🙄. I already have actual student loan debt so putting a lot of money into this interest was NOT an option. I settled on SheCodes mainly because of their focus on women. I have always been a feminist and while they don't promote feminist issues, it touched my heart a little. &lt;/p&gt;

&lt;p&gt;I just finished the SheCodes Basics workshop. It took me 2 weeks instead of the 3 they pace you at. It was fairly easy (with the exception of Javascript). I have a long ways to go but I am excited about my journey. This blog post will be a marker for my progress. I am giving myself 6-8 months to learn the languages needed to get a Junior Developer job. &lt;/p&gt;

&lt;p&gt;Lets go!💪🏾&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>wecoded</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
