<?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: Udayan Sharma</title>
    <description>The latest articles on DEV Community by Udayan Sharma (@hollermay).</description>
    <link>https://dev.to/hollermay</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%2F1184716%2F7e6609bf-eac4-4591-b80c-e08c398011d1.jpeg</url>
      <title>DEV Community: Udayan Sharma</title>
      <link>https://dev.to/hollermay</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hollermay"/>
    <language>en</language>
    <item>
      <title>🪽Contributor Post🪽</title>
      <dc:creator>Udayan Sharma</dc:creator>
      <pubDate>Sat, 28 Oct 2023 19:31:23 +0000</pubDate>
      <link>https://dev.to/hollermay/placeholder-contributor-3ngg</link>
      <guid>https://dev.to/hollermay/placeholder-contributor-3ngg</guid>
      <description>&lt;h3&gt;
  
  
  Intro
&lt;/h3&gt;

&lt;p&gt;Hey there! I'm Udayan, you guys must know me by then after seeing my first post here lol. It's my first Hacktoberfest and here's my Github: &lt;/p&gt;
&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
      &lt;div class="c-embed__cover"&gt;
        &lt;a href="https://github.com/hollermay" class="c-link s:max-w-50 align-middle" rel="noopener noreferrer"&gt;
          &lt;img alt="" src="https://res.cloudinary.com/practicaldev/image/fetch/s--hZCu9z7G--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://avatars.githubusercontent.com/u/122338009%3Fv%3D4%3Fs%3D400" height="460" class="m-0" width="460"&gt;
        &lt;/a&gt;
      &lt;/div&gt;
    &lt;div class="c-embed__body"&gt;
      &lt;h2 class="fs-xl lh-tight"&gt;
        &lt;a href="https://github.com/hollermay" rel="noopener noreferrer" class="c-link"&gt;
          hollermay (Udayan Sharma) · GitHub
        &lt;/a&gt;
      &lt;/h2&gt;
        &lt;p class="truncate-at-3"&gt;
          Still Here. hollermay has 19 repositories available. Follow their code on GitHub.
        &lt;/p&gt;
      &lt;div class="color-secondary fs-s flex items-center"&gt;
          &lt;img alt="favicon" class="c-embed__favicon m-0 mr-2 radius-0" src="https://res.cloudinary.com/practicaldev/image/fetch/s--GiYjWU4I--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://github.githubassets.com/favicons/favicon.svg" width="32" height="32"&gt;
        github.com
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


&lt;h3&gt;
  
  
  Highs and Lows
&lt;/h3&gt;

&lt;p&gt;This month has been both rewarding and challenging, with some realistic issues I faced, particularly related to using push and pull requests on GitHub.&lt;/p&gt;

&lt;p&gt;Accomplishments and Light-Bulb Moments:&lt;/p&gt;

&lt;p&gt;Push and Pull Requests Mastery: I've been actively working on open-source contributions, and I had a significant accomplishment when I mastered the intricacies of push and pull requests on GitHub. Understanding the workflow, forking repositories, creating branches, making changes, and submitting pull requests effectively was a light-bulb moment for me. It's a fundamental skill for anyone in software development.&lt;/p&gt;

&lt;p&gt;Code Review Skills: Another noteworthy achievement was developing strong code review skills. Providing constructive feedback and contributing to code quality improvements within an open-source project was fulfilling. It was a reminder of the power of collaboration and learning from other developers.&lt;/p&gt;

&lt;p&gt;Effective Collaboration: I had a light-bulb moment in realizing the importance of effective collaboration. Communicating with maintainers and other contributors, resolving issues, and working together across time zones was a valuable skill I developed.&lt;/p&gt;

&lt;p&gt;Challenging Problems:&lt;/p&gt;

&lt;p&gt;Merge Conflicts: I encountered a real headache when dealing with merge conflicts in a particularly complex pull request. It was initially frustrating as I struggled to understand and resolve the conflicts without causing unintended issues.&lt;/p&gt;

&lt;p&gt;Setting up a Development Environment: In one project, I faced difficulties in setting up my development environment to work on a new feature. Configuring dependencies and ensuring the project compiled and ran smoothly was a more challenging task than I anticipated.&lt;/p&gt;

&lt;p&gt;Adaptation and Problem-Solving:&lt;/p&gt;

&lt;p&gt;For the merge conflicts, I sought assistance from experienced contributors and maintainers. Through their guidance and tutorials, I gradually learned how to resolve conflicts effectively. This experience taught me the importance of patience and persistence in dealing with common issues in software development.&lt;/p&gt;

&lt;p&gt;Regarding the development environment setup, I decided to document my own setup process once I figured it out. This way, I not only overcame the challenge but also contributed to the project's documentation, making it easier for others to get started.&lt;/p&gt;

&lt;p&gt;In summary, this month, I experienced both achievements and realistic challenges in the world of software development, particularly in mastering GitHub workflows. These practical experiences helped me grow as a developer and reinforced the importance of collaborative problem-solving and documentation.&lt;/p&gt;

&lt;h3&gt;
  
  
  Growth
&lt;/h3&gt;

&lt;p&gt;Before Hacktoberfest 2023, my skillset primarily revolved around software development and open-source contributions. I had experience in various programming languages and tools, and I was comfortable with version control systems like Git. However, my experience with contributing to open-source projects was limited.&lt;/p&gt;

&lt;p&gt;Through my participation in Hacktoberfest 2023, I gained several key improvements to my skillset:&lt;/p&gt;

&lt;p&gt;Open Source Contribution Skills: Hacktoberfest encouraged me to get more involved in open-source projects. I learned how to fork repositories, create branches, make changes, and submit pull requests. This hands-on experience enhanced my understanding of the open-source development process.&lt;/p&gt;

&lt;p&gt;Collaboration and Communication: I improved my ability to collaborate with other developers on a global scale. I learned how to communicate effectively with maintainers and contributors in different time zones, addressing issues, and working together to improve the projects.&lt;/p&gt;

&lt;p&gt;Problem-Solving: Contributing to open source often involves tackling complex issues. I honed my problem-solving skills by understanding and fixing various bugs, adding new features, and optimizing code.&lt;/p&gt;

&lt;p&gt;Code Review: Through code reviews and feedback from experienced maintainers, I learned how to assess and improve code quality. This skill is not only valuable for open-source contributions but also for professional development work.&lt;/p&gt;

&lt;p&gt;Time Management: Juggling my regular commitments with Hacktoberfest taught me how to manage my time efficiently. It was crucial to balance my contributions with work or other personal projects.&lt;/p&gt;

&lt;p&gt;Community Engagement: Participating in Hacktoberfest introduced me to a vibrant and supportive open-source community. I learned the importance of giving back and helping others through discussions, mentoring, and assistance.&lt;/p&gt;

&lt;p&gt;Regarding my learning and career goals, Hacktoberfest had a significant impact:&lt;/p&gt;

&lt;p&gt;Increased Open Source Involvement: After experiencing the benefits of open-source contributions during Hacktoberfest, I am more motivated to continue contributing to open-source projects. This will not only help me improve my skills but also expand my network and make a positive impact on the software community.&lt;/p&gt;

&lt;p&gt;Career Growth: My involvement in Hacktoberfest helped me recognize the value of contributing to open source for career growth. I intend to include open-source contributions as a central aspect of my professional portfolio, which can enhance my job prospects and provide opportunities for personal development.&lt;/p&gt;

&lt;p&gt;Diverse Skill Set: The exposure to different projects and technologies during Hacktoberfest encouraged me to diversify my skill set. I am more inclined to explore new technologies, programming languages, and domains to become a well-rounded developer.&lt;/p&gt;

&lt;p&gt;In summary, my participation in Hacktoberfest 2023 significantly improved my open-source contribution skills, broadened my skill set, and influenced my career and learning goals. I now see open source as a powerful tool for personal and professional growth, and I'm eager to continue my journey in this direction.&lt;/p&gt;

&lt;p&gt;See my Prs:&lt;/p&gt;

&lt;p&gt;1: &lt;/p&gt;
&lt;div class="ltag_github-liquid-tag"&gt;
  &lt;h1&gt;
    &lt;a href="https://github.com/dakshsinghrathore/ISRO-web/pull/64"&gt;
      &lt;img class="github-logo" alt="GitHub logo" src="https://res.cloudinary.com/practicaldev/image/fetch/s--A9-wwsHG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg"&gt;
      &lt;span class="issue-title"&gt;
        Newsletter
      &lt;/span&gt;
      &lt;span class="issue-number"&gt;#64&lt;/span&gt;
    &lt;/a&gt;
  &lt;/h1&gt;
  &lt;div class="github-thread"&gt;
    &lt;div class="timeline-comment-header"&gt;
      &lt;a href="https://github.com/hollermay"&gt;
        &lt;img class="github-liquid-tag-img" src="https://res.cloudinary.com/practicaldev/image/fetch/s--BrJVjdyU--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://avatars.githubusercontent.com/u/122338009%3Fv%3D4" alt="hollermay avatar"&gt;
      &lt;/a&gt;
      &lt;div class="timeline-comment-header-text"&gt;
        &lt;strong&gt;
          &lt;a href="https://github.com/hollermay"&gt;hollermay&lt;/a&gt;
        &lt;/strong&gt; posted on &lt;a href="https://github.com/dakshsinghrathore/ISRO-web/pull/64"&gt;&lt;time&gt;Oct 11, 2023&lt;/time&gt;&lt;/a&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class="ltag-github-body"&gt;
      &lt;p&gt;This merge resolves issue #25 which includes:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Toast notification on landing page with a timeout of 10 seconds.&lt;/li&gt;
&lt;li&gt;A section with a form for subscribing to newsletter with an image of pragyan rover&lt;/li&gt;
&lt;li&gt;Added functionality to JS, CSS&lt;/li&gt;
&lt;/ol&gt;

    &lt;/div&gt;
    &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/dakshsinghrathore/ISRO-web/pull/64"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;2: &lt;/p&gt;
&lt;div class="ltag_github-liquid-tag"&gt;
  &lt;h1&gt;
    &lt;a href="https://github.com/Artlfmj/course-manager/pull/31"&gt;
      &lt;img class="github-logo" alt="GitHub logo" src="https://res.cloudinary.com/practicaldev/image/fetch/s--A9-wwsHG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg"&gt;
      &lt;span class="issue-title"&gt;
        certificate-folder
      &lt;/span&gt;
      &lt;span class="issue-number"&gt;#31&lt;/span&gt;
    &lt;/a&gt;
  &lt;/h1&gt;
  &lt;div class="github-thread"&gt;
    &lt;div class="timeline-comment-header"&gt;
      &lt;a href="https://github.com/hollermay"&gt;
        &lt;img class="github-liquid-tag-img" src="https://res.cloudinary.com/practicaldev/image/fetch/s--BrJVjdyU--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://avatars.githubusercontent.com/u/122338009%3Fv%3D4" alt="hollermay avatar"&gt;
      &lt;/a&gt;
      &lt;div class="timeline-comment-header-text"&gt;
        &lt;strong&gt;
          &lt;a href="https://github.com/hollermay"&gt;hollermay&lt;/a&gt;
        &lt;/strong&gt; posted on &lt;a href="https://github.com/Artlfmj/course-manager/pull/31"&gt;&lt;time&gt;Oct 02, 2023&lt;/time&gt;&lt;/a&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class="ltag-github-body"&gt;
      &lt;p&gt;added 6 certificate template files with added guides and resolves the issue number #16&lt;/p&gt;

    &lt;/div&gt;
    &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/Artlfmj/course-manager/pull/31"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;3: &lt;/p&gt;
&lt;div class="ltag_github-liquid-tag"&gt;
  &lt;h1&gt;
    &lt;a href="https://github.com/ivedantmistry/vedantmistryy.github.io/pull/34"&gt;
      &lt;img class="github-logo" alt="GitHub logo" src="https://res.cloudinary.com/practicaldev/image/fetch/s--A9-wwsHG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg"&gt;
      &lt;span class="issue-title"&gt;
        admin dashboard-css rectified with renaming of classes
      &lt;/span&gt;
      &lt;span class="issue-number"&gt;#34&lt;/span&gt;
    &lt;/a&gt;
  &lt;/h1&gt;
  &lt;div class="github-thread"&gt;
    &lt;div class="timeline-comment-header"&gt;
      &lt;a href="https://github.com/hollermay"&gt;
        &lt;img class="github-liquid-tag-img" src="https://res.cloudinary.com/practicaldev/image/fetch/s--BrJVjdyU--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://avatars.githubusercontent.com/u/122338009%3Fv%3D4" alt="hollermay avatar"&gt;
      &lt;/a&gt;
      &lt;div class="timeline-comment-header-text"&gt;
        &lt;strong&gt;
          &lt;a href="https://github.com/hollermay"&gt;hollermay&lt;/a&gt;
        &lt;/strong&gt; posted on &lt;a href="https://github.com/ivedantmistry/vedantmistryy.github.io/pull/34"&gt;&lt;time&gt;Oct 02, 2023&lt;/time&gt;&lt;/a&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class="ltag-github-body"&gt;
      &lt;p&gt;This PR resolves the issue no. #33&lt;/p&gt;

    &lt;/div&gt;
    &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/ivedantmistry/vedantmistryy.github.io/pull/34"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;4: &lt;/p&gt;
&lt;div class="ltag_github-liquid-tag"&gt;
  &lt;h1&gt;
    &lt;a href="https://github.com/ivedantmistry/vedantmistryy.github.io/pull/32"&gt;
      &lt;img class="github-logo" alt="GitHub logo" src="https://res.cloudinary.com/practicaldev/image/fetch/s--A9-wwsHG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg"&gt;
      &lt;span class="issue-title"&gt;
        Improvised admin, teacher dashboard
      &lt;/span&gt;
      &lt;span class="issue-number"&gt;#32&lt;/span&gt;
    &lt;/a&gt;
  &lt;/h1&gt;
  &lt;div class="github-thread"&gt;
    &lt;div class="timeline-comment-header"&gt;
      &lt;a href="https://github.com/hollermay"&gt;
        &lt;img class="github-liquid-tag-img" src="https://res.cloudinary.com/practicaldev/image/fetch/s--BrJVjdyU--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://avatars.githubusercontent.com/u/122338009%3Fv%3D4" alt="hollermay avatar"&gt;
      &lt;/a&gt;
      &lt;div class="timeline-comment-header-text"&gt;
        &lt;strong&gt;
          &lt;a href="https://github.com/hollermay"&gt;hollermay&lt;/a&gt;
        &lt;/strong&gt; posted on &lt;a href="https://github.com/ivedantmistry/vedantmistryy.github.io/pull/32"&gt;&lt;time&gt;Oct 01, 2023&lt;/time&gt;&lt;/a&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class="ltag-github-body"&gt;
      &lt;p&gt;This pull request reloves issue no. #22  and issue no. #23&lt;/p&gt;
&lt;p&gt;it contains:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Admin Dashboard&lt;/li&gt;
&lt;li&gt;Teacher Dashboard&lt;/li&gt;
&lt;li&gt;You can see timetable, mark attendence of students and provide results to students from teacher dashboard&lt;/li&gt;
&lt;li&gt;You can see new entries of students, add timetable and check fees of students from admin dashboard&lt;/li&gt;
&lt;/ol&gt;

    &lt;/div&gt;
    &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/ivedantmistry/vedantmistryy.github.io/pull/32"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;br&gt;
5: &lt;div class="ltag_github-liquid-tag"&gt;
  &lt;h1&gt;
    &lt;a href="https://github.com/ivedantmistry/vedantmistryy.github.io/pull/15"&gt;
      &lt;img class="github-logo" alt="GitHub logo" src="https://res.cloudinary.com/practicaldev/image/fetch/s--A9-wwsHG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg"&gt;
      &lt;span class="issue-title"&gt;
        Student dashboard improvised
      &lt;/span&gt;
      &lt;span class="issue-number"&gt;#15&lt;/span&gt;
    &lt;/a&gt;
  &lt;/h1&gt;
  &lt;div class="github-thread"&gt;
    &lt;div class="timeline-comment-header"&gt;
      &lt;a href="https://github.com/hollermay"&gt;
        &lt;img class="github-liquid-tag-img" src="https://res.cloudinary.com/practicaldev/image/fetch/s--BrJVjdyU--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://avatars.githubusercontent.com/u/122338009%3Fv%3D4" alt="hollermay avatar"&gt;
      &lt;/a&gt;
      &lt;div class="timeline-comment-header-text"&gt;
        &lt;strong&gt;
          &lt;a href="https://github.com/hollermay"&gt;hollermay&lt;/a&gt;
        &lt;/strong&gt; posted on &lt;a href="https://github.com/ivedantmistry/vedantmistryy.github.io/pull/15"&gt;&lt;time&gt;Oct 01, 2023&lt;/time&gt;&lt;/a&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class="ltag-github-body"&gt;
      &lt;p&gt;This pull request fixes issue #2&lt;br&gt;
Hey are the key features:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Added sections where you can add and remove course&lt;/li&gt;
&lt;li&gt;Added a d profile section to change your name and email and save the changes.&lt;/li&gt;
&lt;li&gt;Additional features in dashboard to show assignment deadlines, grades and announcements.
I hope after you pull this request, this dashboard will make your website more attractive and functional :)
&lt;a rel="noopener noreferrer" href="https://github.com/vedantmistryy/vedantmistryy.github.io/assets/122338009/b2caad8d-f8ae-45c6-adc7-44f83834ba02"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--r3Ei7POk--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://github.com/vedantmistryy/vedantmistryy.github.io/assets/122338009/b2caad8d-f8ae-45c6-adc7-44f83834ba02" alt="Screenshot (118)"&gt;&lt;/a&gt;
&lt;/li&gt;
&lt;/ol&gt;

    &lt;/div&gt;
    &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/ivedantmistry/vedantmistryy.github.io/pull/15"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;


</description>
      <category>hack23contributor</category>
    </item>
    <item>
      <title>My Pledge</title>
      <dc:creator>Udayan Sharma</dc:creator>
      <pubDate>Sat, 14 Oct 2023 14:00:50 +0000</pubDate>
      <link>https://dev.to/hollermay/my-pledge-3b1c</link>
      <guid>https://dev.to/hollermay/my-pledge-3b1c</guid>
      <description>&lt;h3&gt;
  
  
  Intro
&lt;/h3&gt;

&lt;p&gt;Hi, I am Udayan Sharma currently a 2nd Year student at Chitkara University. My interest lies in Graphic Design and AI/ML as well as a zeal to create smooth webpages with my Frontend development skills currently learning LLMs.&lt;/p&gt;

&lt;h3&gt;
  
  
  Pledge
&lt;/h3&gt;

&lt;p&gt;As October dawns, I am excited to take the Hacktoberfest Pledge for 2023. This is my commitment to celebrate and contribute to the open-source community.&lt;/p&gt;

&lt;p&gt;Why am I taking this pledge?&lt;/p&gt;

&lt;p&gt;Learning: Hacktoberfest is a fantastic opportunity to enhance my coding and collaboration skills. I believe in continuous learning, and this event provides the perfect platform for growth.&lt;/p&gt;

&lt;p&gt;Giving Back: I understand that open-source projects rely on the contributions of the community. By participating, I am giving back to the projects that have benefited me and countless others.&lt;/p&gt;

&lt;p&gt;Connecting: I look forward to connecting with like-minded individuals who share my passion for technology and open source. Together, we can learn, collaborate, and make a real difference.&lt;/p&gt;

&lt;p&gt;Swag: Of course, the prospect of earning limited-edition Hacktoberfest swag is a great motivator. But the true reward lies in the experience and the knowledge gained.&lt;/p&gt;

&lt;p&gt;Happy Coding :)&lt;/p&gt;

&lt;h1&gt;
  
  
  MyHacktoberfest PRS
&lt;/h1&gt;

&lt;p&gt;1:&lt;a href="https://github.com/dakshsinghrathore/ISRO-web/pull/64"&gt;https://github.com/dakshsinghrathore/ISRO-web/pull/64&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;2:&lt;a href="https://github.com/Artlfmj/course-manager/pull/31"&gt;https://github.com/Artlfmj/course-manager/pull/31&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;3:&lt;a href="https://github.com/ivedantmistry/vedantmistryy.github.io/pull/34"&gt;https://github.com/ivedantmistry/vedantmistryy.github.io/pull/34&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;4:&lt;a href="https://github.com/ivedantmistry/vedantmistryy.github.io/pull/32"&gt;https://github.com/ivedantmistry/vedantmistryy.github.io/pull/32&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;5:&lt;a href="https://github.com/ivedantmistry/vedantmistryy.github.io/pull/15"&gt;https://github.com/ivedantmistry/vedantmistryy.github.io/pull/15&lt;/a&gt;&lt;/p&gt;

</description>
      <category>hacktoberfest23</category>
    </item>
  </channel>
</rss>
