<?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: Sudharsan Saravanan</title>
    <description>The latest articles on DEV Community by Sudharsan Saravanan (@sudharsan_saravanan_).</description>
    <link>https://dev.to/sudharsan_saravanan_</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%2F2883657%2F7d5dc824-3321-4099-b086-c3412153961c.png</url>
      <title>DEV Community: Sudharsan Saravanan</title>
      <link>https://dev.to/sudharsan_saravanan_</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sudharsan_saravanan_"/>
    <language>en</language>
    <item>
      <title>My Hacktoberfest 2025 Journey: Lessons from 14 Accepted PRs</title>
      <dc:creator>Sudharsan Saravanan</dc:creator>
      <pubDate>Tue, 21 Oct 2025 07:44:32 +0000</pubDate>
      <link>https://dev.to/sudharsan_saravanan_/my-hacktoberfest-2025-journey-lessons-from-14-accepted-prs-1ll4</link>
      <guid>https://dev.to/sudharsan_saravanan_/my-hacktoberfest-2025-journey-lessons-from-14-accepted-prs-1ll4</guid>
      <description>&lt;p&gt;Every October, thousands of developers come together to celebrate &lt;strong&gt;Hacktoberfest&lt;/strong&gt; — a global open-source festival that connects contributors, maintainers, and communities across the world.&lt;/p&gt;

&lt;p&gt;This year, I decided not just to participate, but to &lt;strong&gt;contribute consistently across multiple domains&lt;/strong&gt; — from frontend design and documentation to algorithms and computer vision.&lt;/p&gt;

&lt;p&gt;Here’s what I learned along the way. 👇&lt;/p&gt;




&lt;h3&gt;
  
  
  💡 1. Every Contribution Counts
&lt;/h3&gt;

&lt;p&gt;My journey started with something simple — fixing typos, updating documentation, and cleaning up &lt;code&gt;.gitignore&lt;/code&gt; files.&lt;/p&gt;

&lt;p&gt;It might sound small, but these contributions &lt;strong&gt;keep repositories healthy&lt;/strong&gt;. Good documentation and cleaner repos help new developers onboard faster and maintainers manage projects better.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Lesson:&lt;/strong&gt; Never underestimate the power of small contributions. Open source thrives on the details.&lt;/p&gt;




&lt;h3&gt;
  
  
  2. Designing for Real Users
&lt;/h3&gt;

&lt;p&gt;Several of my contributions focused on &lt;strong&gt;frontend responsiveness&lt;/strong&gt; — improving navigation bars, fixing search bars on mobile, and adding features like dark/light theme toggles or password visibility buttons.&lt;/p&gt;

&lt;p&gt;These may seem like minor tweaks, but they &lt;strong&gt;directly enhance user experience&lt;/strong&gt; and accessibility — two pillars of good software.&lt;/p&gt;

&lt;p&gt;➡️ &lt;strong&gt;Lesson:&lt;/strong&gt; Great developers don’t just write code that works; they design for people who use it.&lt;/p&gt;




&lt;h3&gt;
  
  
  3. Consistency Builds Confidence
&lt;/h3&gt;

&lt;p&gt;As I contributed to more repositories, I noticed a pattern — projects may differ, but &lt;strong&gt;good practices remain constant&lt;/strong&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Write clear commit messages&lt;/li&gt;
&lt;li&gt;Follow existing code conventions&lt;/li&gt;
&lt;li&gt;Respect the project’s style and structure&lt;/li&gt;
&lt;li&gt;Test before you push&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;By being consistent, maintainers start recognizing your reliability.&lt;/p&gt;

&lt;p&gt;➡️ &lt;strong&gt;Lesson:&lt;/strong&gt; Consistency is what turns a one-time contributor into a trusted collaborator.&lt;/p&gt;




&lt;h3&gt;
  
  
  4. Learn by Reading, Not Just Coding
&lt;/h3&gt;

&lt;p&gt;Contributing to repositories covering &lt;strong&gt;DSA algorithms, image processing (like Sobel Edge Detection and Cartoon Effect notebooks), and Python problem-solving&lt;/strong&gt; taught me that reading others’ code is as valuable as writing your own.&lt;/p&gt;

&lt;p&gt;Each project revealed a new approach — different coding styles, optimization strategies, and problem-solving philosophies.&lt;/p&gt;

&lt;p&gt;➡️ &lt;strong&gt;Lesson:&lt;/strong&gt; Reading open-source code is like mentorship in disguise — you learn from thousands of developers at once.&lt;/p&gt;




&lt;h3&gt;
  
  
  5. Open Source Builds Real-World Skills
&lt;/h3&gt;

&lt;p&gt;By the end of Hacktoberfest, I had contributed to projects in multiple languages — JavaScript, Python, and C++. Each pull request sharpened a new skill:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Debugging under constraints&lt;/li&gt;
&lt;li&gt;Understanding version control deeply&lt;/li&gt;
&lt;li&gt;Communicating changes clearly through PR descriptions&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;➡️ &lt;strong&gt;Lesson:&lt;/strong&gt; Open source isn’t just about free software — it’s a free classroom.&lt;/p&gt;




&lt;h3&gt;
  
  
  6. Collaboration &amp;gt; Competition
&lt;/h3&gt;

&lt;p&gt;Hacktoberfest reminded me that open source is not a race to collect PRs. It’s about &lt;strong&gt;helping real people solve real problems&lt;/strong&gt;.&lt;br&gt;
The best moments weren’t when my PRs got accepted, but when maintainers thanked me for improving their projects — or when I helped someone debug an issue I had just solved myself.&lt;/p&gt;

&lt;p&gt;➡️ &lt;strong&gt;Lesson:&lt;/strong&gt; Collaboration is what gives open source its heartbeat.&lt;/p&gt;




&lt;h3&gt;
  
  
  Final Reflection
&lt;/h3&gt;

&lt;p&gt;Hacktoberfest 2025 wasn’t just about the 14 accepted pull requests — it was about growth, community, and the joy of contribution.&lt;/p&gt;

&lt;p&gt;I learned to appreciate the little details, value clear communication, and understand that every commit, no matter how small, moves open source forward.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“Open source isn’t built by code alone — it’s built by people who care enough to share.” 💛&lt;/p&gt;
&lt;/blockquote&gt;




&lt;p&gt;Whether you’re a beginner or a seasoned developer, start small. Fix a typo, write documentation, refactor a component — and soon, you’ll find yourself part of something much bigger.&lt;/p&gt;

&lt;p&gt;✨ &lt;strong&gt;Happy Hacktoberfest 2025!&lt;/strong&gt; ✨&lt;/p&gt;

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