<?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: Saumya Subham Mishra</title>
    <description>The latest articles on DEV Community by Saumya Subham Mishra (@saumyasubham_0).</description>
    <link>https://dev.to/saumyasubham_0</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%2F1474844%2F3b81db02-4baf-4756-87a2-d8cb32b213bd.jpg</url>
      <title>DEV Community: Saumya Subham Mishra</title>
      <link>https://dev.to/saumyasubham_0</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/saumyasubham_0"/>
    <language>en</language>
    <item>
      <title>My Road to the Hacktoberfest 2024.</title>
      <dc:creator>Saumya Subham Mishra</dc:creator>
      <pubDate>Mon, 28 Oct 2024 07:00:55 +0000</pubDate>
      <link>https://dev.to/saumyasubham_0/my-road-to-the-hacktoberfest-2024-3bp2</link>
      <guid>https://dev.to/saumyasubham_0/my-road-to-the-hacktoberfest-2024-3bp2</guid>
      <description>&lt;p&gt;&lt;em&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;/em&gt;&lt;/p&gt;

&lt;p&gt;As I look back on the days of October, I find it to be an incredible journey of learning, coding, and contributing to the open-source community. This year, I had the privilege to work on a variety of projects and successfully submitted four PRs/MRs that were accepted. However, like any journey, it had its ups and downs.&lt;/p&gt;

&lt;h2&gt;
  
  
  Projects I Worked On
&lt;/h2&gt;

&lt;p&gt;Hacktoberfest gave me the opportunity to collaborate with maintainers and contributors on diverse projects. Here's a brief rundown of the accepted contributions I made:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Updated the UI&lt;/strong&gt; - &lt;a href="https://github.com/SaumyaSubham/Foodie" rel="noopener noreferrer"&gt;https://github.com/SaumyaSubham/Foodie&lt;/a&gt;&lt;br&gt;
I focused on enhancing the overall UI to improve user experience. This &lt;br&gt;
PR challenged me to align my design ideas with the existing theme of &lt;br&gt;
the application.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Added Send Icon&lt;/strong&gt; - &lt;a href="https://github.com/SaumyaSubham/Chatbot" rel="noopener noreferrer"&gt;https://github.com/SaumyaSubham/Chatbot&lt;/a&gt;&lt;br&gt;
This simple yet important PR involved adding a new send icon for the &lt;br&gt;
chatbot interface. It was a minor UI update, but attention to detail &lt;br&gt;
matters, and I was happy to contribute.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Hover Effect on Footer&lt;/strong&gt; - &lt;a href="https://github.com/SaumyaSubham/Dev_Profiles" rel="noopener noreferrer"&gt;https://github.com/SaumyaSubham/Dev_Profiles&lt;/a&gt;&lt;br&gt;
I introduced a hover effect on the footer to make the website more &lt;br&gt;
interactive and engaging. This change taught me how subtle design &lt;br&gt;
improvements can significantly impact the user experience.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Updated README.md&lt;/strong&gt; - &lt;a href="https://github.com/SaumyaSubham/WildGuard" rel="noopener noreferrer"&gt;https://github.com/SaumyaSubham/WildGuard&lt;/a&gt;&lt;br&gt;
Documentation is an integral part of any project. I revamped the &lt;br&gt;
README.md file to make it more informative and user-friendly. This &lt;br&gt;
contribution reminded me that even non-code contributions are crucial &lt;br&gt;
for project success.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Not every contribution I made was accepted, I was faced setbacks also along the way. For instance:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Fix iOS Safari Scrolling Issue&lt;/strong&gt; - &lt;a href="https://github.com/SaumyaSubham/DocsGPT" rel="noopener noreferrer"&gt;https://github.com/SaumyaSubham/DocsGPT&lt;/a&gt;&lt;br&gt;
I worked on resolving a scrolling issue in the iOS Safari browser &lt;br&gt;
within the conversation component. Unfortunately, the PR was not &lt;br&gt;
accepted, but the experience taught me a lot about mobile-first &lt;br&gt;
development and troubleshooting browser compatibility issues.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Updated OnboardingModal.tsx&lt;/strong&gt; - &lt;a href="https://github.com/SaumyaSubham/electricitymaps-contrib" rel="noopener noreferrer"&gt;https://github.com/SaumyaSubham/electricitymaps-contrib&lt;/a&gt;&lt;br&gt;
My PR for updating the OnboardingModal in an open source project wasn't &lt;br&gt;
accepted either. While this was disheartening, it pushed me to reflect &lt;br&gt;
on where I can improve, especially in adhering to project guidelines &lt;br&gt;
and maintaining code quality.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Participating in Hacktoberfest is not just about getting your PRs accepted; It's about the learning process. Here I got to learn that:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Attention to Detail Matters:&lt;/strong&gt; &lt;br&gt;
Working on UI/UX improvements made me realize how every small change &lt;br&gt;
can enhance user experience.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Not Every PR gets accepted:&lt;/strong&gt;&lt;br&gt;
Rejection is part of the process. It's essential to stay motivated and &lt;br&gt;
keep learning from feedback.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;The Power of Open Source:&lt;/strong&gt;&lt;br&gt;
I've always admired open-source projects, but Hacktoberfest allowed me &lt;br&gt;
to truly immerse myself in the community and see firsthand how &lt;br&gt;
collaborative coding can lead to innovation.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Importance of Documentation:&lt;/strong&gt;&lt;br&gt;
Contributing to documentation updates helped me understand how vital it &lt;br&gt;
is for project accessibility and user understanding.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And I also got some badges from Holopin while completing each PR/MR.&lt;br&gt;
Here's the Screenshot:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4lci25ja9rq4byjcum5r.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4lci25ja9rq4byjcum5r.png" alt="Holopin Badges" width="800" height="404"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I think these badges are there for symbolizing your efforts and your moral values during your participation.&lt;/p&gt;

&lt;h2&gt;
  
  
  Final Thoughts:
&lt;/h2&gt;

&lt;p&gt;Hacktoberfest 2024 was a journey filled with growth, learning, and the joy of contributing to something larger than myself. Even though not all my contributions were accepted, I walked away with invaluable experience and a stronger understanding of the open-source ecosystem. I'm proud of the PRs I made, and I look forward to continuing my open-source journey.&lt;/p&gt;

&lt;p&gt;To anyone considering participating in future Hacktoberfests, I highly encourage it. You'll grow as a developer, collaborate with talented individuals, and become part of a community that truly embodies the spirit of "OPEN-SOURCE".&lt;/p&gt;

&lt;p&gt;Until next time, Hacktoberfest!&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Thanks for reading, and feel free to check out my GitHub for more of my contributions in here: &lt;a href="https://github.com/SaumyaSubham" rel="noopener noreferrer"&gt;https://github.com/SaumyaSubham&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

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