<?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: Saravanan Lakshmanan</title>
    <description>The latest articles on DEV Community by Saravanan Lakshmanan (@dev_saravanan_journey).</description>
    <link>https://dev.to/dev_saravanan_journey</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%2F3927221%2F86db017d-8633-4bd5-9ac1-97ee29f0d80e.png</url>
      <title>DEV Community: Saravanan Lakshmanan</title>
      <link>https://dev.to/dev_saravanan_journey</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dev_saravanan_journey"/>
    <language>en</language>
    <item>
      <title>Day 1 Learning: Course Roadmap, GitLab &amp; Linux Basics</title>
      <dc:creator>Saravanan Lakshmanan</dc:creator>
      <pubDate>Wed, 13 May 2026 13:32:32 +0000</pubDate>
      <link>https://dev.to/dev_saravanan_journey/day-1-learning-course-roadmap-gitlab-linux-basics-cll</link>
      <guid>https://dev.to/dev_saravanan_journey/day-1-learning-course-roadmap-gitlab-linux-basics-cll</guid>
      <description>&lt;p&gt;📚 &lt;strong&gt;Course Roadmap&lt;br&gt;
Frontend order:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;HTML → Structure of webpages&lt;/li&gt;
&lt;li&gt;CSS → Styling webpages&lt;/li&gt;
&lt;li&gt;JavaScript → Making webpages interactive&lt;/li&gt;
&lt;li&gt;React → Building real web applications&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;After finishing frontend, we will move to Backend:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Java&lt;/li&gt;
&lt;li&gt;Python&lt;/li&gt;
&lt;li&gt;PostgreSQL (Database)&lt;/li&gt;
&lt;li&gt;Some additional tools later&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;☁️ GitLab and it's uses:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;GitLab is a cloud platform to store our code online.&lt;/li&gt;
&lt;li&gt;It helps us upload our project and keep it safe.&lt;/li&gt;
&lt;li&gt;We can track changes and update our project anytime.&lt;/li&gt;
&lt;li&gt;Companies use tools like GitLab for teamwork and version control.&lt;/li&gt;
&lt;li&gt;So after completing our project, we will upload it to GitLab.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;🐧 Linux and it's uses:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Trainer suggested learning Linux even though we use Windows.&lt;/li&gt;
&lt;li&gt;Most real-world servers run on Linux.&lt;/li&gt;
&lt;li&gt;Linux is fast and lightweight.&lt;/li&gt;
&lt;li&gt;It is open-source and free.&lt;/li&gt;
&lt;li&gt;Many companies prefer Linux for development and servers.&lt;/li&gt;
&lt;li&gt;So learning Linux is very useful for future jobs.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;🖥️ Types of Computer Interfaces&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;We learned how we interact with computers.&lt;/li&gt;
&lt;li&gt;GUI (Graphical User Interface)&lt;/li&gt;
&lt;li&gt;Use mouse and icons&lt;/li&gt;
&lt;li&gt;Example: Windows&lt;/li&gt;
&lt;li&gt;CLI / CUI (Command Line Interface)&lt;/li&gt;
&lt;li&gt;Type commands in terminal&lt;/li&gt;
&lt;li&gt;Example: Linux Terminal&lt;/li&gt;
&lt;li&gt;Faster and commonly used by developers&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;💻 Basic Linux Commands Learned:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;pwd → Shows current folder location&lt;/li&gt;
&lt;li&gt;ls → Lists files and folders&lt;/li&gt;
&lt;li&gt;cd → Move between folders&lt;/li&gt;
&lt;li&gt;touch → Create new file&lt;/li&gt;
&lt;li&gt;mkdir → Create new folder&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These all are I have learnt in Day 1&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>fullstack</category>
      <category>linux</category>
      <category>gitlab</category>
    </item>
  </channel>
</rss>
