<?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: Varun Malhotra</title>
    <description>The latest articles on DEV Community by Varun Malhotra (@softvar).</description>
    <link>https://dev.to/softvar</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%2F505033%2F75c3803f-2471-4a5f-9df9-3e9ca7efc6b3.jpeg</url>
      <title>DEV Community: Varun Malhotra</title>
      <link>https://dev.to/softvar</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/softvar"/>
    <language>en</language>
    <item>
      <title>Hacktoberfest 2020 - Love for Open-Source</title>
      <dc:creator>Varun Malhotra</dc:creator>
      <pubDate>Thu, 12 Nov 2020 20:27:40 +0000</pubDate>
      <link>https://dev.to/softvar/hacktoberfest-2020-love-for-open-source-59ko</link>
      <guid>https://dev.to/softvar/hacktoberfest-2020-love-for-open-source-59ko</guid>
      <description>&lt;p&gt;Note: This blog respects the Hacktoberfest 2020 blog template.&lt;/p&gt;

&lt;h3&gt;
  
  
  Love for open-source 💖
&lt;/h3&gt;

&lt;p&gt;Being a developer, I love open-sourcing. I have contributed to a few projects and keep open-sourcing my side-projects as well. This provides me constant feedback and motivation to learn and contribute more. Explore my GitHub profile&lt;a href="https://github.com/softvar"&gt;@softvar&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--HaktpstF--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/597cf7ao3fndk93q5v10.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--HaktpstF--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/597cf7ao3fndk93q5v10.png" alt="Screen Shot 2020-11-13 at 1.14.05 AM"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Background ⏮
&lt;/h3&gt;

&lt;p&gt;I have been into open-sourcing for around 8 years. I still remember my first open-source repo and how much I was excited then to learn git and successfully pushing it to GitHub.&lt;br&gt;
The open-source community has evolved over the years and I have learned a lot from other open-source projects. &lt;/p&gt;

&lt;p&gt;I have been participating in Hacktobeefest for the past 3 years. I'm always excited to be a part of it. To be honest, this time I didn't find much time to really contribute to good projects and learn something new. My usual work made me qualified for the 2020 reward. I'm glad to participate and have always motivated my peers too, especially those who are new or yet to explore this realm.&lt;/p&gt;

&lt;h3&gt;
  
  
  Progress 🙌
&lt;/h3&gt;

&lt;p&gt;I was lucky enough to be able to make it this time too. I contributed and all my Pull Requests were successfully approved and merged into respective repositories.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--65-pEn9y--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/a9jcxoodshb9nosylg72.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--65-pEn9y--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/a9jcxoodshb9nosylg72.png" alt="Screen Shot 2020-11-12 at 5.17.19 PM"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Contributions 🎉
&lt;/h3&gt;

&lt;p&gt;Below is the list of the work I completed in the month of October 2020:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://github.com/sorrycc/awesome-javascript/pull/740"&gt;sorrycc/awesome-javascript&lt;/a&gt; - I submitted one of my repo(&lt;a href="https://github.com/softvar/awesome-web-storage"&gt;awesome-web-storage&lt;/a&gt;) to be listed in the storage section. Apparently, this didn't count towards the competition.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/gauravmuk/tippy-demo/pull/1"&gt;gauravmuk/tippy-demo&lt;/a&gt; - The project lacked a README file to help understand and run the project. This is some work-related demo project.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/gauravmuk/tippy-demo/pull/2"&gt;gauravmuk/tippy-demo&lt;/a&gt; - Added MIT LICENSE as defined in the &lt;em&gt;package.json&lt;/em&gt; file. It helps the viewer to use the repo's code wisely.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/gauravmuk/tippy-demo/pull/3"&gt;gauravmuk/tippy-demo&lt;/a&gt; &lt;em&gt;package.json&lt;/em&gt; file points to the wrong file in the "main" key.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/gauravmuk/google-search-result-scrape/pull/3"&gt;gauravmuk/google-search-result-scrape&lt;/a&gt; - The project helped me carry out a POC for a bigger project I'm still working on. So, to run it initially, I tweaked some of the code for better validation support and added a README file.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Reflections 🤩
&lt;/h3&gt;

&lt;p&gt;I'm very happy to contribute to open-source this year as well. I learned that a lot of people open-source a lot of awesome stuff they build but there are a lot of good practices missing and a scope of further improvements. I will keep learning myself and continue contributing through my side-projects. I really wish to contribute to some good projects I always use and admire. &lt;/p&gt;

&lt;p&gt;Thanks, digitalocean, Hacktoberfest, and all the open-source maintainers/contributors, for developing such a great community to learn and share.&lt;/p&gt;

</description>
      <category>hacktoberfest</category>
    </item>
  </channel>
</rss>
