<?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>Forem: Indrajeet Kumar</title>
    <description>The latest articles on Forem by Indrajeet Kumar (@shourya_sinha).</description>
    <link>https://forem.com/shourya_sinha</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%2F3082066%2F5a779048-3289-4afb-8ec8-e9843250ce26.jpg</url>
      <title>Forem: Indrajeet Kumar</title>
      <link>https://forem.com/shourya_sinha</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/shourya_sinha"/>
    <language>en</language>
    <item>
      <title>You're Not a Secure Developer Until You've Built These 5 Projects</title>
      <dc:creator>Indrajeet Kumar</dc:creator>
      <pubDate>Thu, 24 Apr 2025 06:09:43 +0000</pubDate>
      <link>https://forem.com/shourya_sinha/youre-not-a-secure-developer-until-youve-built-these-5-projects-2g0m</link>
      <guid>https://forem.com/shourya_sinha/youre-not-a-secure-developer-until-youve-built-these-5-projects-2g0m</guid>
      <description>&lt;ol&gt;
&lt;li&gt;🔐 Secure Task Manager (React + Node.js + JWT)
Build a to-do app that:&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Uses JWT tokens for auth&lt;/p&gt;

&lt;p&gt;Validates user input to prevent XSS&lt;/p&gt;

&lt;p&gt;Stores sensitive data in MongoDB with encryption&lt;/p&gt;

&lt;p&gt;👉 You'll learn: Auth flows, secure API practices, and token expiration logic.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;🛡️ API Firewall with FastAPI
Use Python’s FastAPI to:&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Create CRUD routes with rate limiting&lt;/p&gt;

&lt;p&gt;Add IP whitelisting and CORS control&lt;/p&gt;

&lt;p&gt;Log every request and block suspicious patterns&lt;/p&gt;

&lt;p&gt;👉 You'll learn: FastAPI + Python security patterns = 🔥&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;🕵️ Ethical Hacking Simulation using Python
Build a CLI tool that:&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Scans open ports&lt;/p&gt;

&lt;p&gt;Spoofs user agents&lt;/p&gt;

&lt;p&gt;Detects basic misconfigurations&lt;/p&gt;

&lt;p&gt;👉 This teaches you basic network scanning and reconnaissance in a legal lab environment.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;💬 Secure Real-Time Chat App (Socket.io + React)
Your features:&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;End-to-end message encryption&lt;/p&gt;

&lt;p&gt;Re-authentication on reconnect&lt;/p&gt;

&lt;p&gt;Message expiration logic&lt;/p&gt;

&lt;p&gt;👉 You’ll explore: Secure websockets, session management, and data privacy.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;🧠 Vulnerability Tracker Dashboard
Build a dashboard where you:&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;List OWASP Top 10 vulnerabilities&lt;/p&gt;

&lt;p&gt;Add new ones with tags, risk score, and prevention tips&lt;/p&gt;

&lt;p&gt;Use MUI for beautiful UI&lt;/p&gt;

&lt;p&gt;👉 Learn how to visualize security threats and educate others with tools you build.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>cybersecurity</category>
      <category>python</category>
      <category>fullstack</category>
    </item>
  </channel>
</rss>
