<?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: Dempsey</title>
    <description>The latest articles on DEV Community by Dempsey (@dempsey).</description>
    <link>https://dev.to/dempsey</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%2F862327%2F22e8f2fc-0543-44fd-9813-875a35cca813.jpg</url>
      <title>DEV Community: Dempsey</title>
      <link>https://dev.to/dempsey</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dempsey"/>
    <language>en</language>
    <item>
      <title>Learn data structures and algorithms by writing code.</title>
      <dc:creator>Dempsey</dc:creator>
      <pubDate>Mon, 16 May 2022 17:34:32 +0000</pubDate>
      <link>https://dev.to/dempsey/learn-data-structures-and-algorithms-by-writing-code-4ooe</link>
      <guid>https://dev.to/dempsey/learn-data-structures-and-algorithms-by-writing-code-4ooe</guid>
      <description>&lt;p&gt;The title may seem obvious but when learning data structures and algorithms, I find it hard to understand most of them just by reading about the characteristics and what they do. &lt;/p&gt;

&lt;p&gt;I am currently taking the CS course on Codecademy and when they teach data structures they teach you the Conceptual of it and then how it is implemented in a programming language (in this case python). E.g:&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--NEWEt9VU--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/lc9plgvh2emw2a3yxhme.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--NEWEt9VU--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/lc9plgvh2emw2a3yxhme.png" alt="Image description" width="634" height="246"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;And I know some people may not be able to afford courses which is okay, if you know how to find what you need to learn. So you can use YouTube (or some other free learning resources) to do so. &lt;/p&gt;

&lt;p&gt;So if you are learning data structures online I recommend when learning about Linked Lists (or any other structure or algorithm) that you actually implement one in the programming language you want. By doing so it will help you understand them much easier. &lt;/p&gt;

</description>
    </item>
    <item>
      <title>How I learned the basics of Git/GitHub.</title>
      <dc:creator>Dempsey</dc:creator>
      <pubDate>Sat, 14 May 2022 09:59:49 +0000</pubDate>
      <link>https://dev.to/dempsey/how-i-learned-the-basics-of-gitgithub-bji</link>
      <guid>https://dev.to/dempsey/how-i-learned-the-basics-of-gitgithub-bji</guid>
      <description>&lt;p&gt;I needed to know the basics of Git and GitHub so I decided to do a simple Python project. The project is a CLI hangman game that lets you pick from a range of themes.&lt;/p&gt;

&lt;p&gt;I didn't want to do a really hard project to start off with because I knew it wouldn't help me learn Git and GitHub very well since I would get lost and wouldn't know what to do most of the time.&lt;/p&gt;

&lt;p&gt;The project is here: &lt;a href="https://github.com/DempseyNewton/Hangman-Python"&gt;https://github.com/DempseyNewton/Hangman-Python&lt;/a&gt;. I didn't use branches or anything like that because I wanted to save that for a project that has a variety of uses.&lt;/p&gt;

&lt;p&gt;In conclusion, this project really helped me understand and use the absolute basics of Git and GitHub.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--njv-i0lb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/0185r7nq7qjx519nps4c.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--njv-i0lb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/0185r7nq7qjx519nps4c.png" alt="Image description" width="504" height="586"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--JfRf-95M--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/36ypliw857eftdan9yq6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--JfRf-95M--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/36ypliw857eftdan9yq6.png" alt="Image description" width="738" height="62"&gt;&lt;/a&gt;&lt;/p&gt;

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