<?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: Neeraj Verma</title>
    <description>The latest articles on DEV Community by Neeraj Verma (@smurfpandey).</description>
    <link>https://dev.to/smurfpandey</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%2F56338%2F23e7e925-26d7-4f04-bcde-171fbb8dec8e.jpeg</url>
      <title>DEV Community: Neeraj Verma</title>
      <link>https://dev.to/smurfpandey</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/smurfpandey"/>
    <language>en</language>
    <item>
      <title>Why I work on silly personal projects</title>
      <dc:creator>Neeraj Verma</dc:creator>
      <pubDate>Thu, 22 Aug 2019 17:33:02 +0000</pubDate>
      <link>https://dev.to/smurfpandey/why-i-work-on-silly-personal-projects-5ce1</link>
      <guid>https://dev.to/smurfpandey/why-i-work-on-silly-personal-projects-5ce1</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Originally published on "&lt;a href="https://blog.smurfpandey.me/silly-personal-projects/"&gt;https://blog.smurfpandey.me/silly-personal-projects/&lt;/a&gt;"&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Since many years I have been working on many personal projects. Some of them are quite silly if you think about what they do. The current project I am working is one of them. It’s an application to track &amp;amp; broadcast which game I am playing on my desktop, in real-time. And it's silly because, frankly speaking, who cares what game I am playing. But I have been spending my after-office hours working on it since past few days. So why am I doing it? Why do I work on silly projects? There are few reasons I can think of -&lt;/p&gt;

&lt;h3&gt;
  
  
  - Because it's interesting &amp;amp; it's fun
&lt;/h3&gt;

&lt;p&gt;While the functionality of this application might be silly, the "How" part is quite interesting to me. And, when I start collecting this data, I am sure I can find some interesting insights in that data, like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What games I play again and again every few months,&lt;/li&gt;
&lt;li&gt;What time of day I usually play and for how long&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  - Because I get to learn about new things
&lt;/h3&gt;

&lt;p&gt;Since these are personal projects, and no-one is paying me for it, I don’t have any pressure to finish it. So I take my time to figure out the best solutions. I sometimes pick new languages, new databases, and new tools to work with on such projects. To give you an example, in my current project I am using golang, and interfacing with native APIs provided by MS Windows via &lt;code&gt;user32.dll&lt;/code&gt;. Also since this application needs to run in background, I also had to figure out how to create Windows Service using golang. While these things might not be useful today in my office work, but you never know tomorrow I might be facing a similar challenge, and then I will know exactly how to solve it.&lt;br&gt;
Note: The &lt;a href="https://github.com/smurfpandey/what-game"&gt;project&lt;/a&gt; is available on my Github account if you want to explore the source code.&lt;/p&gt;

&lt;h3&gt;
  
  
  - Because it’s an exercise
&lt;/h3&gt;

&lt;p&gt;These projects are like brain-teasers which I enjoy. Sometimes I fail, sometimes I succeed. But in the end, I keep my brain working, and that’s my way of exercising. :)&lt;/p&gt;

&lt;h3&gt;
  
  
  - Because I can
&lt;/h3&gt;

&lt;p&gt;I know few people who have interesting ideas for projects on which they want to work, but they don’t get enough time. In my case I have lots of time, and lots of ideas. So I spend time working on personal projects, just because I can.&lt;/p&gt;

&lt;p&gt;So to conclude, by working on these projects I get to learn new concepts, new ways of doing things. And these learning sometimes I implement at my work, and great work sometimes leads to more money $$$.&lt;/p&gt;

&lt;p&gt;What are your reasons for your side projects?&lt;/p&gt;

</description>
      <category>sideprojects</category>
      <category>discuss</category>
    </item>
  </channel>
</rss>
