<?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: nikiljos</title>
    <description>The latest articles on DEV Community by nikiljos (@nikiljos).</description>
    <link>https://dev.to/nikiljos</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%2F515362%2Ff1a850a2-32f8-4a56-9abf-98285c196696.jpg</url>
      <title>DEV Community: nikiljos</title>
      <link>https://dev.to/nikiljos</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nikiljos"/>
    <language>en</language>
    <item>
      <title>My first 'Code' PR in Hacktoberfest</title>
      <dc:creator>nikiljos</dc:creator>
      <pubDate>Wed, 10 Nov 2021 05:11:31 +0000</pubDate>
      <link>https://dev.to/nikiljos/my-first-code-pr-in-hacktoberfest-2e0g</link>
      <guid>https://dev.to/nikiljos/my-first-code-pr-in-hacktoberfest-2e0g</guid>
      <description>&lt;p&gt;I started getting into open source and learnt Git during Hacktoberfest 2020. Back then, I completed my PRs doing small contributions like listing out something in a README and making PRs to my own repo... &lt;/p&gt;

&lt;p&gt;This time, I really wanted to take it to the next level doing awesome PRs that actually got some code changes. As usual I was going through some repos and came across a &lt;a href="https://github.com/akash-santhosh/tools"&gt;repo&lt;/a&gt; were we could add the names of tools that were useful to us... &lt;br&gt;
It was a NextJS site, and all tool names were hardcoded, which made it extremely difficult for beginners to contribute. Since all tags were same and only the data changed, I thought why not make the data in a separate file as a JS Object or JSON.&lt;/p&gt;

&lt;p&gt;I initially opened an &lt;a href="https://github.com/akash-santhosh/tools/issues/11"&gt;issue&lt;/a&gt; saying that and thought why not I try it myself😀. I was at first reluctant to start since I haven't used NextJS or even ReactJS before. Still I cloned the repo and started trying it out... And I was able to do it🤩 &lt;/p&gt;

&lt;p&gt;I was so excited and opened a &lt;a href="https://github.com/akash-santhosh/tools/pull/12"&gt;PR&lt;/a&gt; and to my surprise, it got merged... I couldn't say how happy I was🥳&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--3XFjcJiQ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/tt5uylk0g8c42lhocsfa.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--3XFjcJiQ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/tt5uylk0g8c42lhocsfa.png" alt="github ss" width="880" height="240"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;And now, because of the change in my commit, the way all others added data in the repo got much better... &lt;/p&gt;

&lt;p&gt;I was able to contribute even more to the repo after that...&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--7k2hGeip--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/i40nxuzsjr4w5zh8sj8p.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--7k2hGeip--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/i40nxuzsjr4w5zh8sj8p.png" alt="Image description" width="880" height="453"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks a lot to Hacktoberfest for getting me into the world of Open Source🙏&lt;/p&gt;

</description>
      <category>hacktoberfest</category>
      <category>nextjs</category>
      <category>opensource</category>
    </item>
    <item>
      <title>Getting Started with HTML</title>
      <dc:creator>nikiljos</dc:creator>
      <pubDate>Thu, 30 Sep 2021 09:51:59 +0000</pubDate>
      <link>https://dev.to/nikiljos/getting-started-with-html-2n1d</link>
      <guid>https://dev.to/nikiljos/getting-started-with-html-2n1d</guid>
      <description>&lt;h3&gt;
  
  
  Get Started
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;What do you need&lt;/strong&gt;  &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Any code editor and a browser on your 💻&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Here are some good options&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://code.visualstudio.com/"&gt;VSCode&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://atom.io/"&gt;Atom&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And these are some really useful VSCode extensions&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode"&gt;Prettier&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer"&gt;Live Server&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;


&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Basics of HTML
&lt;/h2&gt;

&lt;p&gt;This is the structure of a basic HTML Document&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight html"&gt;&lt;code&gt;&lt;span class="cp"&gt;&amp;lt;!DOCTYPE html&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;html&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;head&amp;gt;&lt;/span&gt;
        &lt;span class="nt"&gt;&amp;lt;title&amp;gt;&lt;/span&gt;Page Title here&lt;span class="nt"&gt;&amp;lt;/title&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;/head&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;body&amp;gt;&lt;/span&gt;

        Write anything here

    &lt;span class="nt"&gt;&amp;lt;/body&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;/html&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Let me Break it down for you&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;&amp;lt;!DOCTYPE html&amp;gt;&lt;/code&gt; - Used to decalre that it is a HTML5 Document&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;&amp;lt;html&amp;gt;&lt;/code&gt; - The whole HTML document is written inside the the &lt;code&gt;&amp;lt;html&amp;gt;&lt;/code&gt;and&lt;code&gt;&amp;lt;/html&amp;gt;&lt;/code&gt; tag&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;&amp;lt;title&amp;gt;&lt;/code&gt; - Used to define the title of your webpage&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;&amp;lt;body&amp;gt;&lt;/code&gt; - Everything you see inside the browser are written inside the &lt;code&gt;body&lt;/code&gt; tag&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Now Here's the list of some really useful tags&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;div&amp;gt;&amp;lt;/div&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;p&amp;gt;&amp;lt;/p&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;span&amp;gt;&amp;lt;/span&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;b&amp;gt;&amp;lt;/b&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;i&amp;gt;&amp;lt;/i&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Here are some cool resources you could refer to
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.w3schools.com/html/"&gt;W3Schools&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://developer.mozilla.org/en-US/docs/Web/HTML"&gt;MDN Web Docs&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>html</category>
      <category>webdev</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
