<?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: maitri-vv</title>
    <description>The latest articles on DEV Community by maitri-vv (@maitrivv).</description>
    <link>https://dev.to/maitrivv</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%2F947890%2Ff4b3c648-8f4f-440e-b29e-e8874d1409c8.jpeg</url>
      <title>DEV Community: maitri-vv</title>
      <link>https://dev.to/maitrivv</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/maitrivv"/>
    <language>en</language>
    <item>
      <title>Bringing 3d-blockstack to Life</title>
      <dc:creator>maitri-vv</dc:creator>
      <pubDate>Fri, 31 Oct 2025 07:13:25 +0000</pubDate>
      <link>https://dev.to/maitrivv/bringing-3d-blockstack-to-life-4ba4</link>
      <guid>https://dev.to/maitrivv/bringing-3d-blockstack-to-life-4ba4</guid>
      <description>&lt;h2&gt;
  
  
  &lt;em&gt;🎃 Maintainer Spotlight: Bringing 3d-blockstack to Life&lt;/em&gt;
&lt;/h2&gt;




&lt;p&gt;&lt;strong&gt;Project:&lt;/strong&gt; &lt;a href="https://github.com/maitri-vv/3D-Blockstack" rel="noopener noreferrer"&gt;3D-Blockstack&lt;/a&gt;&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%2Fhmi2a564gvndirek2622.jpg" 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%2Fhmi2a564gvndirek2622.jpg" alt="Hack Rewards" width="800" height="1066"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Hacktoberfest isn't just a month; it's a feeling—especially when you're on the other side of the pull request. For me, the month of October is when my &lt;strong&gt;GitHub activity chart goes from 0 to 100&lt;/strong&gt;, and there's simply nothing more exhilarating. It's a time for finding new tech stacks, squashing bugs, and seeing the open-source community explode with collaborative energy.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;My Hacktoberfest journey started back in my college days, thanks to my &lt;strong&gt;GDSC chapter&lt;/strong&gt;. I was instantly hooked on the thrill of contributing and learning. Now, as a maintainer for &lt;strong&gt;3d-blockstack&lt;/strong&gt;, I get to experience that excitement from a whole new angle.&lt;/p&gt;




&lt;h3&gt;
  
  
  What is &lt;strong&gt;3d-blockstack&lt;/strong&gt; and Why I Maintain It
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;3d-blockstack&lt;/strong&gt; is an open-source, mesmerizing 3D stacking game built using Three.js for captivating graphics and Cannon.js for realistic physics. It challenges players to build the tallest tower by precisely dropping blocks, featuring responsive design, a high score system, and multiple color themes. I maintain it because it’s a perfect sandbox for developers who want a hands-on experience in game development, 3D rendering, and performance optimization—turning challenging code into a truly addictive user experience.&lt;/p&gt;

&lt;p&gt;The best part about being a maintainer is fostering that same spirit of excitement I felt as a first-time contributor. I truly believe that the most valuable contributions often come from fresh eyes. It is surreal to realize that I’m not just leveraging my own skills, but the collective genius of the entire community. Open source embodies the highest form of collaboration, proving that no single person can build a great project alone; like the famous adage, it takes a village of committed contributors to raise a project to its full potential.&lt;/p&gt;




&lt;h3&gt;
  
  
  ✨ How to Contribute to &lt;strong&gt;3d-blockstack&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;If you're looking for a project that offers real-world impact and a welcoming community, look no further! We've made it easy to jump in:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt; &lt;strong&gt;Read the &lt;code&gt;CONTRIBUTING.md&lt;/code&gt;:&lt;/strong&gt; This is your map! It has all the information about our code style, commit conventions, and setup instructions.&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Look for the Labels:&lt;/strong&gt; We actively label issues with:

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;hacktoberfest&lt;/code&gt;: General issues suitable for the challenge.&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;good first issue&lt;/code&gt;: Perfect for beginners or those new to the project.&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;enhancement&lt;/code&gt;: Ideas for new features or improvements.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Pick an Issue &amp;amp; Comment:&lt;/strong&gt; Once you find one you like, &lt;strong&gt;comment on the issue&lt;/strong&gt; to let us know you're working on it. This helps prevent multiple people from working on the same thing.&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Ask Questions!&lt;/strong&gt; Don't struggle in silence. If you get stuck, please reach out via &lt;strong&gt;GitHub Discussions or Discord&lt;/strong&gt;. I'm here to help you get that PR merged!&lt;/li&gt;
&lt;/ol&gt;




&lt;h3&gt;
  
  
  The Hacktoberfest Vibe: A Maintainer's View
&lt;/h3&gt;

&lt;p&gt;As a maintainer during Hacktoberfest, I get to wear a few hats:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;The Reviewer:&lt;/strong&gt; I meticulously check every pull request, focusing on clear communication and constructive feedback.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The Cheerleader:&lt;/strong&gt; Seeing a contributor, especially a new one, solve a challenging issue or implement a requested feature is incredibly rewarding. I make sure to &lt;strong&gt;celebrate every successful merge&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The Vibe Setter:&lt;/strong&gt; My goal is to make sure every contributor feels welcome, understood, and a valuable part of the &lt;strong&gt;3d-blockstack&lt;/strong&gt; family. Getting to know that &lt;strong&gt;vibe&lt;/strong&gt; through comments and discussions is what makes the experience so unique and satisfying.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Hacktoberfest transforms the maintenance experience. We get to &lt;strong&gt;enhance our project&lt;/strong&gt; with diverse skills and perspectives, turning good projects into truly great ones.&lt;/p&gt;




&lt;p&gt;As Hacktoberfest 2025 draws to a close, the true victory isn't measured just in merged PRs, but in the &lt;strong&gt;connections forged&lt;/strong&gt; and the collaborative energy gained. Serving as a maintainer for &lt;strong&gt;3d-blockstack&lt;/strong&gt; has been the most rewarding experience, validating the "village" concept of open source collaboration. Thank you to every single contributor who helped us squash a bug, implement a new feature, and make this project truly shine. It is your enthusiasm that powers the open-source world, and I look forward to carrying this spirit alive every year ahead. &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;May the open source passion keep your charts green and your projects standing tall! Happy Hacking! 🎃&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>devchallenge</category>
      <category>hacktoberfest</category>
      <category>opensource</category>
    </item>
    <item>
      <title>Calling All Contributors: Join the Coffee-Bean Project!</title>
      <dc:creator>maitri-vv</dc:creator>
      <pubDate>Tue, 24 Oct 2023 05:59:42 +0000</pubDate>
      <link>https://dev.to/maitrivv/calling-all-contributors-join-the-coffee-bean-project-1j3d</link>
      <guid>https://dev.to/maitrivv/calling-all-contributors-join-the-coffee-bean-project-1j3d</guid>
      <description>&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;Welcome to the "coffee-bean" project, a delightful open-source project where we brew up the perfect blend of HTML, CSS, and JavaScript. As the project maintainer, I am excited to invite talented developers, designers, and coffee enthusiasts from around the world to join our journey. Whether you're a seasoned coder or just starting your open-source adventure, there's a place for you in our caffeinated world!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--aPVLEI4t--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://freepngimg.com/thumb/coffee/3-2-coffee-png-file.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--aPVLEI4t--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://freepngimg.com/thumb/coffee/3-2-coffee-png-file.png" alt="Coffee-Bean Project" width="800" height="724"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What is Coffee-Bean?
&lt;/h2&gt;

&lt;p&gt;"coffee-bean" is an open-source project aimed at creating a beautiful and responsive website for coffee lovers. It's a virtual coffeehouse where we showcase your love for the brew through code and design. With a foundation of HTML, CSS, and JavaScript, we aim to create a dynamic and interactive website that captivates visitors with the aroma and essence of coffee.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Contribute?
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;1. Learning and Growth:&lt;/strong&gt; As a contributor, you'll have the opportunity to learn and improve your skills in web development. Whether it's refining your HTML structure, perfecting CSS styling, or enhancing your JavaScript interactivity, there's something for everyone.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Real-World Experience:&lt;/strong&gt; "coffee-bean" provides an authentic open-source experience. You'll work on a real project with real users, collaborating with a diverse team of contributors.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Portfolio Enhancement:&lt;/strong&gt; Your contributions will be recognized and credited. This project can be a valuable addition to your portfolio, showcasing your skills to potential employers.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. A Sense of Community:&lt;/strong&gt; Join a friendly and inclusive community of developers who share a passion for both coffee and code. We're here to support each other, answer questions, and celebrate successes.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Get Started
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Explore the Repository:&lt;/strong&gt; Visit our &lt;a href="https://github.com/yash19sinha/coffee-bean"&gt;GitHub repository&lt;/a&gt; to get familiar with the project structure, issues, and existing contributions.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Choose an Issue:&lt;/strong&gt; Browse through the existing issues to find something that piques your interest. We label issues to help you identify tasks suitable for your skills.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Fork the Repository:&lt;/strong&gt; Click the "Fork" button on the top-right of the repository page to create your own copy of the project.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Make Your Contribution:&lt;/strong&gt; Work on your chosen issue in your forked repository. Write clean code, test thoroughly, and ensure your changes meet the project's coding standards.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Submit a Pull Request:&lt;/strong&gt; Once you're satisfied with your contribution, submit a pull request to the main repository. Be sure to include a clear description of your changes.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Collaborate and Communicate:&lt;/strong&gt; Engage with the community on the issue and pull request threads. Discuss your approach, ask questions, and make improvements based on feedback.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Contributing Guidelines
&lt;/h2&gt;

&lt;p&gt;To maintain a harmonious and productive environment, we've set up some contributing guidelines. Please review our &lt;a href="https://github.com/yash19sinha/coffee-bean/blob/main/CONTRIBUTING.md"&gt;CONTRIBUTING.md&lt;/a&gt; for detailed instructions on coding standards, workflow, and expectations.&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;The "coffee-bean" project is a place where you can indulge in your love for coffee and code simultaneously. It's a fun and educational journey where you can contribute, learn, and grow. Whether you're an experienced developer looking for a new challenge or a newbie eager to take your first steps in open source, we welcome you with open arms.&lt;/p&gt;

&lt;p&gt;Together, we can brew something amazing. So, grab your favorite coffee mug, fire up your code editor, and let's create the most aromatic and inviting coffeehouse on the web.&lt;/p&gt;

&lt;p&gt;Let's code over coffee. ☕️&lt;/p&gt;

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

&lt;p&gt;Thank you for considering joining the "coffee-bean" project. We can't wait to see the creativity, skills, and enthusiasm you bring to our virtual coffeehouse. If you have any questions or need assistance, feel free to reach out. Let's make this project a success, one code commit at a time.&lt;/p&gt;

&lt;p&gt;Join the "coffee-bean" community on GitHub today! ☕️&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/yash19sinha/coffee-bean"&gt;GitHub Repository&lt;/a&gt;&lt;/p&gt;

</description>
      <category>hack23maintainer</category>
      <category>beginners</category>
      <category>opensource</category>
      <category>hacktoberfest23</category>
    </item>
    <item>
      <title>Hacktoberfest 2023: Embracing Open Source, Learning, and Gratitude</title>
      <dc:creator>maitri-vv</dc:creator>
      <pubDate>Tue, 24 Oct 2023 05:54:57 +0000</pubDate>
      <link>https://dev.to/maitrivv/hacktoberfest-2023-embracing-open-source-learning-and-gratitude-3i8g</link>
      <guid>https://dev.to/maitrivv/hacktoberfest-2023-embracing-open-source-learning-and-gratitude-3i8g</guid>
      <description>&lt;p&gt;&lt;a href="https://hacktoberfest.com"&gt;Visit hacktoberfest site&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;As the autumn leaves fall and the air gets crisper, the world of open source software enthusiasts comes alive with anticipation. Hacktoberfest, the month-long celebration of open source contributions, has arrived once again, and it's time to reflect on the journey and express our gratitude for this wonderful initiative. In this post, I will share my personal experience with Hacktoberfest, the value it has added to my life, and the lessons I've learned along the way.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Heartfelt Gratitude
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Expressing Appreciation&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I would like to begin this post by expressing my heartfelt gratitude towards the Hacktoberfest program. It's more than just a series of events; it's a global community of developers coming together to celebrate open source contributions. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Spark of Interest&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;My journey with Hacktoberfest started when I first heard about it. I was curious, but I had never ventured into open source contributions before. The idea of contributing to projects I use every day was fascinating. I decided to give it a try, and little did I know that this decision would transform my perspective on collaborative coding.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Importance of Collective Knowledge&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Hacktoberfest isn't just about getting a t-shirt or some cool swag; it's about the collective knowledge-sharing that takes place. It's a unique opportunity to learn and grow as a developer by working alongside some of the brightest minds in the open source community.&lt;/p&gt;

&lt;h2&gt;
  
  
  Lessons Learned
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Lessons from Hacktoberfest
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Setting Realistic Goals&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;One of the key lessons I learned from participating in Hacktoberfest was the importance of setting realistic goals. When I began, I aimed to complete a specific number of pull requests or contribute to a particular project. This approach helped me focus and remain motivated throughout the event.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Documentation and Communication&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Another valuable lesson I gained was the significance of documentation and communication. I had to dig deep into project documentation, communicate with maintainers, and even understand issues and features thoroughly. This experience improved my understanding of projects and enhanced my collaboration skills.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Iterative Learning Process&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Hacktoberfest presented its fair share of challenges. I encountered technical hurdles and sometimes struggled to grasp project intricacies. However, each challenge made me a better developer. It taught me patience and persistence in the face of adversity, two qualities that have proven invaluable in my career.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Joy of Giving Back
&lt;/h2&gt;

&lt;h3&gt;
  
  
  The Joy of Giving Back to the Community
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Satisfaction in Contribution&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;There is immense satisfaction in contributing to open source projects. It's heartwarming to know that your work can be used by others and make a real-world impact. The feeling of giving back to the community is beyond words.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Nurturing the Open Source Ecosystem&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;While it's important to contribute to open source projects during Hacktoberfest, it's equally crucial to maintain and nurture the open source ecosystem. Many projects are the backbone of our work, and supporting them ensures their longevity and growth.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Continuing the Journey&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Hacktoberfest is just the beginning. Open source contributions shouldn't be confined to a single month. Encourage others to continue their involvement in the open source community year-round. Become a lifelong contributor, and you'll find that the journey is incredibly rewarding.&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Embrace Hacktoberfest and Grow
&lt;/h3&gt;

&lt;p&gt;In conclusion, Hacktoberfest has been an incredible journey of gratitude, learning, and giving back. The experience has been transformative and has allowed me to see the world of open source in a new light.&lt;/p&gt;

&lt;p&gt;I encourage all developers, whether beginners or experts, to participate in Hacktoberfest 2023. Let my experiences be an inspiration for your own journey. Here are some practical tips to get you started:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Choose Your Projects Wisely:&lt;/strong&gt; Select projects that align with your interests and skills.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Set Realistic Goals:&lt;/strong&gt; Define clear objectives and milestones for your contributions.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Patience and Persistence:&lt;/strong&gt; Embrace the iterative learning process and don't be discouraged by challenges.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Communication is Key:&lt;/strong&gt; Reach out to maintainers, ask questions, and seek guidance when needed.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Give Back Year-round:&lt;/strong&gt; Remember that open source contributions can and should continue beyond Hacktoberfest.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;In the spirit of Hacktoberfest, let's embrace open source, celebrate collaboration, and continue to learn and grow as developers. Here's to a bright future of open source contributions, and I invite you to join me on this incredible journey.&lt;/p&gt;

</description>
      <category>hack23contributor</category>
      <category>hacktoberfest23</category>
      <category>hacktoberfest</category>
      <category>opensource</category>
    </item>
    <item>
      <title>APIs 101 with Postman</title>
      <dc:creator>maitri-vv</dc:creator>
      <pubDate>Wed, 02 Nov 2022 06:05:33 +0000</pubDate>
      <link>https://dev.to/maitrivv/apis-101-with-postman-2138</link>
      <guid>https://dev.to/maitrivv/apis-101-with-postman-2138</guid>
      <description>&lt;p&gt;Here's a Blog on session : &lt;a href="https://medium.com/@maitri.vv/apis-101-with-postman-1a1cfd7acdfe"&gt;https://medium.com/@maitri.vv/apis-101-with-postman-1a1cfd7acdfe&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--aS-qkqre--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/5pepnbfe4jott6an13br.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--aS-qkqre--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/5pepnbfe4jott6an13br.png" alt="Image description" width="800" height="368"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>postmanstudent</category>
      <category>postmanapi</category>
      <category>api</category>
    </item>
  </channel>
</rss>
