<?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: Alla Yasheela</title>
    <description>The latest articles on DEV Community by Alla Yasheela (@yasheela-alla).</description>
    <link>https://dev.to/yasheela-alla</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%2F1573417%2Ffcb1c0a7-6c8e-4baa-b5f0-ab5021ed45f4.jpg</url>
      <title>DEV Community: Alla Yasheela</title>
      <link>https://dev.to/yasheela-alla</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yasheela-alla"/>
    <language>en</language>
    <item>
      <title>My Contributions for Hacktoberfest 2024 [PART 1]</title>
      <dc:creator>Alla Yasheela</dc:creator>
      <pubDate>Sun, 13 Oct 2024 09:39:32 +0000</pubDate>
      <link>https://dev.to/yasheela-alla/my-contributions-for-hacktoberfest-2024-part-1-2i1o</link>
      <guid>https://dev.to/yasheela-alla/my-contributions-for-hacktoberfest-2024-part-1-2i1o</guid>
      <description>&lt;p&gt;I'm super excited to share my contributions during Hacktoberfest 2024! I had &lt;strong&gt;two pull requests (PRs)&lt;/strong&gt; accepted, and it has been an amazing experience. Here’s a quick overview of what I accomplished:&lt;/p&gt;




&lt;h2&gt;
  
  
  🚀 Accepted Pull Requests
&lt;/h2&gt;

&lt;p&gt;Hey everyone! 🎊 This post is about my journey, the challenges I faced, and some tips for fellow beginners who want to dive into open-source contributions.&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Updated Explore.jsx
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;PR Link&lt;/strong&gt;: &lt;a href="https://github.com/BamaCharanChhandogi/GitFinder/pull/29" rel="noopener noreferrer"&gt;github&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Issue&lt;/strong&gt;: Blank Page on Invalid Username Search&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Description&lt;/strong&gt;: While using the Explore tab, I encountered an issue when searching for usernames with incorrect formatting. &lt;br&gt;
Searching a username with spaces (e.g., "yasheela alla") led to a blank white page instead of showing a user-friendly message. &lt;br&gt;
A correctly formatted username (e.g., "yasheela-alla") worked fine.&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%2Fjr6epj54m7lqld83nqj9.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%2Fjr6epj54m7lqld83nqj9.png" alt="IssueOnGithub" width="800" height="394"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Proposed Solution&lt;/strong&gt;: I suggested adding error handling for invalid or incorrectly formatted usernames. &lt;br&gt;
Instead of showing a blank page, the user should see an error message like:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"User not found. Please check the username."&lt;/p&gt;
&lt;/blockquote&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%2Ffrrqd7kya4nyu29t3bum.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%2Ffrrqd7kya4nyu29t3bum.png" alt="localRun" width="800" height="519"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Code changes -&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%2Fnbvbg8dbksx59dr1lme9.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%2Fnbvbg8dbksx59dr1lme9.png" alt="CodeChanges" width="800" height="403"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Updated page output -&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%2Fzfrzpydcb5evf86fi7ng.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%2Fzfrzpydcb5evf86fi7ng.png" alt="Output" width="800" height="257"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This improvement prevents the blank page scenario and enhances the user experience.&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%2F07oirr1rlq96uwqn0epn.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%2F07oirr1rlq96uwqn0epn.png" alt="MergeAccepted" width="800" height="411"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is my very first PR that got merged, and was officially accepted by Hacktoberfest.&lt;/p&gt;




&lt;h3&gt;
  
  
  2. Implement Role-Based Access Control for Backend API
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;PR Link&lt;/strong&gt;: &lt;a href="https://github.com/Ratnesh-Team/Rehabify/pull/48" rel="noopener noreferrer"&gt;GITHUB&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Rehabify&lt;/strong&gt; is a platform aimed at helping people with rehabilitation exercises and home remedies. I contributed by working on the backend setup and modifying some middleware for authentication and role-based access control (RBAC). It was a great learning experience to work with technologies like Golang, Gin framework, and MongoDB.&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%2Fm67vy2oz9d25afq723cv.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%2Fm67vy2oz9d25afq723cv.png" alt="Github" width="800" height="381"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;Here’s a quick summary of what I did:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;**Implemented Role-Based Access Control (RBAC)&lt;/em&gt;*: Modified the middleware to include authorization checks based on user roles.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;**Configured MongoDB integration&lt;/em&gt;*: I had to set up a MongoDB connection and manage database operations for users, doctors, and remedies.&lt;/p&gt;




&lt;h3&gt;
  
  
  [Challenges I Faced] 😅
&lt;/h3&gt;

&lt;p&gt;It wasn’t all smooth sailing, though! Here are some challenges I encountered:&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%2Ftwrbbj1igzlepcnvw4gt.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%2Ftwrbbj1igzlepcnvw4gt.png" alt="linkedin" width="664" height="425"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Image Source: Linkedin :)&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Setting up MongoDB&lt;/strong&gt;: I struggled with configuring MongoDB on my local machine, especially ensuring the service was running correctly. I had to go through several troubleshooting steps.&lt;/li&gt;
&lt;/ol&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%2F5xqe82w2g5z611sfs1u9.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%2F5xqe82w2g5z611sfs1u9.png" alt="MongoDB" width="800" height="242"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Understanding Middleware in Go&lt;/strong&gt;: As a beginner in Golang, it took some time to wrap my head around middleware patterns and how they work in the Gin framework.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Dealing with Access Issues in Git Bash&lt;/strong&gt;: While testing the project, I encountered several deploy issues. Overcoming them required a lot of research and trial-and-error.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&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%2Fq9k23p6itcupze1ya0pc.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%2Fq9k23p6itcupze1ya0pc.png" alt="Failed" width="800" height="234"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  How I Overcame These Challenges ?
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;1) Reading Documentation&lt;/strong&gt;: The official MongoDB documentation were lifesavers. They provided clear instructions for setup and usage.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2) Seeking help&lt;/strong&gt;: I reached out to mentor/Owner of the repo, He was really supportive and helped me clear my doubts.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;NOTE&lt;/code&gt; It's totally fine, if you face issues when you're contributing to open source, don't hesitate to reach out to the mentor's, they will help you.&lt;/p&gt;

&lt;p&gt;After so much struggles, my PR got merged (yayyy!)&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%2F2mih3kvaoa72ashjn87w.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%2F2mih3kvaoa72ashjn87w.png" alt="PR-Merge" width="800" height="376"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  My Hacktoberfest Checklist ✅
&lt;/h3&gt;

&lt;p&gt;[x] Register for GSSoC ext&lt;br&gt;
[x] Find beginner-friendly issues&lt;br&gt;
[x] Make pull requests&lt;br&gt;
[x] Get my pull requests accepted&lt;/p&gt;




&lt;h3&gt;
  
  
  Final Thoughts 💭
&lt;/h3&gt;

&lt;p&gt;Hacktoberfest is a fantastic initiative for anyone looking to start their journey in open-source contributions. It doesn’t matter if you're a beginner—every contribution counts! 🚀&lt;/p&gt;

&lt;p&gt;If you’re just getting started, here are a few tips:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Start Small&lt;/strong&gt;: Look for issues labeled "good first issue" or "beginner-friendly."&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Read the Project's Contribution Guidelines&lt;/strong&gt;: Each project has its own rules; make sure you follow them.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Don't Hesitate to Ask Questions&lt;/strong&gt;: The community is there to help you!&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Happy coding and contributing! 🧑‍💻&lt;/p&gt;




&lt;p&gt;Thanks for reading!&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;In open source, we rise by lifting each other’s code 🌟&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;– &lt;strong&gt;Yasheela&lt;/strong&gt;&lt;/p&gt;




&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;

</description>
      <category>hacktoberfest</category>
      <category>opensource</category>
      <category>devchallenge</category>
    </item>
    <item>
      <title>Week 1 of Hactoberfest 2024 : Contributor</title>
      <dc:creator>Alla Yasheela</dc:creator>
      <pubDate>Fri, 11 Oct 2024 05:18:47 +0000</pubDate>
      <link>https://dev.to/yasheela-alla/week-1-of-hactoberfest-2024-contributor-c5h</link>
      <guid>https://dev.to/yasheela-alla/week-1-of-hactoberfest-2024-contributor-c5h</guid>
      <description>&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%2Fx3nkixkap1tclb0pi9ik.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%2Fx3nkixkap1tclb0pi9ik.png" alt="Hacktoberfest" width="600" height="360"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Hacktoberfest 2024: My Journey So Far 🚀
&lt;/h3&gt;

&lt;p&gt;Hey Devs!&lt;/p&gt;

&lt;p&gt;It’s my first time diving into &lt;strong&gt;Hacktoberfest&lt;/strong&gt;, and I’ve got to admit — I'm late to the writing challenge. 😅 But guess what? I've already submitted 5 PRs, and 4 are still awaiting review! Fingers crossed they get accepted soon 🤞&lt;/p&gt;

&lt;p&gt;For those who don’t know, &lt;strong&gt;Hacktoberfest&lt;/strong&gt; is an annual open-source fiesta that runs from Oct 1 to Oct 31, organized by DigitalOcean, GitHub, and some seriously cool partners. It’s all about diving into open source, leveling up your dev skills, and collaborating with a global squad of coders.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Final review and PR count&lt;/strong&gt;: The PR counts and review are done on the go and hacktoberfest analyzes the PR every 15 minutes on their official website.&lt;/p&gt;




&lt;h3&gt;
  
  
  Week 1 of Hacktoberfest: Contributor Mode ON! 🔥
&lt;/h3&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%2Fq3oir9ni3jll1x6qf0y9.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%2Fq3oir9ni3jll1x6qf0y9.png" alt="Week-one" width="800" height="258"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Week one is officially over, and I’m loving every bit of this ride! I’ve soaked up a ton of knowledge, made some solid contributions, and even got &lt;strong&gt;1 PR accepted&lt;/strong&gt; so far (yes!). The experience has been so rewarding and, honestly, a bit addicting. I’m ready to keep grinding it out for the rest of the month! &lt;/p&gt;

&lt;p&gt;Haven’t joined Hacktoberfest yet? What are you waiting for? &lt;strong&gt;It’s not too late to dive in&lt;/strong&gt;—make an impact, flex those coding muscles, and be part of something awesome! 🙌&lt;/p&gt;




&lt;h3&gt;
  
  
  Why Am I Doing Hacktoberfest?
&lt;/h3&gt;

&lt;p&gt;Honestly? Because &lt;strong&gt;open source&lt;/strong&gt; is where the magic happens. I’m all about learning through real-world projects, and Hacktoberfest is pushing me out of my comfort zone. It’s not just about writing code—it’s about understanding how to collaborate, reading someone else’s code (which is a skill in itself!), and making contributions that matter.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;NOTE&lt;/code&gt; Open source isn’t just about Hacktoberfest — it’s a year-round opportunity! You can jump in and contribute to any project that aligns with your interests whenever you like.&lt;/p&gt;




&lt;h3&gt;
  
  
  My Experience So Far: PR accepted 🎉
&lt;/h3&gt;

&lt;p&gt;I kicked off the month with one thought: &lt;strong&gt;Let’s just do this!&lt;/strong&gt; I dove into projects tagged with “good first issue,” and before I knew it, I had 5 PRs in the wild! &lt;/p&gt;

&lt;p&gt;But here’s the thing—submitting PRs is just the start. You have to patiently wait for maintainers to review your work, and yes, that takes some serious &lt;strong&gt;patience&lt;/strong&gt;. But honestly, every step of the process has been such a blast! 🚀&lt;/p&gt;




&lt;h3&gt;
  
  
  What I’ve Learned Along the Way:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Collaboration is Key&lt;/strong&gt;: Code is only part of the journey. Contributing to open source teaches you how to communicate with maintainers and fellow contributors.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Git &amp;amp; GitHub Mastery&lt;/strong&gt;: It’s more than just committing and pushing. I’ve learned to resolve merge conflicts, write meaningful commit messages, and handle feedback like a pro.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;No Contribution is Too Small&lt;/strong&gt;: Whether you’re fixing a typo or building out a new feature, it all counts if it helps the project grow!&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  What’s Next?
&lt;/h3&gt;

&lt;p&gt;I’m on the hunt for more issues to tackle! My goal is to keep submitting PRs and to get those &lt;strong&gt;4 PRs accepted&lt;/strong&gt; soon. Why stop at 4 when I can aim for more, right? 😎&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%2Fr8ywiqw0q07hb5yidgfn.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%2Fr8ywiqw0q07hb5yidgfn.png" alt="PR-Aceepted" width="" height=""&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you’re still thinking about joining Hacktoberfest, stop thinking and start coding! There are tons of projects out there that could use your help, no matter your skill level. Plus, there’s some cool swag's waiting at the end of it all. 🎁&lt;/p&gt;




&lt;h3&gt;
  
  
  Join the Hacktoberfest Challenge! 💻
&lt;/h3&gt;

&lt;p&gt;If you haven’t registered yet, &lt;strong&gt;do it now!&lt;/strong&gt; There’s still plenty of time to get in on the action. Sign up, contribute, and be part of this open-source adventure!&lt;/p&gt;

&lt;p&gt;Thanks for reading!&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;In open source, we rise by lifting each other’s code 🌟&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;– &lt;strong&gt;Yasheela&lt;/strong&gt;&lt;/p&gt;




&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;

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