<?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: Mahmoud Salama</title>
    <description>The latest articles on DEV Community by Mahmoud Salama (@madsalama).</description>
    <link>https://dev.to/madsalama</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%2F94925%2Ff86c23bc-9370-4993-9857-d0fe7819623f.jpeg</url>
      <title>DEV Community: Mahmoud Salama</title>
      <link>https://dev.to/madsalama</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/madsalama"/>
    <language>en</language>
    <item>
      <title>Achievement Deserialized!</title>
      <dc:creator>Mahmoud Salama</dc:creator>
      <pubDate>Sat, 15 Sep 2018 11:11:37 +0000</pubDate>
      <link>https://dev.to/madsalama/achievement-deserialized-5d10</link>
      <guid>https://dev.to/madsalama/achievement-deserialized-5d10</guid>
      <description>&lt;p&gt;Finally conquered C deserialization! I figured out that a function was setting the address of a main loop variable to the address of a local variable in the function (which gets popped duh - misleading garbage values were everywhere) instead of setting the data in the main loop! The more you know!&lt;/p&gt;

&lt;p&gt;PS: I'm working on a unix domain socket daemon that handles and manages inotify watch requests to automate a boring part of my job! #c #unix #linux #beginners&lt;/p&gt;

</description>
      <category>c</category>
      <category>unix</category>
      <category>linux</category>
      <category>beginners</category>
    </item>
    <item>
      <title>C Programming!</title>
      <dc:creator>Mahmoud Salama</dc:creator>
      <pubDate>Wed, 22 Aug 2018 12:06:45 +0000</pubDate>
      <link>https://dev.to/madsalama/c-programming-1f9f</link>
      <guid>https://dev.to/madsalama/c-programming-1f9f</guid>
      <description>&lt;p&gt;What are some of the cool projects a beginner can work on to learn C?&lt;br&gt;
I've only been a *nix user for my job but I'm interested in low level details of how things work w the kernel. &lt;/p&gt;

&lt;p&gt;EDIT: Thanks for your responses! But to be clear, I need some context. A non-trivial project that will make use of special C features like pointers, structs and direct memory manipulation; because I've never worked on those before!&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>c</category>
      <category>help</category>
    </item>
  </channel>
</rss>
