<?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: ahmed akef</title>
    <description>The latest articles on Forem by ahmed akef (@ahmedakef).</description>
    <link>https://forem.com/ahmedakef</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%2F82392%2Fb9815155-debb-4b76-9a7f-baac79d7f966.jpg</url>
      <title>Forem: ahmed akef</title>
      <link>https://forem.com/ahmedakef</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/ahmedakef"/>
    <language>en</language>
    <item>
      <title>My own implementation for source code management system (SCM)</title>
      <dc:creator>ahmed akef</dc:creator>
      <pubDate>Fri, 22 May 2020 22:53:16 +0000</pubDate>
      <link>https://forem.com/ahmedakef/my-own-implementation-for-source-code-management-system-scm-m55</link>
      <guid>https://forem.com/ahmedakef/my-own-implementation-for-source-code-management-system-scm-m55</guid>
      <description>&lt;h2&gt;
  
  
  My Final Project
&lt;/h2&gt;

&lt;p&gt;The main feature of the system is to record every change when you commit and let you checkout to this commit at any time.&lt;/p&gt;

&lt;h2&gt;
  
  
  Link to Code
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/ahmedakef/sstc/"&gt;https://github.com/ahmedakef/sstc/&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Additional Thoughts / Feelings / Stories
&lt;/h2&gt;

&lt;p&gt;I always use Git, but I wanted to know how it actually works, so I spent some time reading about source version control systems and different approaches to save commits, find difference between versions ... etc&lt;br&gt;
It was really nice in research and implementation and I managed to make a simple SCM in the end that have lots of bugs for sure :"D&lt;/p&gt;

&lt;h2&gt;
  
  
  How I built it
&lt;/h2&gt;

&lt;p&gt;I used C# to implement the project and it was the first project to use c# in. I was searching alot.&lt;br&gt;
and it was also the last time :"D&lt;/p&gt;

</description>
      <category>2020devgrad</category>
      <category>octograd2020</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
