<?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: Shirshak Nandy</title>
    <description>The latest articles on DEV Community by Shirshak Nandy (@shirshak_nandy_2cd2a85ce0).</description>
    <link>https://dev.to/shirshak_nandy_2cd2a85ce0</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%2F3957603%2F9e7e3cd1-f781-4248-b897-686f48974ffe.png</url>
      <title>DEV Community: Shirshak Nandy</title>
      <link>https://dev.to/shirshak_nandy_2cd2a85ce0</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shirshak_nandy_2cd2a85ce0"/>
    <language>en</language>
    <item>
      <title>Balance of Light — A Time-Based Survival Game for the June Game Jam</title>
      <dc:creator>Shirshak Nandy</dc:creator>
      <pubDate>Thu, 04 Jun 2026 11:42:41 +0000</pubDate>
      <link>https://dev.to/shirshak_nandy_2cd2a85ce0/balance-of-light-a-time-based-survival-game-for-the-june-game-jam-2ngo</link>
      <guid>https://dev.to/shirshak_nandy_2cd2a85ce0/balance-of-light-a-time-based-survival-game-for-the-june-game-jam-2ngo</guid>
      <description>&lt;p&gt;[&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/june-game-jam-2026-06-03"&gt;June Solstice Game Jam&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;## What I Built&lt;/strong&gt;&lt;br&gt;
I built a browser-based game called Solstice: Balance of Light, inspired by the theme of the June Solstice — the balance between light and darkness, and the natural cycles of time and transition.&lt;/p&gt;

&lt;p&gt;The game is a simple survival experience where:&lt;/p&gt;

&lt;p&gt;Light energy continuously decreases over time 🌑&lt;br&gt;
The player must collect light to stay alive 🌞&lt;br&gt;
The environment simulates a day and night cycle 🌗&lt;br&gt;
The objective is to maintain balance between light and darkness ⚖️&lt;/p&gt;

&lt;p&gt;The idea is to represent the solstice as a moment of equilibrium — where opposing forces must be balanced to survive.&lt;/p&gt;

&lt;h4&gt;
  
  
  [&lt;strong&gt;🎮 Video Demo&lt;/strong&gt;
&lt;/h4&gt;

&lt;p&gt;[🔗 Live Game:&lt;br&gt;
&lt;a href="https://github.com/nandyshirshak-cloud/solstice-game" rel="noopener noreferrer"&gt;https://github.com/nandyshirshak-cloud/solstice-game&lt;/a&gt;&lt;br&gt;
📂 Source Code:&lt;br&gt;
&lt;a href="https://github.com/nandyshirshak-cloud/solstice-game/tree/main" rel="noopener noreferrer"&gt;__&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/nandyshirshak-cloud/solstice-game/tree/main" rel="noopener noreferrer"&gt;https://github.com/nandyshirshak-cloud/solstice-game/tree/main&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  &lt;strong&gt;💻 Code&lt;/strong&gt;
&lt;/h4&gt;

&lt;p&gt;The full source code is available here:&lt;br&gt;
👉 &lt;a href="https://github.com/nandyshirshak-cloud/solstice-game" rel="noopener noreferrer"&gt;https://github.com/nandyshirshak-cloud/solstice-game&lt;/a&gt;&lt;br&gt;
The project uses:&lt;br&gt;
HTML for structure&lt;br&gt;
CSS for UI styling&lt;br&gt;
JavaScript for game mechanics and logic&lt;br&gt;
No external frameworks were used — the game is built entirely using vanilla web technologies.&lt;/p&gt;

&lt;h4&gt;
  
  
  &lt;strong&gt;⚙️ How I Built It&lt;/strong&gt;
&lt;/h4&gt;

&lt;p&gt;I built the game in a simple iterative process:&lt;br&gt;
Created a basic UI with a light energy system&lt;br&gt;
Implemented a game loop using JavaScript (setInterval) to simulate time&lt;br&gt;
Added a light decay mechanic to create pressure and urgency&lt;br&gt;
Introduced a day/night cycle system to reflect the solstice theme&lt;br&gt;
Added win/lose conditions based on maintaining balance&lt;br&gt;
The focus was on building a minimal but meaningful gameplay loop rather than complex graphics or systems.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;✨ Final Note&lt;/strong&gt;&lt;br&gt;
This project represents my interpretation of the solstice as a moment of balance and transition.&lt;br&gt;
Through simple mechanics, I tried to express how opposing forces — light and darkness — interact over time, creating tension, urgency, and equilibrium.](url)&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>gamechallenge</category>
      <category>gamedev</category>
    </item>
    <item>
      <title>Reviving My AI Incident Agent with GitHub Copilot</title>
      <dc:creator>Shirshak Nandy</dc:creator>
      <pubDate>Thu, 04 Jun 2026 11:07:54 +0000</pubDate>
      <link>https://dev.to/shirshak_nandy_2cd2a85ce0/reviving-my-ai-incident-agent-with-github-copilot-3n4i</link>
      <guid>https://dev.to/shirshak_nandy_2cd2a85ce0/reviving-my-ai-incident-agent-with-github-copilot-3n4i</guid>
      <description>&lt;p&gt;This is a submission for the GitHub Finish-Up-A-Thon Challenge&lt;/p&gt;

&lt;p&gt;I originally built AI Incident Agent, an AI-powered system designed to help engineers detect, analyze, and respond to system incidents faster using intelligent automation.&lt;/p&gt;

&lt;p&gt;The goal of this project is to reduce mean time to resolution (MTTR) by leveraging AI to:&lt;/p&gt;

&lt;p&gt;Detect and analyze incidents in real time&lt;br&gt;
Assist in root cause identification&lt;br&gt;
Provide actionable insights for faster resolution&lt;/p&gt;

&lt;p&gt;It was initially started as a prototype during a learning phase, but remained incomplete due to limited time and complexity in building full incident-response workflows.&lt;/p&gt;

&lt;p&gt;This challenge gave me the opportunity to bring it back, improve it, and turn it into a more complete and usable system.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;🎥 Demo *&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;GitHub Repository: &lt;a href="https://github.com/nandyshirshak-cloud/ai-incident-agent" rel="noopener noreferrer"&gt;https://github.com/nandyshirshak-cloud/ai-incident-agent&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;📸 Screenshots / Demo:&lt;/p&gt;

&lt;p&gt;Architecture and workflow improvements (add screenshots here if available)&lt;br&gt;
Incident detection flow&lt;br&gt;
AI analysis output examples&lt;/p&gt;

&lt;p&gt;**&lt;br&gt;
🔁 The Comeback Story&lt;br&gt;
**&lt;br&gt;
When I first built this project, it was in a very early stage:&lt;/p&gt;

&lt;p&gt;Basic AI logic was implemented&lt;br&gt;
Incident detection flow was incomplete&lt;br&gt;
No proper structure for real-world usage&lt;br&gt;
Limited error handling and missing refinements&lt;/p&gt;

&lt;p&gt;During this revival, I focused on turning it into a more production-ready system.&lt;/p&gt;

&lt;p&gt;🔥 Before vs After&lt;/p&gt;

&lt;p&gt;Before:&lt;/p&gt;

&lt;p&gt;Prototype-level implementation&lt;br&gt;
Incomplete incident handling pipeline&lt;br&gt;
Limited modular structure&lt;/p&gt;

&lt;p&gt;After:&lt;/p&gt;

&lt;p&gt;Improved architecture and cleaner structure&lt;br&gt;
Enhanced AI-driven incident analysis flow&lt;br&gt;
Better scalability and maintainability&lt;br&gt;
More complete workflow for incident handling&lt;/p&gt;

&lt;h2&gt;
  
  
  My Experience with GitHub Copilot
&lt;/h2&gt;

&lt;p&gt;🤖 My Experience with GitHub Copilot&lt;/p&gt;

&lt;p&gt;GitHub Copilot played a key role in accelerating the development of this project.&lt;/p&gt;

&lt;p&gt;I used Copilot to:&lt;/p&gt;

&lt;p&gt;Generate boilerplate code for backend modules&lt;br&gt;
Refactor and clean complex logic&lt;br&gt;
Improve structure of incident handling workflows&lt;br&gt;
Debug and fix implementation issues faster&lt;br&gt;
Speed up iteration while improving code quality&lt;/p&gt;

&lt;p&gt;Copilot helped me focus more on system design and logic rather than repetitive coding tasks, making it easier to push this project toward completion.&lt;br&gt;
&lt;strong&gt;🏁 Final Thoughts&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This project represents my journey from an unfinished prototype to a more complete AI-powered incident management system.&lt;/p&gt;

&lt;p&gt;It also helped me better understand:&lt;/p&gt;

&lt;p&gt;Building AI-assisted developer tools&lt;br&gt;
Structuring scalable backend systems&lt;br&gt;
Improving code quality with AI tools like Copilot&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>githubchallenge</category>
      <category>githubcopilot</category>
      <category>ai</category>
    </item>
    <item>
      <title>Building the Future of Local AI Intelligence</title>
      <dc:creator>Shirshak Nandy</dc:creator>
      <pubDate>Mon, 01 Jun 2026 07:32:36 +0000</pubDate>
      <link>https://dev.to/shirshak_nandy_2cd2a85ce0/building-the-future-of-local-ai-intelligence-5ac3</link>
      <guid>https://dev.to/shirshak_nandy_2cd2a85ce0/building-the-future-of-local-ai-intelligence-5ac3</guid>
      <description>&lt;p&gt;Introduction&lt;/p&gt;

&lt;p&gt;Artificial intelligence is rapidly moving from cloud-only systems to local, developer-controlled intelligence.&lt;/p&gt;

&lt;p&gt;One of the strongest examples of this shift is Gemma 4 — a model family designed to bring powerful reasoning, long-context understanding, and efficient deployment closer to developers.&lt;/p&gt;

&lt;p&gt;This is not just another model release. It represents a change in how AI is used, deployed, and owned.&lt;/p&gt;

&lt;p&gt;What Makes Gemma 4 Important?&lt;br&gt;
🔹 1. Long Context Understanding&lt;/p&gt;

&lt;p&gt;Gemma 4 supports extremely large context windows, enabling it to work with:&lt;/p&gt;

&lt;p&gt;Entire codebases&lt;br&gt;
Research papers&lt;br&gt;
Multi-file reasoning tasks&lt;/p&gt;

&lt;p&gt;This allows deeper understanding instead of isolated prompt responses.&lt;/p&gt;

&lt;p&gt;🔹 2. Strong Reasoning Ability&lt;/p&gt;

&lt;p&gt;It is designed to handle:&lt;/p&gt;

&lt;p&gt;Multi-step reasoning&lt;br&gt;
Structured outputs (JSON, APIs, workflows)&lt;br&gt;
Debugging and code generation&lt;/p&gt;

&lt;p&gt;This makes it suitable for real-world development use cases.&lt;/p&gt;

&lt;p&gt;🔹 3. Local-First AI Deployment&lt;/p&gt;

&lt;p&gt;Gemma 4 is optimized for running locally, which means:&lt;/p&gt;

&lt;p&gt;Reduced dependency on cloud APIs&lt;br&gt;
Better privacy and control&lt;br&gt;
Lower long-term cost&lt;br&gt;
Offline AI capabilities&lt;/p&gt;

&lt;p&gt;This is especially powerful for personal tools and enterprise systems.&lt;/p&gt;

&lt;p&gt;⚙️ Why Developers Should Care&lt;/p&gt;

&lt;p&gt;Gemma 4 opens up new possibilities for builders:&lt;/p&gt;

&lt;p&gt;🧑‍💻 Offline coding assistants&lt;br&gt;
📄 Document analysis tools&lt;br&gt;
🤖 Custom AI agents&lt;br&gt;
🎓 Educational AI applications&lt;/p&gt;

&lt;p&gt;It allows developers to move from using AI APIs to owning AI systems.&lt;/p&gt;

&lt;p&gt;🌍 Bigger Impact&lt;/p&gt;

&lt;p&gt;The rise of models like Gemma 4 suggests a major shift:&lt;/p&gt;

&lt;p&gt;AI is becoming infrastructure, not just a service.&lt;/p&gt;

&lt;p&gt;This leads to:&lt;/p&gt;

&lt;p&gt;More privacy-focused applications&lt;br&gt;
More offline intelligence systems&lt;br&gt;
More customizable AI behavior&lt;br&gt;
Reduced reliance on expensive APIs&lt;br&gt;
Conclusion&lt;/p&gt;

&lt;p&gt;Gemma 4 represents more than performance improvements — it represents control and accessibility.&lt;/p&gt;

&lt;p&gt;The future of AI is not only about bigger models in the cloud, but about smarter models running everywhere — on every device, for every developer.&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>gemmachallenge</category>
      <category>gemma</category>
      <category>ai</category>
    </item>
    <item>
      <title>How Local AI Models Are Quietly Changing the Future of Development</title>
      <dc:creator>Shirshak Nandy</dc:creator>
      <pubDate>Mon, 01 Jun 2026 07:28:49 +0000</pubDate>
      <link>https://dev.to/shirshak_nandy_2cd2a85ce0/how-local-ai-models-are-quietly-changing-the-future-of-development-1fl9</link>
      <guid>https://dev.to/shirshak_nandy_2cd2a85ce0/how-local-ai-models-are-quietly-changing-the-future-of-development-1fl9</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/google-gemma-2026-05-06"&gt;Gemma 4 Challenge: Write About Gemma 4&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  Gemma 4: How Local AI Models Are Quietly Changing the Future of Development
&lt;/h1&gt;

&lt;p&gt;We are entering a new phase of AI development where powerful models are no longer locked inside cloud APIs.&lt;/p&gt;

&lt;p&gt;Gemma 4 represents a major shift: high-performance AI that can run locally, on devices ranging from laptops to mobile phones and even edge hardware like Raspberry Pi.&lt;/p&gt;

&lt;p&gt;What makes this important is not just performance—but &lt;strong&gt;accessibility, privacy, and control&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  ⚡ Why Gemma 4 Stands Out
&lt;/h2&gt;

&lt;p&gt;Unlike traditional large-scale AI systems that depend heavily on cloud infrastructure, Gemma 4 introduces a more flexible approach:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;AI that can run locally without constant internet dependency
&lt;/li&gt;
&lt;li&gt;Lower latency responses since computation happens on-device
&lt;/li&gt;
&lt;li&gt;Better privacy because user data doesn’t always need to leave the device
&lt;/li&gt;
&lt;li&gt;More freedom for developers to customize and experiment
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This changes the developer experience completely—AI becomes something you can embed anywhere, not just call via an API.&lt;/p&gt;




&lt;h2&gt;
  
  
  🧠 The Engineering Behind the Model Variants
&lt;/h2&gt;

&lt;p&gt;Gemma 4 is not a single model—it is a &lt;strong&gt;family of optimized architectures&lt;/strong&gt;, each designed for a specific computing environment.&lt;/p&gt;

&lt;h3&gt;
  
  
  🔹 2B / 4B (Small Models)
&lt;/h3&gt;

&lt;p&gt;These are designed for efficiency-first environments:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Mobile applications
&lt;/li&gt;
&lt;li&gt;Embedded systems
&lt;/li&gt;
&lt;li&gt;Lightweight AI tools
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;They sacrifice some reasoning depth for speed and portability, making them ideal for real-time applications.&lt;/p&gt;




&lt;h3&gt;
  
  
  🔹 31B Dense Model
&lt;/h3&gt;

&lt;p&gt;This version focuses on raw capability and general-purpose intelligence:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Strong reasoning ability
&lt;/li&gt;
&lt;li&gt;Better code generation
&lt;/li&gt;
&lt;li&gt;Suitable for production-level AI applications
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It acts as the “balanced powerhouse” of the family.&lt;/p&gt;




&lt;h3&gt;
  
  
  🔹 26B Mixture-of-Experts (MoE)
&lt;/h3&gt;

&lt;p&gt;This is the most efficient architecture in the lineup.&lt;/p&gt;

&lt;p&gt;Instead of activating all parameters at once, it dynamically selects parts of the model, enabling:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;High performance reasoning
&lt;/li&gt;
&lt;li&gt;Lower computational cost compared to dense models
&lt;/li&gt;
&lt;li&gt;Scalability for real-world deployments
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is where efficiency meets intelligence.&lt;/p&gt;




&lt;h2&gt;
  
  
  💡 What Developers Can Build with Gemma 4
&lt;/h2&gt;

&lt;p&gt;The real value of Gemma 4 becomes clear when you start building with it.&lt;/p&gt;

&lt;p&gt;Some practical applications include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Offline AI study assistants for students
&lt;/li&gt;
&lt;li&gt;Local coding copilots that work without cloud APIs
&lt;/li&gt;
&lt;li&gt;Privacy-first journaling or note-taking AI
&lt;/li&gt;
&lt;li&gt;Multimodal tools combining text + images
&lt;/li&gt;
&lt;li&gt;Smart edge applications for IoT devices
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What was previously “research-only” is now becoming achievable for individual developers.&lt;/p&gt;




&lt;h2&gt;
  
  
  🌍 A Bigger Shift in AI Thinking
&lt;/h2&gt;

&lt;p&gt;Gemma 4 reflects a larger movement in AI:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;From centralized intelligence → to distributed intelligence&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Instead of depending on massive cloud systems, developers can now embed intelligence directly into applications, devices, and workflows.&lt;/p&gt;

&lt;p&gt;This reduces dependency, increases privacy, and unlocks creativity at the edge.&lt;/p&gt;




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

&lt;p&gt;Gemma 4 is not just another model release.&lt;/p&gt;

&lt;p&gt;It represents a practical step toward making AI:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;more accessible
&lt;/li&gt;
&lt;li&gt;more private
&lt;/li&gt;
&lt;li&gt;more developer-friendly
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For developers, this is an opportunity to rethink architecture—not just use AI, but &lt;em&gt;own where it runs&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;I’m excited to see how the community builds with it.&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>gemmachallenge</category>
      <category>ai</category>
      <category>gemma</category>
    </item>
    <item>
      <title>My First Look at Hermes Agent</title>
      <dc:creator>Shirshak Nandy</dc:creator>
      <pubDate>Sat, 30 May 2026 03:10:26 +0000</pubDate>
      <link>https://dev.to/shirshak_nandy_2cd2a85ce0/my-first-look-at-hermes-agent-1ofa</link>
      <guid>https://dev.to/shirshak_nandy_2cd2a85ce0/my-first-look-at-hermes-agent-1ofa</guid>
      <description>&lt;p&gt;&lt;strong&gt;&lt;em&gt;# My First Look at Hermes Agent: Exploring the Future of Open-Source AI Agents&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

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

&lt;p&gt;Artificial intelligence has evolved rapidly over the past few years. While chatbots are useful, AI agents represent the next step because they can reason, plan, use tools, and complete multi-step tasks. Recently, I explored Hermes Agent, an open-source AI agent developed by Nous Research, and I wanted to share my observations.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is Hermes Agent?
&lt;/h2&gt;

&lt;p&gt;Hermes Agent is an open-source AI agent framework designed to perform complex tasks through planning, tool usage, memory, and reasoning. Unlike traditional chatbots that respond to a single prompt, Hermes Agent can break down larger objectives into smaller steps and work through them systematically.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Open-Source Agents Matter
&lt;/h2&gt;

&lt;p&gt;Many AI systems today are cloud-based and closed-source. Open-source projects such as Hermes Agent give developers greater flexibility, transparency, and control. Developers can customize the system, choose their preferred models, and deploy it on their own infrastructure.&lt;/p&gt;

&lt;h2&gt;
  
  
  Key Features
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Multi-Step Reasoning
&lt;/h3&gt;

&lt;p&gt;Hermes Agent can analyze a problem and divide it into multiple steps before generating a solution.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Tool Integration
&lt;/h3&gt;

&lt;p&gt;The framework can interact with external tools and services to complete tasks more effectively.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Memory and Learning
&lt;/h3&gt;

&lt;p&gt;One of the most interesting aspects is its ability to retain useful information and improve future interactions.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Model Flexibility
&lt;/h3&gt;

&lt;p&gt;Developers are not locked into a single provider and can experiment with different AI models.&lt;/p&gt;

&lt;h2&gt;
  
  
  Potential Applications
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Research assistants&lt;/li&gt;
&lt;li&gt;Study assistants for students&lt;/li&gt;
&lt;li&gt;Productivity automation&lt;/li&gt;
&lt;li&gt;Knowledge management systems&lt;/li&gt;
&lt;li&gt;Software development workflows&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  My Thoughts
&lt;/h2&gt;

&lt;p&gt;What impressed me most is the project's focus on openness and adaptability. As AI agents become more capable, frameworks like Hermes Agent could help developers build powerful applications without depending entirely on proprietary solutions.&lt;/p&gt;

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

&lt;p&gt;Hermes Agent demonstrates how open-source AI agents are evolving beyond simple chat interfaces. Its support for reasoning, memory, and tool usage makes it an exciting project for developers interested in the future of AI automation. I look forward to seeing how the community continues to build and innovate around this framework.&lt;/p&gt;

</description>
      <category>hermesagentchallenge</category>
      <category>agents</category>
      <category>ai</category>
      <category>opensource</category>
    </item>
    <item>
      <title>CyberShield AI — My Revived Phishing Detector (Finish-Up-A-Thon Submission)</title>
      <dc:creator>Shirshak Nandy</dc:creator>
      <pubDate>Fri, 29 May 2026 04:17:36 +0000</pubDate>
      <link>https://dev.to/shirshak_nandy_2cd2a85ce0/cybershield-ai-my-revived-phishing-detector-finish-up-a-thon-submission-3d4l</link>
      <guid>https://dev.to/shirshak_nandy_2cd2a85ce0/cybershield-ai-my-revived-phishing-detector-finish-up-a-thon-submission-3d4l</guid>
      <description>&lt;p&gt;[*&lt;em&gt;_`*This is a submission for the &lt;a href="https://dev.to/challenges/github-2026-05-21"&gt;GitHub Finish-Up-A-Thon Challenge&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;I built CyberShield AI, a phishing email detector using HTML, CSS, and JavaScript. It checks messages for suspicious words and warns users about possible phishing attempts.&lt;/p&gt;

&lt;p&gt;This project was originally incomplete, but I revived and finished it for the GitHub Finish-Up-A-Thon Challenge.&lt;br&gt;
`&lt;br&gt;
!_**Image description](&lt;a href="https://dev-to-uploads.s3.amazonaws.com/uploads/articles/gsoi651bjckwuie4p8gh.png" rel="noopener noreferrer"&gt;https://dev-to-uploads.s3.amazonaws.com/uploads/articles/gsoi651bjckwuie4p8gh.png&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;_&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;&lt;br&gt;
`&lt;code&gt;&lt;br&gt;
_&lt;br&gt;
&lt;/code&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;GitHub Repository:&lt;br&gt;
&lt;a href="https://github.com/nandyshirshak-cloud/cybershield-ai" rel="noopener noreferrer"&gt;https://github.com/nandyshirshak-cloud/cybershield-ai&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The Comeback Story
&lt;/h2&gt;

&lt;p&gt;This project was previously unfinished. During this challenge, I completed the logic, improved the design, and made it fully functional.&lt;/p&gt;

&lt;h2&gt;
  
  
  My Experience with GitHub Copilot
&lt;/h2&gt;

&lt;p&gt;GitHub Copilot helped me improve code structure and speed up development by suggesting better logic and cleaner code.&lt;/p&gt;

&lt;p&gt;`&lt;em&gt;****&lt;/em&gt;&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>githubchallenge</category>
    </item>
  </channel>
</rss>
