<?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: Andrew Elliott</title>
    <description>The latest articles on Forem by Andrew Elliott (@critchkn).</description>
    <link>https://forem.com/critchkn</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%2F207911%2F60a499e9-fcb7-4b7a-8d65-2654fd6d2e70.jpeg</url>
      <title>Forem: Andrew Elliott</title>
      <link>https://forem.com/critchkn</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/critchkn"/>
    <language>en</language>
    <item>
      <title>Web Accessibility and You</title>
      <dc:creator>Andrew Elliott</dc:creator>
      <pubDate>Wed, 04 Sep 2019 18:39:48 +0000</pubDate>
      <link>https://forem.com/critchkn/web-accessibility-and-you-4kai</link>
      <guid>https://forem.com/critchkn/web-accessibility-and-you-4kai</guid>
      <description>&lt;p&gt;What is Web Accessibility?​&lt;/p&gt;

&lt;p&gt;Web Accessibility is a practice and train of thought that puts the needs of users with disabilities at the forefront when developing a website or application. As an Accessibility Developer, you're tasked with ensuring that the finished product is as seamlessly useable for individuals with disabilities as it is for other users. It can be a tedious task, especially if you have to go back and work through a website that's already finished, but it's an important one and one that millions of users world wide will be grateful for.&lt;/p&gt;

&lt;p&gt;Structure​&lt;br&gt;
The basic markup for a page consists of something like this:&lt;/p&gt;

&lt;p&gt;Language Declaration&lt;br&gt;
Title&lt;br&gt;
​Body&lt;br&gt;
Navigation Bar&lt;br&gt;
headers &lt;br&gt;
videos&lt;br&gt;
Images&lt;br&gt;
tables&lt;br&gt;
Other HTML elements&lt;br&gt;
Footer&lt;br&gt;
That's obviously a very rough sketch but you get my point, and with each of these pieces of a page, it determines how a user interacts with that specific code. It may look like a lot to think about, but it's a lot easier than it may seem, I promise!&lt;/p&gt;

&lt;p&gt;Semantic Markup - We're Going Deep!&lt;br&gt;
​&lt;/p&gt;

&lt;p&gt;​​The easiest way to code with accessibility in mind is to use proper HTML semantic markup, and here is where we are going to cover that!&lt;/p&gt;

&lt;p&gt;Language Declaration&lt;br&gt;
​It may seem kind of a no-brainer, but declaring the language at the top of your webpage is often overlooked, but one of the more important to-dos when coding. Why? Because it tells a screen reader what language to read your page in! After that though, let's say you have a quote or some other information that you want presented in a different language. To do this, you should include a  tag with the proper two letter code ('En' for English, 'Fr' for French, etc) for maximum support across all screen readers.​&lt;/p&gt;

&lt;p&gt;Title Declaration&lt;/p&gt;

&lt;p&gt;When coding for accessibility, we have to put ourselves in the place of the user. We need to be thorough, and ensure that their experience is as seamless as our own. So when developing even the most basic of pages, we need to ensure a title is declared and that it accurately represents the page. A well described title(the website/company name is perfect) will allows all users to know they're in the correct place, or tip them off that this isn't the page they intended to navigate to. &lt;/p&gt;

&lt;p&gt;The Body&lt;br&gt;
​&lt;/p&gt;

&lt;p&gt;This is the deepest aspect of accessibility as it represents 99% of the content on a webpage, so attention to detail here needs to be top notch. We will begin with the top most element, and work our way through most HTML elements and how we can include accessibility with their creation. &lt;/p&gt;

&lt;p&gt;Navigation/Links/Buttons&lt;br&gt;
​&lt;/p&gt;

&lt;p&gt;If we follow proper HTML markup, navigating a page via a screen reader, the tab key or another way should be easier for users with disabilities. When building out a navigation bar (or when using links throughout the web page) ensure that the location makes sense (in regards to the flow of the page) to users. As well, and links should accurately describe what will happen when the link is clicked. &lt;/p&gt;

&lt;p&gt;For example, if you're offering more information on a subject, be descriptive with your link text. An example of vague link text would be something similar to these: "read more", "learn more", "view", etc. &lt;/p&gt;

&lt;p&gt;As well, if the page opens in a new page have an icon with an alt text similar to "Opens in new page" or some sort of way to let poor sighted/blind users know that an entirely new page is about to open if they click the link. &lt;/p&gt;

&lt;p&gt;​&lt;/p&gt;

&lt;p&gt;Headings&lt;/p&gt;

&lt;p&gt;First and foremost, headings. Your webpage should roughly follow this heading declaration outline:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight html"&gt;&lt;code&gt;H1
 H2
  H3
   H4
    H5
     H6
H2
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;Heading declaration needs to follow a logical order. To begin, there should only be one(1) H1 declaration, and should be the pages title. &lt;/p&gt;

&lt;p&gt;H2 elements should be the high points of the information and an introduction to that specific aspect of information. ​&lt;/p&gt;

&lt;p&gt;From there on, if applicable, the page should follow the above Heading markup outline. &lt;/p&gt;

&lt;p&gt;Why do we do this? Well, it allows for easier page access for users who may be using screen readers and/or need to use the tab key to navigate the page. &lt;/p&gt;

&lt;p&gt;​Images&lt;br&gt;
​​​&lt;/p&gt;

&lt;p&gt;For blind or poor sighted users, viewing images is often the most frustrating aspect of visiting a web page, especially if there is vital information depicted in the image. For developers and graphic artists we can make this easier for these users in a variety of ways. &lt;/p&gt;

&lt;p&gt;Color Contrast&lt;br&gt;
​&lt;/p&gt;

&lt;p&gt;Some users that we need to account for have color blindness or other issues (cataracts, etc) that hinder how easily they can see an image on a webpage. The first way we can account for this is to ensure that all images have sufficient color contrast. &lt;/p&gt;

&lt;p&gt;Per accessibility guidelines, all images need to follow a 4.5 : 1 ratio between the foreground and background. A tool that we can use to check this is the WebAim Color Contrast Checker tool. To use this tool, enter in the hexcode values for the background and foreground and it will give you the ratio of the colors, and tell you whether it will pass or not AA standards. &lt;/p&gt;

&lt;p&gt;As well, we can help users get the information they need by ensuring we don't use colors to depict meaning in our images/markup. Using red to express a warning seems fine, but if someone has an aversion to the color red, they won't be able to get that valuable hint. &lt;/p&gt;

&lt;p&gt;So, by following the WCAG 2.0 AA standards, we can follow these guidelines to ensure color contrast is sufficient:&lt;/p&gt;

&lt;p&gt;A 4.5:1 contrast between the non-link text color and the background.&lt;br&gt;
A 4.5:1 contrast between the link text color and the background.&lt;br&gt;
A 3:1 contrast between the link text color and the surrounding non-link text color​&lt;/p&gt;

&lt;p&gt;​Alternative Text &lt;br&gt;
​&lt;/p&gt;

&lt;p&gt;In the case the web page doesn't fully load, or if an individual with a sight aversion visits the web page, all images should have the proper Alt text needed so the information portrayed is still accessible. This is the aspect of accessibility with the most subjective set of rules, because it really is determined by the image itself. &lt;/p&gt;

&lt;p&gt;The basic rules for determining alt text are:&lt;/p&gt;

&lt;p&gt;​​​If the image portrays needed information, and that information can be explained in a short sentence, include an alt text for the image. &lt;/p&gt;

&lt;p&gt;If the image portrays needed information, and that information can't be explained in a short sentence, can it be explained in a short paragraph? If so, give the image an alt of null, make a new div with the class sr-only and put the information (following typical semantic markup) inside of that div so screen readers can access the information needed without repeating the information for sighted users. &lt;/p&gt;

&lt;p&gt;If the image portrays needed information, and that information can't be explained in a short sentence or paragraph, create a new web page to host that information, give the image an alt of null, and add a link below it to so poor sighted individuals can access the needed information. &lt;/p&gt;

&lt;p&gt;If an image is decorative and/or provides no information for the webpage, assign it a class of null so screen readers won't pick it up and possibly confuse users.&lt;/p&gt;

&lt;p&gt;Is the image a logo? Just add an alt with the companies name.&lt;/p&gt;

&lt;p&gt;Tables&lt;/p&gt;

&lt;p&gt;When it comes to tables, be sure to use the proper html markup, this will allow the table to be naviagble by tabbing and using Th/​TD,etc will allow screen readers to access the information easily. &lt;/p&gt;

&lt;p&gt;A perfect example of an HTML table that is accessible is:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight html"&gt;&lt;code&gt;​&lt;span class="nt"&gt;&amp;lt;table&lt;/span&gt; &lt;span class="na"&gt;class=&lt;/span&gt;&lt;span class="s"&gt;"table table-striped"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;thead&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;tr&amp;gt;&lt;/span&gt;
      &lt;span class="nt"&gt;&amp;lt;th&lt;/span&gt; &lt;span class="na"&gt;scope=&lt;/span&gt;&lt;span class="s"&gt;"col"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;#&lt;span class="nt"&gt;&amp;lt;/th&amp;gt;&lt;/span&gt;      
      &lt;span class="nt"&gt;&amp;lt;th&lt;/span&gt; &lt;span class="na"&gt;scope=&lt;/span&gt;&lt;span class="s"&gt;"col"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;#&lt;span class="nt"&gt;&amp;lt;/th&amp;gt;&lt;/span&gt;
      &lt;span class="nt"&gt;&amp;lt;th&lt;/span&gt; &lt;span class="na"&gt;scope=&lt;/span&gt;&lt;span class="s"&gt;"col"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;#&lt;span class="nt"&gt;&amp;lt;/th&amp;gt;&lt;/span&gt;
      &lt;span class="nt"&gt;&amp;lt;th&lt;/span&gt; &lt;span class="na"&gt;scope=&lt;/span&gt;&lt;span class="s"&gt;"col"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;#&lt;span class="nt"&gt;&amp;lt;/th&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;/tr&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;/thead&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;tbody&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;th&lt;/span&gt; &lt;span class="na"&gt;scope=&lt;/span&gt;&lt;span class="s"&gt;"row"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;#&lt;span class="nt"&gt;&amp;lt;/th&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;td&amp;gt;&lt;/span&gt;#&lt;span class="nt"&gt;&amp;lt;/td&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;td&amp;gt;&lt;/span&gt;#&lt;span class="nt"&gt;&amp;lt;/td&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;td&amp;gt;&lt;/span&gt;#&lt;span class="nt"&gt;&amp;lt;/td&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;/tbody&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;/table&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;​Videos&lt;br&gt;
​&lt;/p&gt;

&lt;p&gt;All videos on a website need to have the proper captions that accurately describe what is said/happening during a video. If a video is linked&lt;/p&gt;

&lt;p&gt;but hosted on a different site (think youtube), it still requires the closed captions.&lt;/p&gt;

&lt;p&gt;If you have the required .srt file for a video, follow these instructions on how to add the file to the video: &lt;a href="https://www.wikihow.com/Add-Subtitles-to-YouTube-Videos"&gt;https://www.wikihow.com/Add-Subtitles-to-YouTube-Videos&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;After the .srt is uploaded, watch the video to ensure there are no spelling/timing errors.&lt;/p&gt;

&lt;p&gt;Here is an example of a video that has an srt file uploaded properly and with correct timing: &lt;a href="https://www.youtube.com/watch?v=2Q4rORc8NpE%E2%80%8B"&gt;https://www.youtube.com/watch?v=2Q4rORc8NpE​&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;​Accessibility Tools&lt;/p&gt;

&lt;p&gt;This isn't a comprehensive list, just a list of a few of the more popular tools to better help you with your checks: &lt;/p&gt;

&lt;p&gt;&lt;a href="https://webaim.org/resources/contrastchecker/"&gt;WebAim Color Contrast Checker&lt;/a&gt; - enter in the hexcodes for two colors and see if they meet proper contrast standards&lt;/p&gt;

&lt;p&gt;&lt;a href="https://chrome.google.com/webstore/detail/axe/lhdoppojpmngadmnindnejefpokejbdd"&gt;Axe Chrome Developer Tools&lt;/a&gt; - using the developer tools, this plugin will help you pinpoint accessibility issues on your web page&lt;/p&gt;

&lt;p&gt;&lt;a href="https://chrome.google.com/webstore/detail/color-contrast-analyzer/dagdlcijhfbmgkjokkjicnnfimlebcll"&gt;Color Contrast Analyzer&lt;/a&gt; - This extension will check a (portion of a) web page to see if it meets accessibility standards&lt;/p&gt;

&lt;p&gt;&lt;a href="https://siteimprove.com"&gt;Site Improve&lt;/a&gt; - Scrapes all pages and content on pages for your website, and gives back an accessibility score (requires purchase)&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.adobe.com/accessibility/products/acrobat/using-acrobat-pro-accessibility-checker.html"&gt;Adobe Acrobat Pro DC Accessibility Checker​&lt;/a&gt; - A feature of Adobe Acrobat, this will help check pdfs to ensure they meet all accessibility guidelines&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.w3.org"&gt;W3.org&lt;/a&gt; - A great on stop shop for all things accessibility, covering all three levels of compliance. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://dequeuniversity.com"&gt;Deque University​&lt;/a&gt; - A great resource for learning practical applications for accessibility (requires subscription)&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.w3.org/WAI/ER/tools/"&gt;Other tools​&lt;/a&gt; - This is a comprehensive list of tools provided by W3.org that help when developing with accessibility in mind&lt;/p&gt;

&lt;h2&gt;Fin&lt;/h2&gt;

&lt;p&gt;All in all though, if you code with accessibility in mind it isn't a very daunting task and it adds immense value to your program. &lt;/p&gt;

&lt;p&gt;If I Missed anything or if you've got any questions, please let me know and let's discuss it!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>wcag</category>
      <category>a11y</category>
      <category>html</category>
    </item>
    <item>
      <title>Intro to me, and my goals</title>
      <dc:creator>Andrew Elliott</dc:creator>
      <pubDate>Tue, 06 Aug 2019 13:48:14 +0000</pubDate>
      <link>https://forem.com/critchkn/intro-to-me-and-my-goals-13</link>
      <guid>https://forem.com/critchkn/intro-to-me-and-my-goals-13</guid>
      <description>&lt;h1&gt;Intro To ME!&lt;/h1&gt;
&lt;br&gt;&lt;br&gt;
    &lt;p&gt;Hey Everyone, my name is Andrew Elliott and I'm currently a Web Content Specialist with a focus on Accessibility at HCA in Nashville, TN. My journey in coding is relatively new, as I started teaching myself the basics of Front-end devving early in 2018, and moved into the accessibility world a mere 6 months later!&lt;br&gt;&lt;br&gt;
    &lt;/p&gt;
&lt;br&gt;&lt;br&gt;
    &lt;p&gt;Since then though, I've come to realize that I'm kind of a flag just blowing in the wind. Whipping back and forth, whichever the way the wind takes me, with no real direction to speek of and it shows in my coding. Part of the issue (and what draws me to this career path) is there is just SO MUCH to learn, and you'll never really be able to learn it all! This is an amazing thing, but also my biggest draw back when trying to continue my lessons. &lt;br&gt;&lt;br&gt;
    &lt;/p&gt;
&lt;br&gt;&lt;br&gt;
    &lt;p&gt;Being self-taught, you have to be hyper focused and learn things in order if you want to get that first job in the devving industry. Early on, I picked up HTML and CSS rather quickly, and thought that the rest of this would fly by just the same. Then came Javascript. I ran face first into this wall going full speed and when I hit that wall, it was really discouraging. SO I switched. To PHP, to Swift, etc and just kinda got lost in it all, mainly because jS intimidated the hell out of me.&lt;br&gt;&lt;br&gt;
    &lt;/p&gt;
&lt;br&gt;&lt;br&gt;
    &lt;p&gt;Well, no longer. At the start of this year, I decided to take down the beast, and I feel like I've done just that, and have even confidently moved into React to help with getting the job search going! But this time I've run into another wall, something my friend Dave refers to as the "Credibility Gap".&lt;br&gt;&lt;br&gt;
    &lt;/p&gt;
&lt;br&gt;&lt;br&gt;
    &lt;p&gt;You see, I feel like I have a solid handle on ES6 and React, but I have next to zero professional experience in building with these tools. Sure, I can build super cool projects, such as  my &lt;a href="https://marvel-search-portal.s3.us-east-2.amazonaws.com/index.html"&gt;Marvel Search Portal&lt;/a&gt;, but employers are wanting professional experience, not hobby level stuff. &lt;br&gt;&lt;br&gt;
    &lt;/p&gt;
&lt;br&gt;&lt;br&gt;
    &lt;p&gt;This all said, is what brings me to this series. I'm new to this platform, so I'm unsure if this is content that's allowed here or not, but I intend to use Dev.to as a sort of diary, a journal that will chronicle my path from Web Content Specialist to Jr Developer and beyond. &lt;br&gt;&lt;br&gt;
    &lt;/p&gt;
&lt;br&gt;&lt;br&gt;
    &lt;h2&gt;Goal Setting&lt;/h2&gt;
&lt;br&gt;&lt;br&gt;
    &lt;p&gt;I don't want to revert back to being a flag formlessly flapping in the wind. I want to be hyper focused on my end goal, of being a Developer by the end of the year, and what steps I need to achieve this goal.&lt;br&gt;&lt;br&gt;
    &lt;/p&gt;
&lt;br&gt;&lt;br&gt;
    &lt;p&gt;My friend Cory recently linked me this awesome article that goes over &lt;a href="https://www.mindtools.com/page6.html"&gt;goal setting&lt;/a&gt; and it was honestly the inspiration behind starting this entry series. I'm not going to go over the article itself (hence why I linked it), but the gist is have an end goal and break that down into smaller goals that help to propel you forward to achieving said end goal. &lt;br&gt;&lt;br&gt;
    &lt;/p&gt;
&lt;br&gt;&lt;br&gt;
    &lt;p&gt;Anyone who knows me personally knows I'm a HUGE Marvel fan, and that I'm a sucker for cosmic level bad guys who are complex and not just pure evil. So naturally, my favorite character in the Marvel Universe is Thanos, whose goal to collect the infinity stones is the perfect analogy here. While I don't want to wipe out half of the universe, I do want to be hyper focused like him and see my end goal realized.&lt;br&gt;&lt;br&gt;
    &lt;/p&gt;
&lt;br&gt;&lt;br&gt;
    &lt;h3&gt;End Goal: Be a Developer by January 1, 2020&lt;/h3&gt;
&lt;br&gt;&lt;br&gt;
    &lt;p&gt;The end game is to be a developer by the start of the new year. This may seem ambitious, but I feel it is perfectly attainable. My contract with HCA expires in December of this year, and with that I'll have a year and a half of experience working with HTML, CSS, and Javascript in a dotCMS systems, all with a focus on a11y and WCAG 2.0 compliance. As well, in my freelancing with &lt;a href="https://www.scrybedigital.com"&gt;Scrybe Digital&lt;/a&gt;, I help to build websites for clients using those same technologies, but also utilize Content Management Systems such as Wordpress, Wix and Squarespace.&lt;br&gt;&lt;br&gt;
    &lt;/p&gt;
&lt;br&gt;&lt;br&gt;
    &lt;p&gt;And this is how I'm going to do it.&lt;/p&gt;
&lt;br&gt;&lt;br&gt;
    &lt;h4&gt;Goal #1: Learn Advanced React.js Skills&lt;/h4&gt;
&lt;br&gt;&lt;br&gt;
    &lt;p&gt;I have to say, I honestly LOVE React. It's easy to pick up, it's clean when written correctly and just makes my projects so much easier. However I really only know the basics and I want to change that. I just finished my first real project written in React (the search portal mentioned above), and I want to utilize sites like Freecodecamp and Pluralsight to dive deeper into this framework and learn as much as possible. &lt;br&gt;&lt;br&gt;
    &lt;/p&gt;
&lt;br&gt;&lt;br&gt;
    &lt;h4&gt;Goal #2: Build out my portfolio&lt;/h4&gt;
&lt;br&gt;&lt;br&gt;
    &lt;p&gt;Right now, if you go to &lt;a href="https://critchkn.github.io"&gt;my portfolio&lt;/a&gt; or &lt;a href="https://www.linkedin.com/in/robert-elliott-501008163/"&gt;my LinkedIn&lt;/a&gt; it feels somewhat lacking, though I can't quite put my finger on why. For my portfolio, I feel I need more projects on there, a proper contact form and maybe some color? As for my LinkedIn, I think it may be fine, but I'm unsure, and that's kind of my hang up with most of this process, I'm just so unsure of quite a bit in the field. For every article that says to "DO THIS!", there's two more that says why "DO THIS!" is totally wrong. It's hard to weed through the overgrown brush sometimes, so I'm going to do what I can to put myself out there and distinguish myself from the pack.&lt;br&gt;&lt;br&gt;
    &lt;/p&gt;
&lt;br&gt;&lt;br&gt;
    &lt;p&gt;How? The best idea I've gotten so far is to cold-contact local non profits and see if I can do any website/application development for them for either free or next to nothing. This would tie in with my feeling of needing to help the community, learn how to use the skills I'm teaching myself, as well as make valuable connections and references. That, actually, starts as soon as I finish this blog post, and if you have any ideas on what else I could, please share!&lt;br&gt;&lt;br&gt;
    &lt;/p&gt; &lt;br&gt;&lt;br&gt;
    &lt;h4&gt;Goal #3: Establish myself in the dev community&lt;/h4&gt;
&lt;br&gt;&lt;br&gt;
    &lt;p&gt;Networking is a big part of this, and I already do it some. I'm an active member of the NashDev slack channel and attend meetups when my schedule allows but I want to do better. I have plans to start a podcast with my friend and mentor, I want to present more at local meetups (which also helps me conquer my fear of public speaking) and I want to make valuable connections with people in this community. &lt;br&gt;&lt;br&gt;
    &lt;/p&gt;
&lt;br&gt;&lt;br&gt;
    &lt;h2&gt;Fin&lt;/h2&gt;
&lt;br&gt;&lt;br&gt;
    &lt;p&gt;All things considered, I've accomplished quite a bit in my short amount of time learning, but I'm not one to accept the minimum achievement. I'm ambitious and I don't intend to fail. So all in all, thanks for reading and I hope you stick around as I document my path to being a bonafide developer :D&lt;br&gt;&lt;br&gt;
    &lt;/p&gt;
&lt;br&gt;

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