<?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: SFD</title>
    <description>The latest articles on DEV Community by SFD (@sfdev_20).</description>
    <link>https://dev.to/sfdev_20</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%2F3770139%2Fc0621d5e-d05f-4672-b213-84fc38dedfdc.jpg</url>
      <title>DEV Community: SFD</title>
      <link>https://dev.to/sfdev_20</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sfdev_20"/>
    <language>en</language>
    <item>
      <title>Day #2 - Its starting to make sense</title>
      <dc:creator>SFD</dc:creator>
      <pubDate>Sun, 15 Feb 2026 16:33:57 +0000</pubDate>
      <link>https://dev.to/sfdev_20/day-2-its-starting-to-make-sense-3cle</link>
      <guid>https://dev.to/sfdev_20/day-2-its-starting-to-make-sense-3cle</guid>
      <description>&lt;h2&gt;
  
  
  15 February
&lt;/h2&gt;

&lt;p&gt;Second day starts with practice, Odin told me how to move through derectories, how to turn on WSL inside of VSCode and how to download something inside of WSL.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Aftermath:&lt;/strong&gt; I've learnt how to move through directories, learned how to download files from internet using wget and much much more. Installed git and set it up.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Short summary:&lt;/strong&gt;&lt;br&gt;
wget (direct link) - downloads said file/zip&lt;br&gt;
pwd - print working directory, shows current position&lt;br&gt;
ls - shows directory contents&lt;br&gt;
cd - changes directory, moving through it&lt;br&gt;
cd .. - moves one directory&lt;br&gt;
unzip - self explanatory&lt;br&gt;
clear (-x) - clears terminal if its too "noisy"&lt;br&gt;
(command) --help - general info&lt;br&gt;
man (command) - general info&lt;br&gt;
mkdir (name) - make directory&lt;br&gt;
rm (name) - removes file from directory, doesnt delete directories&lt;br&gt;
rm -r (name) - deletes directories aswell as its contents&lt;br&gt;
mv (directory/1st arg) (directory/2nd arg) - moves or renames txt file&lt;br&gt;
cp (directory/1st arg) (diretory/2nd arg) - copies said file&lt;br&gt;
(action) -i - promts confirmation before action&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Aprox time spent:&lt;/strong&gt; 5 hours&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>codenewbie</category>
      <category>webdev</category>
      <category>devjournal</category>
    </item>
    <item>
      <title>Day #1 - The big bang</title>
      <dc:creator>SFD</dc:creator>
      <pubDate>Sun, 15 Feb 2026 13:40:32 +0000</pubDate>
      <link>https://dev.to/sfdev_20/day-1-the-big-bang-2o7</link>
      <guid>https://dev.to/sfdev_20/day-1-the-big-bang-2o7</guid>
      <description>&lt;h2&gt;
  
  
  14 February
&lt;/h2&gt;

&lt;p&gt;First day starts with boring theory and setup, the harsh way the has to be done way way or another.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Aftermath:&lt;/strong&gt; I've downloaded VSCode, git, node.js and much more stuff, got my accounts set up on github, dev.to, and other similar sites. Took route of odin project foundation 12% completion as of now.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Aprox time spent:&lt;/strong&gt; 2 Hours&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>codenewbie</category>
      <category>webdev</category>
      <category>devjournal</category>
    </item>
  </channel>
</rss>
