<?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: Jeevish</title>
    <description>The latest articles on DEV Community by Jeevish (@jeevish_7dde7339220caba99).</description>
    <link>https://dev.to/jeevish_7dde7339220caba99</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%2F4119620%2Fc6426b11-ed9f-4fbc-85aa-87f0cb80c45d.png</url>
      <title>DEV Community: Jeevish</title>
      <link>https://dev.to/jeevish_7dde7339220caba99</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jeevish_7dde7339220caba99"/>
    <language>en</language>
    <item>
      <title>My Learning Today: HTML &amp; CSS Basics</title>
      <dc:creator>Jeevish</dc:creator>
      <pubDate>Thu, 17 Sep 2026 17:25:28 +0000</pubDate>
      <link>https://dev.to/jeevish_7dde7339220caba99/my-learning-today-html-css-basics-2ep3</link>
      <guid>https://dev.to/jeevish_7dde7339220caba99/my-learning-today-html-css-basics-2ep3</guid>
      <description>&lt;p&gt;Today I learned some useful HTML and CSS concepts in my web development class.&lt;br&gt;
Topics I Learned&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;List Style Type
I learned how to change the style of lists using list-style-type.
Example:
ul {
list-style-type: disc;
}&lt;/li&gt;
&lt;li&gt;Gap Property
The gap property is used to create space between items, especially when using Flexbox.
.container {
display: flex;
gap: 20px;
}&lt;/li&gt;
&lt;li&gt;Flexbox
I learned the basics of Flexbox, which helps to arrange elements easily in a row or column.
.container {
display: flex;
}&lt;/li&gt;
&lt;li&gt;Font Awesome
I learned how Font Awesome can be used to add icons to a webpage.&lt;/li&gt;
&lt;li&gt;Display Property
I learned about the display property and how block, inline, and none work.
display: block;
display: none;&lt;/li&gt;
&lt;li&gt;Checkbox Input
I also learned how to create a checkbox using HTML.
HTML

HTML&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>css</category>
      <category>frontend</category>
      <category>html</category>
      <category>learning</category>
    </item>
    <item>
      <title>My First Week Switching from Windows to Linux as a Computer Science Student</title>
      <dc:creator>Jeevish</dc:creator>
      <pubDate>Wed, 16 Sep 2026 18:12:01 +0000</pubDate>
      <link>https://dev.to/jeevish_7dde7339220caba99/my-first-week-switching-from-windows-to-linux-as-a-computer-science-student-5ain</link>
      <guid>https://dev.to/jeevish_7dde7339220caba99/my-first-week-switching-from-windows-to-linux-as-a-computer-science-student-5ain</guid>
      <description>&lt;p&gt;I'm a fresher currently learning software development. Recently, our institute told us to stop relying on Windows and switch to Linux for our development work.&lt;br&gt;
​Honestly? &lt;br&gt;
I have lots of doubt and question. why Linux is free? why Windows 11 more high in price? &lt;br&gt;
I will search who use Linux? NASA,INDIAN ARMY,ISRO etc..thare are use Linux operating system and i will search it self and analyze importance Linux&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>computerscience</category>
      <category>learning</category>
      <category>linux</category>
    </item>
    <item>
      <title>PLACEMENT READY PROGRAM</title>
      <dc:creator>Jeevish</dc:creator>
      <pubDate>Thu, 10 Sep 2026 16:25:42 +0000</pubDate>
      <link>https://dev.to/jeevish_7dde7339220caba99/placement-ready-program-4ckn</link>
      <guid>https://dev.to/jeevish_7dde7339220caba99/placement-ready-program-4ckn</guid>
      <description>&lt;p&gt;I'm currently doing placement ready program in payilagam institute in chennai.&lt;br&gt;
In before session we strong in basic of HTML and CSS.&lt;br&gt;
I'm successful complete portfolio web site and push in git.&lt;br&gt;
today session we learn how to handle git. how to push the project in git lab. &lt;/p&gt;

</description>
      <category>html</category>
      <category>css</category>
      <category>grid</category>
      <category>dev</category>
    </item>
  </channel>
</rss>
