<?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: Viktor</title>
    <description>The latest articles on DEV Community by Viktor (@vbr).</description>
    <link>https://dev.to/vbr</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%2F1892806%2Fbe2d2b78-f1a9-4187-b90e-54c9ac81548c.jpeg</url>
      <title>DEV Community: Viktor</title>
      <link>https://dev.to/vbr</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vbr"/>
    <language>en</language>
    <item>
      <title>How Junior Developers Can Find Project Ideas</title>
      <dc:creator>Viktor</dc:creator>
      <pubDate>Tue, 06 Aug 2024 19:25:28 +0000</pubDate>
      <link>https://dev.to/vbr/how-junior-developers-can-find-project-ideas-ckg</link>
      <guid>https://dev.to/vbr/how-junior-developers-can-find-project-ideas-ckg</guid>
      <description>&lt;p&gt;Often, junior software engineers tell me how much they'd love to have side projects to work on and improve their skills. &lt;br&gt;
My recommendation is always the same: &lt;em&gt;just start a personal side project.&lt;/em&gt;&lt;br&gt;
The perks of managing side projects are clear: &lt;strong&gt;you are the product owner.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;However, the response remains uniform: &lt;em&gt;I don’t have an idea.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;When I suggest classic app projects like time tracking, to-do lists, or note apps, the response is mixed: &lt;em&gt;Yeah, I thought about that, but all those apps already exist.&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  The Real Reason for a Side Project
&lt;/h2&gt;

&lt;p&gt;So, as a junior developer, you need to ask yourself: Do you want a side project primarily to gain experience and sharpen your coding skills, or are you looking to launch the next big startup idea? &lt;br&gt;
I'd recommend opting for the first option.&lt;/p&gt;

&lt;p&gt;However, I understand why building yet another time tracking app might not be so appealing.&lt;/p&gt;
&lt;h2&gt;
  
  
  Finding Inspiration for a Side Project
&lt;/h2&gt;

&lt;p&gt;Let me share how I come up with some creative project ideas to gain more experience, especially in building web applications or using languages like JavaScript. &lt;/p&gt;

&lt;p&gt;A while ago, I stumbled upon &lt;a href="https://magicui.design/docs/components/orbiting-circles" rel="noopener noreferrer"&gt;this&lt;/a&gt; website displaying a beautiful orbit animation:&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fznvypkglj0e7bhtde8n4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fznvypkglj0e7bhtde8n4.png" alt="planning-poker.games inspiration of Orbit Animation" width="800" height="527"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I didn’t have much time then, so I stored it in my reminder app. &lt;br&gt;
The following weekend while cleaning up my bookmark list, I revisited the site, curious about how it worked. &lt;br&gt;
Initially, I thought it involved a canvas element, but no—this was mainly CSS-driven. &lt;br&gt;
More specifically, it was a React component underpinned by pure CSS animations.&lt;/p&gt;

&lt;p&gt;This sparked a desire in me to delve deeper into CSS animations, and although I archived the bookmark, the idea stayed in my mind.&lt;/p&gt;

&lt;p&gt;Fast forward a few days: During a planning poker session, my team expressed frustration with the tool we were using. &lt;br&gt;
While it was generally effective, its limitations (in terms of the number of people and stories that could be handled per session) were apparent. &lt;br&gt;
Moreover, all alternatives we looked into were either paid, required a login, or were brimming with ads.&lt;/p&gt;

&lt;p&gt;Then, during a pivotal moment, our Scrum Master opened a free tool that inadvertently showcased he was vacationing in Portugal through obtrusive banner ads. &lt;br&gt;
&lt;strong&gt;This was it—the wake-up call!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;And then the idea was clear—why not build a planning poker app? &lt;br&gt;
Yes, there are thousands available online, in the form of web applications or mobile apps; some are open source on GitHub, others not. &lt;/p&gt;

&lt;p&gt;It didn’t matter; I wanted to create something tailored for my team that incorporated the captivating orbit animation mentioned earlier. &lt;br&gt;
Here is how it came together: &lt;a href="https://planning-poker.games" rel="noopener noreferrer"&gt;planning-poker.games&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/lTCNJkCJugI"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;h2&gt;
  
  
  A Practical Guide to Finding Project Ideas 
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Collect and Curate
&lt;/h3&gt;

&lt;p&gt;Whenever you browse the Internet, there's always something new that catches your eye or something complex you wish to unravel — maybe it's a new cutting-edge database, or a design that stands out. &lt;br&gt;
Save it—use bookmarks or maintain a list.&lt;/p&gt;

&lt;h3&gt;
  
  
  Regular Reviews
&lt;/h3&gt;

&lt;p&gt;Periodically check this list. &lt;br&gt;
You might find yo've already used some technologies in your job, or maybe certain designs no longer interest you. &lt;br&gt;
Don’t be messy—delete anything that no longer resonates with the same excitement.&lt;/p&gt;

&lt;h3&gt;
  
  
  Missing Features Are Opportunities
&lt;/h3&gt;

&lt;p&gt;If there's a feature missing in your to-do app — like a daily task accomplishment graph to boost motivation—consider using that awesome Chart Library you saw recently. &lt;/p&gt;

&lt;p&gt;Or maybe your note app always ends up cluttered? &lt;br&gt;
What if it could auto-categorize notes using AI?&lt;/p&gt;

&lt;p&gt;Additionally, keep an ear out for grievances others have with their apps — these complaints are golden opportunities. &lt;br&gt;
Sure, building something as complex as Jira from scratch takes ages, but maybe you could just address a specific problem by integrating with the Jira API or developing a simple browser extension?&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;I hope this post inspires you to launch into your own projects. &lt;br&gt;
Explore what’s out there, tailor solutions to specific needs, and above all, keep coding! &lt;/p&gt;

&lt;p&gt;Take a look at &lt;a href="https://planning-poker.games" rel="noopener noreferrer"&gt;planning-poker.games&lt;/a&gt; and let me know your thoughts!&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>programming</category>
      <category>agile</category>
    </item>
  </channel>
</rss>
