<?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: Waweru</title>
    <description>The latest articles on DEV Community by Waweru (@waweru_8583fe284b383faf87).</description>
    <link>https://dev.to/waweru_8583fe284b383faf87</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4070936%2Fa2c3e234-a3db-4f0f-a81f-e2f588dd7eb6.png</url>
      <title>DEV Community: Waweru</title>
      <link>https://dev.to/waweru_8583fe284b383faf87</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/waweru_8583fe284b383faf87"/>
    <language>en</language>
    <item>
      <title>Getting Started with Excel for Data Analytics: From Basics to Data Cleaning.</title>
      <dc:creator>Waweru</dc:creator>
      <pubDate>Wed, 02 Sep 2026 19:21:32 +0000</pubDate>
      <link>https://dev.to/waweru_8583fe284b383faf87/getting-started-with-excel-for-data-analytics-from-basics-to-data-cleaning-5bec</link>
      <guid>https://dev.to/waweru_8583fe284b383faf87/getting-started-with-excel-for-data-analytics-from-basics-to-data-cleaning-5bec</guid>
      <description>&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;Microsoft Excel is a spreadsheet program used to organize, calculate, analyze, and visualize data in rows and columns. It is organized in worksheets that are contained in the workbook - the file.&lt;br&gt;
Data analysis is the process of cleaning, organizing and examining raw data to find useful patterns the support business decisions.&lt;br&gt;
Data is often received in it rawest form which is disorganized and in order to make business sense of it, the data must be cleaned and organized. &lt;strong&gt;So how do we clean raw data and make business sense out of it.&lt;/strong&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Filtering
&lt;/h3&gt;

&lt;p&gt;Filtering is temporarily conceals rows that do not fit your rules. It displays a smaller, relevant subset of data while leaving the original row order untouched.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Using filtering to clean data&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Auto fit the column width to see column data properly. &lt;code&gt;Home tab Cell&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Select the row with all the headers and select filter. This will enable us to remove unwanted data fields our columns.&lt;/li&gt;
&lt;li&gt;When cleaning data for non-unique input values we need columns to have only one instance of a text field. We do this by deleting all other text fields until we remain with unique ones. An example would be having HR and human resource both as input fields instead of one instance.&lt;/li&gt;
&lt;/ul&gt;

&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F73u4fhrsyly0yqzfcxm1.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F73u4fhrsyly0yqzfcxm1.png" alt="Data filtering with excel" width="800" height="402"&gt;&lt;/a&gt;&lt;br&gt;
In this column we have only one instance of every department. In such columns we often use data validation to ensure that inputs are strictly of a specific type. Example Male or female, or a specific department.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Using filtering for analysis&lt;/strong&gt; &lt;br&gt;
In excel we can filter by certain types of data namely &lt;strong&gt;text, numbers and date&lt;/strong&gt;. This means we can conceal all other data and get only the data that fits our criteria&lt;/p&gt;

&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fjgyhicuzxddx6rrxqs0p.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fjgyhicuzxddx6rrxqs0p.png" alt="text filter in excel" width="799" height="377"&gt;&lt;/a&gt;&lt;br&gt;
Above is &lt;strong&gt;text filter&lt;/strong&gt;. We are filtering last names column for names beginning with 'mbo'&lt;/p&gt;

&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fp5bd0kopxo6g6h6tsx4n.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fp5bd0kopxo6g6h6tsx4n.png" alt="filtering numbers in excel" width="799" height="413"&gt;&lt;/a&gt;&lt;br&gt;
We have various options for &lt;strong&gt;number filters&lt;/strong&gt;. Example we can filter for salaries that are greater than 50,000 using the option provided.&lt;/p&gt;

&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F94ktwsfdx6o8oehmh2qm.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F94ktwsfdx6o8oehmh2qm.png" alt="Date filtering with excel" width="800" height="413"&gt;&lt;/a&gt;&lt;br&gt;
This is &lt;strong&gt;date filter&lt;/strong&gt;. We use it to get specific time lines and time ranges.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Sorting
&lt;/h3&gt;

&lt;p&gt;Sorting changes the physical position and order of rows (such as &lt;strong&gt;A to Z, Z to A, smallest to largest, or by cell color&lt;/strong&gt;). All data remains visible on the sheet unlike filtering that hides data giving only what was filtered. It is found in &lt;code&gt;home -&amp;gt; editing&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Multilevel Sorting&lt;/strong&gt;&lt;/p&gt;

&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Feh1d51hj3rzdnyimg9jk.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Feh1d51hj3rzdnyimg9jk.png" alt="Multi level sorting" width="800" height="393"&gt;&lt;/a&gt;&lt;br&gt;
Here we are sorting our data by the columns department, gender and age. This rearranges the entire worksheet to fit this parameters.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Conditional Formatting.
&lt;/h3&gt;

&lt;p&gt;Conditional formatting in Excel is a tool that changes the look of cells automatically based on their content. It lets you use **colors, icons, or data bars to spot trends, high values, or errors and duplicates **without looking through rows by hand&lt;/p&gt;

&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F8s7t8hvb9pi50uvkop66.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F8s7t8hvb9pi50uvkop66.png" alt="Conditional formatting" width="800" height="407"&gt;&lt;/a&gt;&lt;br&gt;
In this instance we are using conditional formatting on the employeeID column  to highlight duplicates using a specific color, since the ID values are supposed to be unique any duplicate should be deleted&lt;br&gt;
Conditional formatting can also be used on &lt;strong&gt;&lt;em&gt;dates and time, getting values that are greater or less than, to highlight text that contains a specific text, getting top 10%.&lt;/em&gt;&lt;/strong&gt; Explore the conditional formatting options&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Data Validation
&lt;/h3&gt;

&lt;p&gt;Data validation is a feature that restricts what users can type into a cell or a range of cells to keep the data clean and accurate. Found in the &lt;code&gt;data tab --&amp;gt; data tools group&lt;/code&gt;&lt;/p&gt;

&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fygnw502zmzsfof2l9p6x.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fygnw502zmzsfof2l9p6x.png" alt="Data validation in excel" width="799" height="413"&gt;&lt;/a&gt;&lt;br&gt;
In the above image we have validate the department column to only accept a list of departments available in the organization &lt;/p&gt;

&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fo0i17o6dmk2nuj0yr9ul.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fo0i17o6dmk2nuj0yr9ul.png" alt="Data validation list" width="800" height="407"&gt;&lt;/a&gt;&lt;br&gt;
In this example we see that to input values into the department column we have a drop down list to select from&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The data validation criteria can also cater for &lt;strong&gt;dates, time whole numbers, lists and text length&lt;/strong&gt;. This ensures that the data being input in the cell already meets the criteria for that column or cell. The process ensures incoming data is clean.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  5. Functions
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Aggregation Function&lt;/strong&gt;&lt;br&gt;
Aggregate function calculate a single summary value such as a sum, average, or count from a list of numbers&lt;br&gt;
&lt;code&gt;Count&lt;/code&gt; - The function is used to count non-numeric cells.&lt;br&gt;
&lt;code&gt;CountA&lt;/code&gt; - counts non-blank cells in the column&lt;br&gt;
&lt;code&gt;CountBlank&lt;/code&gt; - Counts blank cells in a column &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Conditional Aggregations&lt;/strong&gt;&lt;br&gt;
A conditional aggregate function in Excel summarizes a set of data (like adding numbers or counting rows) only for the cells that meet a specific rule or condition.&lt;br&gt;
Examples are &lt;code&gt;COUNTIFS&lt;/code&gt;, &lt;code&gt;SUMIFS&lt;/code&gt;, &lt;code&gt;COUNTIF&lt;/code&gt;.&lt;/p&gt;

&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fvhqw5f8jxo4sm7ijwl1g.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fvhqw5f8jxo4sm7ijwl1g.png" alt="Sumifs function in excel" width="799" height="413"&gt;&lt;/a&gt;&lt;br&gt;
In the above image we use &lt;code&gt;SUMIFS&lt;/code&gt; to &lt;strong&gt;calculate the sum of salary&lt;/strong&gt;(range) if the &lt;strong&gt;gender is female&lt;/strong&gt;(range and text) and the department is Finance (range and text). Using the syntax provided.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Statistical Functions&lt;/strong&gt;&lt;br&gt;
Statistical Functions to analyze, summarize, and interpret data. They include &lt;code&gt;mean, median and mode&lt;/code&gt;.&lt;br&gt;
Note that the median and the average should not have a big difference if the data is consistent and has no outliers&lt;/p&gt;

&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fga6c4avnk3uh9guhql5d.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fga6c4avnk3uh9guhql5d.png" alt="Median" width="800" height="428"&gt;&lt;/a&gt;&lt;br&gt;
Here we find the median for out salary column&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Date and time functions&lt;/strong&gt;&lt;br&gt;
Excel date and time functions work like a hidden digital calendar and clock that let you track, display, and calculate days and hours with ease.&lt;br&gt;
&lt;code&gt;=YEAR(A1) =MONTH(A1) =DAY(A1)&lt;/code&gt; This are some of the date and time functions &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Text Functions&lt;/strong&gt;&lt;br&gt;
This are functions that format text for a certain expected outcome. Example: &lt;code&gt;CONCAT&lt;/code&gt;(adding two strings together), &lt;code&gt;TRIM&lt;/code&gt;, &lt;code&gt;PROPER&lt;/code&gt;(first letter capitalization)&lt;/p&gt;

&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F6m7lb7vdv0leqgjapp4i.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F6m7lb7vdv0leqgjapp4i.png" alt="Text function CONCAT and LOWER" width="800" height="396"&gt;&lt;/a&gt;&lt;br&gt;
In this example we use the text functions &lt;code&gt;CONCAT and LOWER&lt;/code&gt; to join the &lt;strong&gt;first and last name and form an email field from that text&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Conclusion.&lt;/strong&gt;&lt;br&gt;
This article explains how you can clean data and analyze data using excel using tools like data validation, functions, filters and sorts. It helps capture the power of excel in your data analysis journey.&lt;/p&gt;

</description>
      <category>datascience</category>
      <category>datacleaning</category>
      <category>excel</category>
    </item>
    <item>
      <title>Understanding the Git Workflow: Working Directory, Staging, Commit and Push</title>
      <dc:creator>Waweru</dc:creator>
      <pubDate>Sat, 22 Aug 2026 09:52:30 +0000</pubDate>
      <link>https://dev.to/waweru_8583fe284b383faf87/understanding-the-git-workflow-working-directory-staging-commit-and-push-5894</link>
      <guid>https://dev.to/waweru_8583fe284b383faf87/understanding-the-git-workflow-working-directory-staging-commit-and-push-5894</guid>
      <description>&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;Git is a version control system that tracks changes in code. When writing code we need to save every significant change or feature that does a certain function as a commit that can be reverted to if we ever need that instance of the code. This helps programmers to traverse code since nothing is ever lost in the product life cycle of the project. It also helps in debugging since we have a copy of the previous working state. So how do we start out with git you ask.&lt;/p&gt;

&lt;h2&gt;
  
  
  Install git
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Install &lt;a href="https://git-scm.com/install/" rel="noopener noreferrer"&gt;git&lt;/a&gt; for your specific operating system. After installing git you will note that the file comes with git bash which is a command line terminal that is used to run commands or instruct the version control git.&lt;/li&gt;
&lt;li&gt;To ensure that git has been installed open git bash and run the command &lt;code&gt;git --version&lt;/code&gt; which will return the version of git installed&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Download Visual Studio Code
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Install &lt;a href="https://code.visualstudio.com/download?_exp_download=d53503e735" rel="noopener noreferrer"&gt;VS code&lt;/a&gt; a text editor for writing code.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Create a github account
&lt;/h2&gt;

&lt;p&gt;GitHub is a cloud-based platform used by developers to store,  track, and collaborate on software code. It operates as a hosting service for git, an open-source version control system that tracks changes made to files.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Head over to &lt;a href="https://github.com/" rel="noopener noreferrer"&gt;github&lt;/a&gt; and create and account&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Creating a directory tracked by git
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;On git bash run &lt;code&gt;mkdir &amp;lt;filename&amp;gt;&lt;/code&gt;. This will create a folder ie the project that will contain your files of code. &lt;/li&gt;
&lt;li&gt;Enter the folder through &lt;code&gt;cd &amp;lt;filename&amp;gt;&lt;/code&gt; and create a file README.md file which explains what this project does &lt;code&gt;touch README.md&lt;/code&gt;. Run the command &lt;code&gt;ls&lt;/code&gt; to list files in the directory&lt;/li&gt;
&lt;li&gt;Open the vs code from terminal by running &lt;code&gt;code .&lt;/code&gt; and edit the README.md file. Now the file is ready to be tracked by git on github&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Staging, committing and pushing
&lt;/h2&gt;

&lt;p&gt;We now need to initialize the directory making sure that git is now tracking the file. Running the commands &lt;code&gt;ls-la&lt;/code&gt; will confirm that git has been initialized in the repository. There are two ways of doing this either via the &lt;strong&gt;text editor VS code or the terminal&lt;/strong&gt;. Let us go through both.&lt;/p&gt;

&lt;h3&gt;
  
  
  1. VS code
&lt;/h3&gt;

&lt;p&gt;Make sure your VS code is connected to your github account.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Click the source control icon (third from top) and &lt;strong&gt;Initialize Repository&lt;/strong&gt;. This will introduce git to track the file&lt;/li&gt;
&lt;li&gt;Hover over the file and &lt;strong&gt;click the + button to add the file. This changes the file from U (untracked) to A (added)&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Write the &lt;strong&gt;commit message in the input box above&lt;/strong&gt; describing what you are committing eg add README.md file.&lt;/li&gt;
&lt;li&gt;On the &lt;strong&gt;commit button press the drop down arrow **for more options and **press commit and sync&lt;/strong&gt;. This will now stage your repository to be pushed to github.&lt;/li&gt;
&lt;li&gt;Click on publish branch and set the repository to either public or private.&lt;/li&gt;
&lt;li&gt;Go to your github and refresh to see your newly pushed repository that is now tracked by git.&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  2. Using the terminal
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;Open your terminal ie. gitbash  and go to your folder.&lt;/li&gt;
&lt;li&gt;Initialize Git using &lt;code&gt;git init&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Add your files using &lt;code&gt;git add .&lt;/code&gt; to track them.&lt;/li&gt;
&lt;li&gt;Commit the files using &lt;code&gt;git commit -m "first commit"&lt;/code&gt;. This should describe what we are committing and will  to save the change locally.&lt;/li&gt;
&lt;li&gt;Link your remote repository using &lt;code&gt;git remote add origin &amp;lt;your-repo-url&amp;gt;&lt;/code&gt;.Preferably use the ssh link option &lt;/li&gt;
&lt;li&gt;Push the files using &lt;code&gt;git push -u origin main&lt;/code&gt; to send your code to GitHub and publish the repository as the main branch.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;With that now you know how to set up a project and keep track of your changes using github.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>git</category>
      <category>github</category>
    </item>
  </channel>
</rss>
