<?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: saksh</title>
    <description>The latest articles on DEV Community by saksh (@saksh_ee).</description>
    <link>https://dev.to/saksh_ee</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%2F3778037%2F08c91946-11a8-493d-a55a-f9e6a86e2c5e.webp</url>
      <title>DEV Community: saksh</title>
      <link>https://dev.to/saksh_ee</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/saksh_ee"/>
    <language>en</language>
    <item>
      <title>Breaking Into Open Source This Summer? Start with OWASP BLT</title>
      <dc:creator>saksh</dc:creator>
      <pubDate>Thu, 16 Apr 2026 15:31:47 +0000</pubDate>
      <link>https://dev.to/owaspblt/breaking-into-open-source-this-summer-start-with-owasp-blt-2m9l</link>
      <guid>https://dev.to/owaspblt/breaking-into-open-source-this-summer-start-with-owasp-blt-2m9l</guid>
      <description>&lt;p&gt;As summer approaches, open source sees a steady wave of new contributors.&lt;br&gt;
Each year, developers explore repositories, review issues, and look for meaningful ways to get involved.&lt;/p&gt;

&lt;p&gt;The challenge is rarely writing code. It is understanding the system well enough to contribute effectively.&lt;/p&gt;

&lt;p&gt;This summer, OWASP BLT is participating in the &lt;a href="https://www.socialsummerofcode.com/" rel="noopener noreferrer"&gt;Social Summer of Code (SSOC)&lt;/a&gt;, a three-month program focused on open source contribution, learning, and collaboration. It brings together contributors from diverse backgrounds to work on real-world projects, submit pull requests, and actively engage with the open source ecosystem.&lt;/p&gt;

&lt;h2&gt;
  
  
  About OWASP BLT
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://owaspblt.org/" rel="noopener noreferrer"&gt;OWASP BLT (Bug Logging Tool)&lt;/a&gt; is a community-driven OWASP project developing open source tools for vulnerability reporting, bug tracking, and security automation.&lt;/p&gt;

&lt;p&gt;The project spans APIs, dashboards, applications, bots, and ongoing research under OWASP. This is designed to make security workflows more practical, structured, and accessible for developers and teams.&lt;/p&gt;

&lt;h2&gt;
  
  
  Ongoing Deletion Program
&lt;/h2&gt;

&lt;p&gt;Alongside regular development, OWASP BLT is running an ongoing deletion initiative.&lt;/p&gt;

&lt;p&gt;Contributors review the repository, identify unused or unnecessary files, and remove them. Each valid contribution is rewarded with $1.&lt;/p&gt;

&lt;p&gt;This effort focuses on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Supporting the ongoing migration to separate and more structured repositories&lt;/li&gt;
&lt;li&gt;Maintaining a clean and efficient codebase&lt;/li&gt;
&lt;li&gt;Improving long-term maintainability&lt;/li&gt;
&lt;li&gt;Helping contributors understand the structure of a real-world project&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It also provides a simple and practical entry point for those beginning their open source journey.&lt;/p&gt;

&lt;h3&gt;
  
  
  Contribution Opportunities During SSOC
&lt;/h3&gt;

&lt;p&gt;As the program progresses, more areas of the project will be opened for contribution, including:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Clearly defined and beginner-friendly issues&lt;/li&gt;
&lt;li&gt;Opportunities across different parts of the stack&lt;/li&gt;
&lt;li&gt;Active collaboration within the community&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Whether you are exploring open source for the first time or looking to contribute to security-focused tooling, OWASP BLT offers a structured and meaningful way to get involved.&lt;/p&gt;

&lt;h4&gt;
  
  
  Get started 🚀
&lt;/h4&gt;

&lt;p&gt;Explore the repository and start contributing:&lt;br&gt;
&lt;a href="https://github.com/OWASP-BLT/BLT" rel="noopener noreferrer"&gt;https://github.com/OWASP-BLT/BLT&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>owasp</category>
      <category>webdev</category>
      <category>beginners</category>
    </item>
    <item>
      <title>The first step in open source</title>
      <dc:creator>saksh</dc:creator>
      <pubDate>Wed, 04 Mar 2026 13:08:02 +0000</pubDate>
      <link>https://dev.to/owaspblt/the-first-step-in-open-source-5b58</link>
      <guid>https://dev.to/owaspblt/the-first-step-in-open-source-5b58</guid>
      <description>&lt;p&gt;Back in October, I read a blog by GSoC contributor.&lt;/p&gt;

&lt;p&gt;He talked about how he started, how he discovered open source, what he worked on, and how his journey unfolded. I already knew what open source was. I knew what GSoC was. I had watched the videos. I had read many blogs too.&lt;/p&gt;

&lt;p&gt;But knowing something and stepping into it are two very different things.&lt;/p&gt;

&lt;p&gt;I had this quiet dream of one day having that GSoC badge on my profile. And to have that, you need to contribute to open source.&lt;/p&gt;

&lt;p&gt;But my brain kept whispering:&lt;/p&gt;

&lt;p&gt;“What if you change one line of code and accidentally take down production?”&lt;/p&gt;

&lt;p&gt;There’s also this narrative you sometimes see online that students (especially from India) “pollute” open source with low-quality contributions.&lt;/p&gt;

&lt;p&gt;So my biggest fear wasn’t just breaking production with my code but also criticism .&lt;/p&gt;

&lt;p&gt;In that blog, he mentioned his first PR in OWASP BLT. It was a small simple pr. And I thought if I could find something like that, maybe even I can contribute. So, I explored the organization.&lt;/p&gt;

&lt;p&gt;Every page.&lt;/p&gt;

&lt;p&gt;Every link.&lt;/p&gt;

&lt;p&gt;Everything just to spot a small issue which I could handle.&lt;/p&gt;

&lt;p&gt;And after some chaotic scrolling and determined clicking, I found what felt like buried treasure:&lt;/p&gt;

&lt;p&gt;A broken link in the contribution guide. It was just a small href issue.&lt;br&gt;
It really felt like mirage lol. I went to their repo , read the contributing guidelines, I set up the codebase and installed all the prerequisites.&lt;/p&gt;

&lt;p&gt;When I solved the issue, the pre-commit kept failing. And I was like this is the end. It’s not going to work. It took me 5 hrs to solve everything. Eventually it worked and I raised the pr on 1st november 2025.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;drum roll&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;And the very next day pr was merged.&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%2Fmx0tc86zlicbs75rcps2.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%2Fmx0tc86zlicbs75rcps2.png" alt=" " width="800" height="104"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Press enter or click to view image in full size&lt;/p&gt;

&lt;p&gt;I remember, I kept visiting the site just to check my change lol. That tiny broken link was my entry into &lt;a href="https://github.com/OWASP-BLT/BLT" rel="noopener noreferrer"&gt;OWASP BLT &lt;/a&gt;and open source as whole.&lt;/p&gt;

&lt;p&gt;And I’ll always be grateful for the &lt;a href="https://medium.com/@rinkitadhana/my-gsoc-journey-the-2-month-sprint-from-doubt-to-done-b92aee22dc1f" rel="noopener noreferrer"&gt;blog&lt;/a&gt;, BLT.&lt;/p&gt;

&lt;p&gt;Because fast forward to today, I have 20+ prs merged in this org.I learned how to interact with maintainers, contribute to real-world problems, and even give peer reviews.&lt;/p&gt;

&lt;p&gt;I used to think open source was reserved for genius developers , turns out all I needed one first step forward.&lt;/p&gt;

&lt;p&gt;If you’re still reading and hesitating. Go and explore               &lt;a href="https://github.com/OWASP-BLT" rel="noopener noreferrer"&gt;https://github.com/OWASP-BLT&lt;/a&gt;.&lt;br&gt;
You might find your own “broken href” moment.&lt;/p&gt;

&lt;p&gt;And that tiny fix?&lt;br&gt;
It might quietly change your trajectory.&lt;/p&gt;

&lt;p&gt;Like it changed mine.&lt;/p&gt;

&lt;p&gt;And yes, don’t treat open source like a competitive exam.&lt;/p&gt;

&lt;p&gt;It’s about learning by working on real-world applications.&lt;/p&gt;

&lt;p&gt;It’s about realising that your small change can help many people. That feeling is so powerful.&lt;/p&gt;

&lt;p&gt;I hope it helps ;))&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>devjournal</category>
      <category>motivation</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
