<?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: Aditya More</title>
    <description>The latest articles on DEV Community by Aditya More (@aditya_more).</description>
    <link>https://dev.to/aditya_more</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%2F1998475%2F737f925f-4c6f-4a5c-be67-c1e08d51119b.jpg</url>
      <title>DEV Community: Aditya More</title>
      <link>https://dev.to/aditya_more</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aditya_more"/>
    <language>en</language>
    <item>
      <title>My Hacktoberfest 2024 Journey</title>
      <dc:creator>Aditya More</dc:creator>
      <pubDate>Fri, 01 Nov 2024 20:51:18 +0000</pubDate>
      <link>https://dev.to/aditya_more/my-hacktoberfest-2024-journey-4kj6</link>
      <guid>https://dev.to/aditya_more/my-hacktoberfest-2024-journey-4kj6</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/hacktoberfest"&gt;2024 Hacktoberfest Writing challenge&lt;/a&gt;: Contributor Experience&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Hello, Dev community! 👋 I’m &lt;strong&gt;Aditya More&lt;/strong&gt;, and this year I participated in Hacktoberfest for the first time. I want to share my journey—from figuring out GitHub basics to contributing to real-world projects. Hacktoberfest was a roller-coaster ride of learning, connecting with the open-source community, and growing my skills.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Why&lt;/strong&gt; I Joined Hacktoberfest 2024?
&lt;/h2&gt;

&lt;p&gt;I’d heard about open-source contributions before but never had the courage to start. Hacktoberfest seemed like the perfect entry point, with the excitement of a global event and the support from thousands of contributors. My goal was simple: to learn something new and make my first contribution to open source.&lt;/p&gt;

&lt;h3&gt;
  
  
  The &lt;strong&gt;First&lt;/strong&gt; Steps: Setting Up My Environment
&lt;/h3&gt;

&lt;p&gt;My first task was setting up Git and GitHub. I went through a few tutorials and practiced basic Git commands, such as clone, add, commit, and push. This foundational knowledge helped me feel more comfortable when interacting with repositories.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Pro tip: If you're new, try using GitHub Desktop or VS Code’s built-in Git tools for a friendlier start.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  Finding the &lt;strong&gt;Right&lt;/strong&gt; Projects
&lt;/h3&gt;

&lt;p&gt;I didn’t want to get overwhelmed, so I started by filtering issues labeled "good first issue" and "Hacktoberfest." I also looked for projects in technologies I’m familiar with, like Python and Android. Some helpful platforms I used to find these projects included GitHub, the official Hacktoberfest site, and communities on Discord.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Advice: Don’t just pick projects for the sake of contributions—choose ones that genuinely interest you. This makes the experience much more rewarding!&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  My Contributions: What I Worked On
&lt;/h2&gt;

&lt;p&gt;I contributed to a important project this year:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Kestra-docs&lt;/strong&gt; : I was able to successfully make one merge this Hacktoberfest, which was a big milestone for me. Although it was only a single contribution, the process of working through issues, making changes, and finally getting merged was incredibly rewarding. It gave me real insight into the workflows of open-source projects.&lt;/p&gt;

&lt;h2&gt;
  
  
  Challenges I Faced and How I Overcame Them
&lt;/h2&gt;

&lt;p&gt;Like any beginner, I hit a few roadblocks along the way:&lt;/p&gt;

&lt;p&gt;Understanding the &lt;strong&gt;Codebase&lt;/strong&gt;: Some projects had complex codebases, making it tough to know where to start. Reading the README and documentation carefully helped a lot.&lt;/p&gt;

&lt;p&gt;Making the &lt;strong&gt;First PR&lt;/strong&gt;: My first pull request took longer than I expected, but I learned to make smaller, incremental changes to make it manageable.&lt;/p&gt;

&lt;p&gt;Handling &lt;strong&gt;Feedback&lt;/strong&gt;: Some maintainers suggested changes, which was initially nerve-wracking but became a learning experience. It showed me how important it is to write clean, readable code.&lt;/p&gt;

&lt;h2&gt;
  
  
  Lessons Learned
&lt;/h2&gt;

&lt;p&gt;Hacktoberfest taught me that open source is not just about coding—it’s about collaboration, learning, and giving back to the community. Here’s what I took away from the experience:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Never Underestimate &lt;strong&gt;Documentation&lt;/strong&gt;: Writing clear documentation is as valuable as coding.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Communication&lt;/strong&gt; is Key: Don’t hesitate to ask questions or clarify things. The open-source community is super welcoming and supportive.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Be &lt;strong&gt;Consistent&lt;/strong&gt;: Small contributions are just as impactful as big ones, especially when starting.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Advice for &lt;strong&gt;First-Time Contributors&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;For anyone considering joining Hacktoberfest in the future, here’s what I’d suggest:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Start small with documentation or minor bug fixes.&lt;/li&gt;
&lt;li&gt;Engage with project maintainers and other contributors. It builds your network and helps you understand the project's needs.&lt;/li&gt;
&lt;li&gt;Celebrate each contribution, no matter how small. Every PR builds confidence and skill.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Wrapping Up: The Hacktoberfest Impact
&lt;/h2&gt;

&lt;p&gt;Hacktoberfest 2024 was a &lt;strong&gt;stepping stone&lt;/strong&gt; into open source for me. The experience made me feel part of something bigger, and it’s just the beginning. Now, I feel more confident in my skills and more motivated to contribute regularly to open-source projects.&lt;/p&gt;

&lt;p&gt;Thank you, Hacktoberfest, and the open-source community, for this incredible journey! &lt;a href="//github.com/Dev-Aditya-More"&gt;My Github&lt;/a&gt;&lt;/p&gt;

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