<?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: Arnab Ghosh</title>
    <description>The latest articles on DEV Community by Arnab Ghosh (@arnabbca).</description>
    <link>https://dev.to/arnabbca</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1179926%2F4d6caf03-8f42-4b7a-b997-e602987c6873.jpeg</url>
      <title>DEV Community: Arnab Ghosh</title>
      <link>https://dev.to/arnabbca</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/arnabbca"/>
    <language>en</language>
    <item>
      <title>Placeholder Contributor</title>
      <dc:creator>Arnab Ghosh</dc:creator>
      <pubDate>Thu, 26 Oct 2023 19:08:00 +0000</pubDate>
      <link>https://dev.to/arnabbca/placeholder-contributor-4ni8</link>
      <guid>https://dev.to/arnabbca/placeholder-contributor-4ni8</guid>
      <description>&lt;h3&gt;
  
  
  Intro
&lt;/h3&gt;

&lt;p&gt;It is my First time participating in Open Source hoping to have fun and learning new Things  &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/ArnabBCA" 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--urn4dzs7--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://avatars.githubusercontent.com/u/113178195%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/ArnabBCA" rel="noopener noreferrer" class="c-link"&gt;
          ArnabBCA (Arnab Ghosh) · GitHub
        &lt;/a&gt;
      &lt;/h2&gt;
        &lt;p class="truncate-at-3"&gt;
          Hello everyone I am currently pursuing BCA (1st year) from Techno India (Hooghly Campus). This is my GitHub profile here I will upload my projects, so stay tune - ArnabBCA
        &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;I have Succesfully Completed Hacktoberfest Challenge and merged 12 prs &lt;/p&gt;
&lt;div class="ltag_github-liquid-tag"&gt;
  &lt;h1&gt;
    &lt;a href="https://github.com/SarthakKeshari/calc_for_everything/pull/57"&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;
        Added Binary Subraction
      &lt;/span&gt;
      &lt;span class="issue-number"&gt;#57&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/ArnabBCA"&gt;
        &lt;img class="github-liquid-tag-img" src="https://res.cloudinary.com/practicaldev/image/fetch/s--KF1rft1m--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://avatars.githubusercontent.com/u/113178195%3Fv%3D4" alt="ArnabBCA avatar"&gt;
      &lt;/a&gt;
      &lt;div class="timeline-comment-header-text"&gt;
        &lt;strong&gt;
          &lt;a href="https://github.com/ArnabBCA"&gt;ArnabBCA&lt;/a&gt;
        &lt;/strong&gt; posted on &lt;a href="https://github.com/SarthakKeshari/calc_for_everything/pull/57"&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;h3 id="user-content-issue-id-you-have-worked-upon--"&gt;Issue Id you have worked upon -&lt;span class="octicon octicon-link"&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;#50&lt;/p&gt;
&lt;h3 id="user-content-briefly-explain-your-program-logic--"&gt;Briefly explain your program logic -&lt;span class="octicon octicon-link"&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;This binary Subtraction function first ensures that both input binary strings have the same length by padding them with leading zeros if necessary. Then, it performs binary subtraction bit by bit, taking into account borrow when needed. Finally, it removes any leading zeros from the result.&lt;/p&gt;
&lt;h3 id="user-content-screenshotsattach-2-screenshots-of-your-own-input-and-output--"&gt;Screenshots(Attach 2 screenshots of your own input and output) -&lt;span class="octicon octicon-link"&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;Attach here&lt;/p&gt;
&lt;br&gt;
&lt;h3 id="user-content-by-raising-this-pr-i-affirm-that--"&gt;By raising this PR I affirm that -&lt;span class="octicon octicon-link"&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;[x] My code follows the guidelines of this project.&lt;br&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;[x] I have performed a self-review of my own code.&lt;br&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;[x] I have commented my code.&lt;br&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;[x] My code gives the correct output.&lt;br&gt;
&lt;a rel="noopener noreferrer" href="https://github.com/SarthakKeshari/calc_for_everything/assets/113178195/3ef5c6b5-a678-4ff2-b674-48765654a7b2"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--UlNmRJ7u--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://github.com/SarthakKeshari/calc_for_everything/assets/113178195/3ef5c6b5-a678-4ff2-b674-48765654a7b2" alt="Binary Subtractor"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;[x] I affirm that I strictly follow contributing guidelines and code of conduct.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;

    &lt;/div&gt;
    &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/SarthakKeshari/calc_for_everything/pull/57"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;



&lt;div class="ltag_github-liquid-tag"&gt;
  &lt;h1&gt;
    &lt;a href="https://github.com/arc53/DocsGPT/pull/384"&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;
        Fixed Empty Spaces Passed in the Input Field
      &lt;/span&gt;
      &lt;span class="issue-number"&gt;#384&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/ArnabBCA"&gt;
        &lt;img class="github-liquid-tag-img" src="https://res.cloudinary.com/practicaldev/image/fetch/s--KF1rft1m--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://avatars.githubusercontent.com/u/113178195%3Fv%3D4" alt="ArnabBCA avatar"&gt;
      &lt;/a&gt;
      &lt;div class="timeline-comment-header-text"&gt;
        &lt;strong&gt;
          &lt;a href="https://github.com/ArnabBCA"&gt;ArnabBCA&lt;/a&gt;
        &lt;/strong&gt; posted on &lt;a href="https://github.com/arc53/DocsGPT/pull/384"&gt;&lt;time&gt;Oct 03, 2023&lt;/time&gt;&lt;/a&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class="ltag-github-body"&gt;
      &lt;p&gt;Issue ID #382&lt;/p&gt;
&lt;p&gt;The Input Field now handles Empty Spaces&lt;/p&gt;

    &lt;/div&gt;
    &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/arc53/DocsGPT/pull/384"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;


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

&lt;p&gt;I knew React.js and Build MERN stack Projects&lt;/p&gt;

</description>
      <category>hack23contributor</category>
    </item>
    <item>
      <title>Hacktoberfest Contributor</title>
      <dc:creator>Arnab Ghosh</dc:creator>
      <pubDate>Thu, 19 Oct 2023 15:22:58 +0000</pubDate>
      <link>https://dev.to/arnabbca/hacktoberfest-contributor-3o3f</link>
      <guid>https://dev.to/arnabbca/hacktoberfest-contributor-3o3f</guid>
      <description>&lt;h3&gt;
  
  
  Intro
&lt;/h3&gt;

&lt;p&gt;It is my First time participating in Open Source hoping to have fun and learning new Things  &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/ArnabBCA" 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--urn4dzs7--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://avatars.githubusercontent.com/u/113178195%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/ArnabBCA" rel="noopener noreferrer" class="c-link"&gt;
          ArnabBCA (Arnab Ghosh) · GitHub
        &lt;/a&gt;
      &lt;/h2&gt;
        &lt;p class="truncate-at-3"&gt;
          Hello everyone I am currently pursuing BCA (1st year) from Techno India (Hooghly Campus). This is my GitHub profile here I will upload my projects, so stay tune - ArnabBCA
        &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;I have Succesfully Completed Hacktoberfest Challenge and merged 12 prs &lt;/p&gt;
&lt;div class="ltag_github-liquid-tag"&gt;
  &lt;h1&gt;
    &lt;a href="https://github.com/SarthakKeshari/calc_for_everything/pull/57"&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;
        Added Binary Subraction
      &lt;/span&gt;
      &lt;span class="issue-number"&gt;#57&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/ArnabBCA"&gt;
        &lt;img class="github-liquid-tag-img" src="https://res.cloudinary.com/practicaldev/image/fetch/s--KF1rft1m--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://avatars.githubusercontent.com/u/113178195%3Fv%3D4" alt="ArnabBCA avatar"&gt;
      &lt;/a&gt;
      &lt;div class="timeline-comment-header-text"&gt;
        &lt;strong&gt;
          &lt;a href="https://github.com/ArnabBCA"&gt;ArnabBCA&lt;/a&gt;
        &lt;/strong&gt; posted on &lt;a href="https://github.com/SarthakKeshari/calc_for_everything/pull/57"&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;h3 id="user-content-issue-id-you-have-worked-upon--"&gt;Issue Id you have worked upon -&lt;span class="octicon octicon-link"&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;#50&lt;/p&gt;
&lt;h3 id="user-content-briefly-explain-your-program-logic--"&gt;Briefly explain your program logic -&lt;span class="octicon octicon-link"&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;This binary Subtraction function first ensures that both input binary strings have the same length by padding them with leading zeros if necessary. Then, it performs binary subtraction bit by bit, taking into account borrow when needed. Finally, it removes any leading zeros from the result.&lt;/p&gt;
&lt;h3 id="user-content-screenshotsattach-2-screenshots-of-your-own-input-and-output--"&gt;Screenshots(Attach 2 screenshots of your own input and output) -&lt;span class="octicon octicon-link"&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;Attach here&lt;/p&gt;
&lt;br&gt;
&lt;h3 id="user-content-by-raising-this-pr-i-affirm-that--"&gt;By raising this PR I affirm that -&lt;span class="octicon octicon-link"&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;[x] My code follows the guidelines of this project.&lt;br&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;[x] I have performed a self-review of my own code.&lt;br&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;[x] I have commented my code.&lt;br&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;[x] My code gives the correct output.&lt;br&gt;
&lt;a rel="noopener noreferrer" href="https://github.com/SarthakKeshari/calc_for_everything/assets/113178195/3ef5c6b5-a678-4ff2-b674-48765654a7b2"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--UlNmRJ7u--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://github.com/SarthakKeshari/calc_for_everything/assets/113178195/3ef5c6b5-a678-4ff2-b674-48765654a7b2" alt="Binary Subtractor"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;[x] I affirm that I strictly follow contributing guidelines and code of conduct.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;

    &lt;/div&gt;
    &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/SarthakKeshari/calc_for_everything/pull/57"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;



&lt;div class="ltag_github-liquid-tag"&gt;
  &lt;h1&gt;
    &lt;a href="https://github.com/arc53/DocsGPT/pull/384"&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;
        Fixed Empty Spaces Passed in the Input Field
      &lt;/span&gt;
      &lt;span class="issue-number"&gt;#384&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/ArnabBCA"&gt;
        &lt;img class="github-liquid-tag-img" src="https://res.cloudinary.com/practicaldev/image/fetch/s--KF1rft1m--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://avatars.githubusercontent.com/u/113178195%3Fv%3D4" alt="ArnabBCA avatar"&gt;
      &lt;/a&gt;
      &lt;div class="timeline-comment-header-text"&gt;
        &lt;strong&gt;
          &lt;a href="https://github.com/ArnabBCA"&gt;ArnabBCA&lt;/a&gt;
        &lt;/strong&gt; posted on &lt;a href="https://github.com/arc53/DocsGPT/pull/384"&gt;&lt;time&gt;Oct 03, 2023&lt;/time&gt;&lt;/a&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class="ltag-github-body"&gt;
      &lt;p&gt;Issue ID #382&lt;/p&gt;
&lt;p&gt;The Input Field now handles Empty Spaces&lt;/p&gt;

    &lt;/div&gt;
    &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/arc53/DocsGPT/pull/384"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;


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

&lt;p&gt;I knew React.js and Build MERN stack Projects&lt;/p&gt;

</description>
      <category>hack23contributor</category>
    </item>
    <item>
      <title>Placeholder Contributor</title>
      <dc:creator>Arnab Ghosh</dc:creator>
      <pubDate>Tue, 10 Oct 2023 06:46:54 +0000</pubDate>
      <link>https://dev.to/arnabbca/placeholder-contributor-3fl</link>
      <guid>https://dev.to/arnabbca/placeholder-contributor-3fl</guid>
      <description>&lt;h3&gt;
  
  
  Intro
&lt;/h3&gt;

&lt;p&gt;My name Is Arnab Ghosh I am a full stack MERN React.js Web Developer &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/ArnabBCA" 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--urn4dzs7--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://avatars.githubusercontent.com/u/113178195%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/ArnabBCA" rel="noopener noreferrer" class="c-link"&gt;
          ArnabBCA (Arnab Ghosh) · GitHub
        &lt;/a&gt;
      &lt;/h2&gt;
        &lt;p class="truncate-at-3"&gt;
          Hello everyone I am currently pursuing BCA (1st year) from Techno India (Hooghly Campus). This is my GitHub profile here I will upload my projects, so stay tune - ArnabBCA
        &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;There were ups and down But still managed to solve the issues. The repo mantainers also helper me a lot.&lt;/p&gt;

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

&lt;p&gt;I was a intermediate web developer&lt;/p&gt;

</description>
      <category>hack23contributor</category>
    </item>
    <item>
      <title>Hacktoberfest</title>
      <dc:creator>Arnab Ghosh</dc:creator>
      <pubDate>Tue, 10 Oct 2023 06:41:32 +0000</pubDate>
      <link>https://dev.to/arnabbca/hacktoberfest-5egl</link>
      <guid>https://dev.to/arnabbca/hacktoberfest-5egl</guid>
      <description>&lt;h3&gt;
  
  
  Intro
&lt;/h3&gt;

&lt;p&gt;I am a full stack MERN React.js web developer from INDIA.&lt;/p&gt;

&lt;h3&gt;
  
  
  Background
&lt;/h3&gt;

&lt;p&gt;I am new to hacktoberfest i came to know about it in social media&lt;/p&gt;

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

&lt;p&gt;This time i am ready to contribute to MERN stack projects&lt;/p&gt;

</description>
      <category>hacktoberfest23</category>
    </item>
    <item>
      <title>Hacktober fest</title>
      <dc:creator>Arnab Ghosh</dc:creator>
      <pubDate>Tue, 10 Oct 2023 06:32:55 +0000</pubDate>
      <link>https://dev.to/arnabbca/hacktober-fest-4om7</link>
      <guid>https://dev.to/arnabbca/hacktober-fest-4om7</guid>
      <description>&lt;p&gt;It was overall a nice experience, Hacktober fest helped me to dive-in Open Source Repositories and interact with other people of the same interests, and worked in an environment in which every effort make the society to grow.I came to know about new technologies and meet some like minded people. Happy Hacking :)&lt;/p&gt;

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