<?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: Alimi Kehinde Morufudeen</title>
    <description>The latest articles on Forem by Alimi Kehinde Morufudeen (@marusoft).</description>
    <link>https://forem.com/marusoft</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%2F297095%2Ff85c4749-b441-42ca-828f-b565ad7bf6e7.jpeg</url>
      <title>Forem: Alimi Kehinde Morufudeen</title>
      <link>https://forem.com/marusoft</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/marusoft"/>
    <language>en</language>
    <item>
      <title>gdggdggdgdgdgdgddgdggdgdddggdgdggdggdgdgddgdggdgdggdggdgdggdggdggdggdgdggdggdgdggdggdggdggdggdggdgdggdgdg</title>
      <dc:creator>Alimi Kehinde Morufudeen</dc:creator>
      <pubDate>Fri, 11 Oct 2024 09:48:09 +0000</pubDate>
      <link>https://forem.com/marusoft/gdggdggdgdgdgdgddgdggdgdddggdgdggdggdgdgddgdggdgdggdggdgdggdggdggdggdgdggdggdgdggdggdggdggdggdggdgdggdgdg-1acb</link>
      <guid>https://forem.com/marusoft/gdggdggdgdgdgdgddgdggdgdddggdgdggdggdgdgddgdggdgdggdggdgdggdggdggdggdgdggdggdgdggdggdggdggdggdggdgdggdgdg-1acb</guid>
      <description>&lt;h3&gt;
  
  
  The Tools I Learnt during my first two weeks of
&lt;/h3&gt;

&lt;p&gt;Learning Programming&lt;/p&gt;

</description>
      <category>html</category>
      <category>css</category>
      <category>git</category>
      <category>cli</category>
    </item>
    <item>
      <title>Tools I learnt During My First weeks of Software development</title>
      <dc:creator>Alimi Kehinde Morufudeen</dc:creator>
      <pubDate>Tue, 27 Aug 2024 10:27:02 +0000</pubDate>
      <link>https://forem.com/marusoft/tools-i-learnt-during-my-first-weeks-of-software-development-1cnm</link>
      <guid>https://forem.com/marusoft/tools-i-learnt-during-my-first-weeks-of-software-development-1cnm</guid>
      <description>&lt;p&gt;hhcjchchhchhhvhhffhfh&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;code&gt;git status&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>webdev</category>
      <category>html</category>
      <category>git</category>
      <category>beginners</category>
    </item>
    <item>
      <title>ejjeiiiieeieie</title>
      <dc:creator>Alimi Kehinde Morufudeen</dc:creator>
      <pubDate>Sat, 13 Apr 2024 16:10:19 +0000</pubDate>
      <link>https://forem.com/marusoft/ejjeiiiieeieie-1af2</link>
      <guid>https://forem.com/marusoft/ejjeiiiieeieie-1af2</guid>
      <description>&lt;h2&gt;
  
  
  The followig are some basic git command
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;- git init
- git status
- git add .
- git commit -m "descriptive commit message"
- git remote add origin {origin-url}
- git git push -u origin master
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;h3&amp;gt;dhhhdhhdhdhdhhdh&amp;lt;/h3&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;code&gt;dgdgdggdgdg&lt;/code&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Tools I Learnt during my First Month of Programming</title>
      <dc:creator>Alimi Kehinde Morufudeen</dc:creator>
      <pubDate>Sat, 06 Apr 2024 15:48:40 +0000</pubDate>
      <link>https://forem.com/marusoft/tools-i-learnt-during-my-first-month-of-programming-2l9m</link>
      <guid>https://forem.com/marusoft/tools-i-learnt-during-my-first-month-of-programming-2l9m</guid>
      <description>&lt;h2&gt;
  
  
  Command Line Tools and Basic git command.
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Command Line Tools &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Let's start with some of the basic command line tools&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;cd: Change directory&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Illustration, to navigate into the downloads folder, we write&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;cd Downloads
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;Basic Git Commands&lt;/li&gt;
&lt;/ul&gt;

&lt;ol&gt;
&lt;li&gt;git init:-&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;illustration&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;git init
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;HTML ELEMENT
&lt;/li&gt;
&lt;/ul&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;a&lt;/span&gt; &lt;span class="na"&gt;href=&lt;/span&gt;&lt;span class="s"&gt;"/"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;Homepage&lt;span class="nt"&gt;&amp;lt;/a&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>git</category>
      <category>command</category>
      <category>html</category>
      <category>css</category>
    </item>
    <item>
      <title>FIVE AWESOME RESOURCES FOR FRONTEND DEVELOPMENT</title>
      <dc:creator>Alimi Kehinde Morufudeen</dc:creator>
      <pubDate>Wed, 29 Nov 2023 10:32:33 +0000</pubDate>
      <link>https://forem.com/marusoft/five-awesome-resources-for-frontend-development-n18</link>
      <guid>https://forem.com/marusoft/five-awesome-resources-for-frontend-development-n18</guid>
      <description>&lt;h3&gt;
  
  
  The following are five useful resources for frontend development.
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://www.realtimecolors.com/"&gt;Realtime Colors&lt;/a&gt;&lt;br&gt;
With Realtime colors, you can visualize colors and fonts on a real website.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://www.fontpair.co/"&gt;Fontpair&lt;/a&gt; &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://app.haikei.app/"&gt;https://app.haikei.app/&lt;/a&gt; &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://omatsuri.app/"&gt;https://omatsuri.app/&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://gradient.style/"&gt;https://gradient.style/&lt;/a&gt; &lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>frontend</category>
      <category>css</category>
    </item>
    <item>
      <title>Tools I learnt During My First Two Weeks of Programming.</title>
      <dc:creator>Alimi Kehinde Morufudeen</dc:creator>
      <pubDate>Sat, 16 Sep 2023 11:09:02 +0000</pubDate>
      <link>https://forem.com/marusoft/tools-i-learnt-during-my-first-two-weeks-of-programming-569</link>
      <guid>https://forem.com/marusoft/tools-i-learnt-during-my-first-two-weeks-of-programming-569</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%2F6dx4mlp0kq1k7r6up8u2.jpg" 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%2F6dx4mlp0kq1k7r6up8u2.jpg" alt="Image description" width="800" height="720"&gt;&lt;/a&gt;&lt;code&gt;git init&lt;/code&gt; : Initialized a git rep&lt;/p&gt;

</description>
      <category>github</category>
      <category>command</category>
      <category>html</category>
    </item>
    <item>
      <title>The Tools I learnt during my First Two of learning Programming</title>
      <dc:creator>Alimi Kehinde Morufudeen</dc:creator>
      <pubDate>Sun, 10 Sep 2023 11:48:23 +0000</pubDate>
      <link>https://forem.com/marusoft/the-tools-i-learnt-during-my-first-two-of-learning-programming-22e4</link>
      <guid>https://forem.com/marusoft/the-tools-i-learnt-during-my-first-two-of-learning-programming-22e4</guid>
      <description>&lt;p&gt;&lt;code&gt;git status&lt;/code&gt;&lt;/p&gt;

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