<?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: Dwayne Lacey</title>
    <description>The latest articles on DEV Community by Dwayne Lacey (@dlacey).</description>
    <link>https://dev.to/dlacey</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%2F801547%2Fe65975df-5617-48d7-aed9-a776701ee4cb.png</url>
      <title>DEV Community: Dwayne Lacey</title>
      <link>https://dev.to/dlacey</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dlacey"/>
    <language>en</language>
    <item>
      <title>Bruce Lee Tribute Page</title>
      <dc:creator>Dwayne Lacey</dc:creator>
      <pubDate>Tue, 24 Jan 2023 13:58:02 +0000</pubDate>
      <link>https://dev.to/dlacey/bruce-lee-tribute-page-1994</link>
      <guid>https://dev.to/dlacey/bruce-lee-tribute-page-1994</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.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%2F9mqvm75i9t7v7y2riwb7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.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%2F9mqvm75i9t7v7y2riwb7.png" alt="Image description" width="487" height="701"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This was my second portfolio project for freeCodeCamp's responsive web design certificate. This project was a really great learning experience in regards to my understanding of how to center a lot of different elements as well as how border-radius worked. &lt;/p&gt;

&lt;p&gt;A key thing that I gained confidence in during this project was the box model as well as how to use the border-radius property. I really struggled at first with understanding how to properly center all of my elements and how to keep them proper sizes at different view-widths. Eventually I started to learn to set my actual widths using my base width and then the scaled up widths using a max-width measured in pixels. To fix my border-radius and get a circular rather than elliptical rounding, I learned that the border-radius property actually takes two arguments in order to specify how round it is.&lt;/p&gt;

&lt;p&gt;In the future I would like to get better at planning out in advance how I'll organize my elements and I'd like to better understand how to get the most out of using flexbox. I also feel ready to begin learning React and Bootstrap to help with my styling.&lt;/p&gt;

&lt;p&gt;For those interested, the source code can be found here &lt;a href="https://github.com/Dwayne-Lacey/tribute-page" rel="noopener noreferrer"&gt;https://github.com/Dwayne-Lacey/tribute-page&lt;/a&gt; and the live page is deployed here &lt;a href="https://dwayne-lacey.github.io/tribute-page/" rel="noopener noreferrer"&gt;https://dwayne-lacey.github.io/tribute-page/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'd love to hear feedback on how I could improve! Thanks for reading&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>gamedev</category>
      <category>softwaredevelopment</category>
    </item>
    <item>
      <title>Front-end Mentor QR Code</title>
      <dc:creator>Dwayne Lacey</dc:creator>
      <pubDate>Sat, 21 Jan 2023 15:30:05 +0000</pubDate>
      <link>https://dev.to/dlacey/front-end-mentor-qr-code-4p0b</link>
      <guid>https://dev.to/dlacey/front-end-mentor-qr-code-4p0b</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--pd1vJvm6--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/2180zuc3sbl4zf0isi7t.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--pd1vJvm6--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/2180zuc3sbl4zf0isi7t.png" alt="Image description" width="880" height="555"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Recently I found out about a site called Front-end Mentor. I've started finally learning front-end technologies in depth lately but I found that while HTML feels relatively straightforward, CSS seems a lot more difficult to code in because of the planning. This is the first project I've tackled from their site and it tasked me with creating a simple QR code webpage. One of the major things I struggled with on this project was the use of the box model to properly organize my elements on screen.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight css"&gt;&lt;code&gt;&lt;span class="nc"&gt;.main-container&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
    &lt;span class="nl"&gt;margin-left&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nb"&gt;auto&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;margin-right&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nb"&gt;auto&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;margin-top&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;100px&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;border-radius&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;5%&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;padding-bottom&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;2.5em&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;width&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;100%&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;max-width&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;360px&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;background-color&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="n"&gt;hsl&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="m"&gt;0&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="m"&gt;0%&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="m"&gt;100%&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;
    &lt;span class="nl"&gt;display&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="n"&gt;flex&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;flex-direction&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="n"&gt;column&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;span class="p"&gt;}&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;While I previously had tried to manually set my margins, it felt like no matter what I'd made my margins there was no change. Eventually I learned that I needed to keep my left and right margins set to auto. &lt;/p&gt;

&lt;p&gt;I also couldn't seem to get the included font family from google to display, so I was forced to use the fallback font. I linked my font within my html like so:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight html"&gt;&lt;code&gt;  &lt;span class="nt"&gt;&amp;lt;link&lt;/span&gt; &lt;span class="na"&gt;rel=&lt;/span&gt;&lt;span class="s"&gt;"stylesheet"&lt;/span&gt; &lt;span class="na"&gt;href=&lt;/span&gt;&lt;span class="s"&gt;"styles.css"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;link&lt;/span&gt; &lt;span class="na"&gt;rel=&lt;/span&gt;&lt;span class="s"&gt;"stylesheet"&lt;/span&gt; &lt;span class="na"&gt;href=&lt;/span&gt;&lt;span class="s"&gt;"https://fonts.google.com/specimen/Outfit"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Then I also set the font family to Outfit in my css as shown:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight css"&gt;&lt;code&gt;&lt;span class="nt"&gt;h1&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
    &lt;span class="nl"&gt;font-family&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="s2"&gt;'Outfit'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nb"&gt;sans-serif&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;text-align&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nb"&gt;center&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;color&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="n"&gt;hsl&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="m"&gt;218&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="m"&gt;44%&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="m"&gt;22%&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;
    &lt;span class="nl"&gt;font-weight&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;700&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;font-size&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nb"&gt;x-large&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;padding-left&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;30px&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;padding-right&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;30px&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;margin-top&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;15px&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;margin-bottom&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;0px&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;span class="p"&gt;}&lt;/span&gt;

&lt;span class="nt"&gt;p&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
    &lt;span class="nl"&gt;font-family&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="s2"&gt;'Outfit'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nb"&gt;sans-serif&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;text-align&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nb"&gt;center&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;color&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="n"&gt;hsl&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="m"&gt;220&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="m"&gt;15%&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="m"&gt;55%&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;
    &lt;span class="nl"&gt;font-weight&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;400&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;padding-top&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;0px&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;padding-left&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;40px&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;padding-right&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;40px&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;

&lt;span class="p"&gt;}&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;In the future I would like to get better at planning out in advance how I'll organize my elements and I'd like to better understand how to get the most out of using flexbox. I also think that I still could use some more work on understanding how to effectively use the box model. &lt;/p&gt;

</description>
      <category>webdev</category>
      <category>beginners</category>
      <category>css</category>
      <category>html</category>
    </item>
    <item>
      <title>Mock CPU/ISA in Python</title>
      <dc:creator>Dwayne Lacey</dc:creator>
      <pubDate>Fri, 25 Nov 2022 19:16:06 +0000</pubDate>
      <link>https://dev.to/dlacey/mock-cpuisa-in-python-52hb</link>
      <guid>https://dev.to/dlacey/mock-cpuisa-in-python-52hb</guid>
      <description>&lt;p&gt;This project was my final programming assignment within the computer science career path on Codecademy. Utilizing Python my goal was to mimic the way a CPU processes information. I chose to hone in on the memory management and instruction set architecture side of things and establish the processor and it's registers, as well as a cache and main memory. The program works by retrieving instructions from a text file to process and first fetches instructions from the cache (which will fetch them from the main memory) and then decoding them and performing them. My instruction set architecture primarily replicated the MIPS32 architecture with a couple modified instructions that I did not see within the dev documentation. If you'd like to check the project out, it can be found at github.com/Dwayne-Lacey.&lt;/p&gt;

</description>
      <category>career</category>
      <category>networking</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Tic-Tac-Toe V2</title>
      <dc:creator>Dwayne Lacey</dc:creator>
      <pubDate>Sun, 13 Nov 2022 03:55:46 +0000</pubDate>
      <link>https://dev.to/dlacey/first-min-max-algo-bf2</link>
      <guid>https://dev.to/dlacey/first-min-max-algo-bf2</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--IMmSiZHK--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/1edrhj59hkm41tmkfmyz.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--IMmSiZHK--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/1edrhj59hkm41tmkfmyz.png" alt="Image description" width="700" height="489"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This was a remake of one of my very first python projects. The original project was a tic-tac-toe game that ran within the terminal and was very randomized when it came to the computer choosing a place on the grid. As a challenge to myself and way of seeing how much I'd grown as a developer over the year, I decided to remake this same project from the ground up using Tkinter to build a GUI for the game and by writing my very first min-max algorithm to provide a very challenging experience. The result is an AI for the user to play against that is very good at winning Tic-Tac-Toe and difficult to beat. This project helped teach me a ton about the Tkinter library but also really tested my knowledge of data structures and algorithms. The project can be viewed on my GitHub at &lt;a href="https://github.com/Dwayne-Lacey/Tic-Tac-Toe-V2"&gt;https://github.com/Dwayne-Lacey/Tic-Tac-Toe-V2&lt;/a&gt;&lt;/p&gt;

</description>
      <category>algorithms</category>
      <category>python</category>
      <category>computerscience</category>
      <category>programming</category>
    </item>
    <item>
      <title>Video Game DB PostgreSQL</title>
      <dc:creator>Dwayne Lacey</dc:creator>
      <pubDate>Tue, 12 Jul 2022 09:56:56 +0000</pubDate>
      <link>https://dev.to/dlacey/video-game-db-postgresql-1190</link>
      <guid>https://dev.to/dlacey/video-game-db-postgresql-1190</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--nU5RsdeK--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/luourcvghziv0ng4qq1g.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--nU5RsdeK--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/luourcvghziv0ng4qq1g.jpg" alt="Image description" width="880" height="667"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Recently I've been spending some time working with PostgreSQL. While I have had experience building databases within Microsoft Excel, it's been an eye opener to see how everyday sites I use at work and home communicate with an underlying database. As a start to understanding how to build a proper database schema and automate data input into my database, I built a sample database for GameCube/PS2/Xbox games as well as a python script to automate the entry of my dataset rather than writing several insert clauses. I'd love to hear any feedback about how I could improve my schema. The SQL file and python script can be found below for those interested;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/Dwayne-Lacey/VideoGameDatabase"&gt;https://github.com/Dwayne-Lacey/VideoGameDatabase&lt;/a&gt;  &lt;/p&gt;

</description>
      <category>sql</category>
      <category>beginners</category>
      <category>programming</category>
      <category>python</category>
    </item>
    <item>
      <title>Billboard Artist Recommendation Software</title>
      <dc:creator>Dwayne Lacey</dc:creator>
      <pubDate>Mon, 20 Jun 2022 04:03:58 +0000</pubDate>
      <link>https://dev.to/dlacey/billboard-artist-recommendation-software-3443</link>
      <guid>https://dev.to/dlacey/billboard-artist-recommendation-software-3443</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--PeKfWLwZ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/8mbqav2k7hzablzanu2h.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--PeKfWLwZ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/8mbqav2k7hzablzanu2h.png" alt="Image description" width="880" height="641"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This was my final project for the Data Structures and Algorithms course in the Codecademy Computer Science Career Path. This program utilizes a data set built around the top 50 artists on the billboard top 100. Utilizing a modified TreeNode class, a modified Binary Search, and a Quicksort algorithm, this program allows the user to input the beginning of a potential genre they'd like to find an artist for and then provides a list of possible genres back to search from until they've dialed in on a single genre. The program then provides a list of recommended artists based on their ranking alongside album and song info about the artist. For those interested, the required code can be found here on github; &lt;a href="https://github.com/Dwayne-Lacey/Artist-Recommendation"&gt;https://github.com/Dwayne-Lacey/Artist-Recommendation&lt;/a&gt;&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>programming</category>
      <category>python</category>
      <category>algorithms</category>
    </item>
    <item>
      <title>Tic-Tac-Toe Terminal</title>
      <dc:creator>Dwayne Lacey</dc:creator>
      <pubDate>Sun, 23 Jan 2022 03:22:06 +0000</pubDate>
      <link>https://dev.to/dlacey/tic-tac-toe-terminal-56oc</link>
      <guid>https://dev.to/dlacey/tic-tac-toe-terminal-56oc</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--EKVAVocR--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/9rumuyt641qmnz35vsu4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--EKVAVocR--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/9rumuyt641qmnz35vsu4.png" alt="Image description" width="771" height="595"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This project was part of the Codecademy computer science program and was the final project for the first course within the program. Previously I had developed terminal games for Coin Flipping, Dice Guessing, and Battleship and those experiences helped in deciding the way the game would flow as well as what classes and objects I would need to build each piece of the game. For those interested, the code for the game can be found on my repository on GitHub at &lt;a href="https://github.com/Dwayne-Lacey/Python-Projects"&gt;https://github.com/Dwayne-Lacey/Python-Projects&lt;/a&gt;&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>python</category>
      <category>programming</category>
      <category>codenewbie</category>
    </item>
  </channel>
</rss>
