<?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: Bwambale Godwin</title>
    <description>The latest articles on DEV Community by Bwambale Godwin (@bwambale).</description>
    <link>https://dev.to/bwambale</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%2F1406193%2F20e86357-220c-4dfa-8667-97fa089ebc5d.jpeg</url>
      <title>DEV Community: Bwambale Godwin</title>
      <link>https://dev.to/bwambale</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bwambale"/>
    <language>en</language>
    <item>
      <title>Introduction to Git version control &amp; GitHub from Beginner to PRO</title>
      <dc:creator>Bwambale Godwin</dc:creator>
      <pubDate>Wed, 10 Apr 2024 10:00:00 +0000</pubDate>
      <link>https://dev.to/bwambale/introduction-to-git-version-control-github-from-beginner-to-pro-4hca</link>
      <guid>https://dev.to/bwambale/introduction-to-git-version-control-github-from-beginner-to-pro-4hca</guid>
      <description>&lt;p&gt;Note: &lt;strong&gt;Git&lt;/strong&gt; and &lt;strong&gt;GitHub&lt;/strong&gt; are two different systems however designed to collaborate to complete the code version control cycle. Let's get to understand them.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Git:&lt;/strong&gt;&lt;br&gt;
 What is Git?&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Git is a distributed version control system (VCS) that allows you to track changes made to your files over time.&lt;br&gt;
It acts like a time-traveling machine for your code, enabling you to revert to previous states of your files.&lt;br&gt;
With Git, you can create branches, merge changes, and collaborate seamlessly with other developers.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;What is GitHub?&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;GitHub is a web-based platform that hosts Git repositories.&lt;br&gt;
It provides a collaborative environment for developers to work together on projects.&lt;br&gt;
Features include issue tracking, pull requests, code reviews, and more.&lt;/p&gt;
&lt;/blockquote&gt;

</description>
    </item>
    <item>
      <title>Someone is talking about data structures</title>
      <dc:creator>Bwambale Godwin</dc:creator>
      <pubDate>Mon, 08 Apr 2024 07:12:35 +0000</pubDate>
      <link>https://dev.to/bwambale/someone-is-talking-about-data-structures-db2</link>
      <guid>https://dev.to/bwambale/someone-is-talking-about-data-structures-db2</guid>
      <description>&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fz1p8k3pqluz9fkwsla1k.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fz1p8k3pqluz9fkwsla1k.png" alt="Data structure meme" width="800" height="488"&gt;&lt;/a&gt;.&lt;br&gt;
What is that different thing in the picture do you see?&lt;/p&gt;

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