<?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: Ayushman Ghosh</title>
    <description>The latest articles on DEV Community by Ayushman Ghosh (@ayushman_ghosh_202dd567c6).</description>
    <link>https://dev.to/ayushman_ghosh_202dd567c6</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%2F3873852%2F9a92994b-bcea-4577-80b5-53c597950eed.jpg</url>
      <title>DEV Community: Ayushman Ghosh</title>
      <link>https://dev.to/ayushman_ghosh_202dd567c6</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ayushman_ghosh_202dd567c6"/>
    <language>en</language>
    <item>
      <title>Building a Space-Themed Digital Universe: My GitHub Finish-Up-A-Thon Submission 🚀</title>
      <dc:creator>Ayushman Ghosh</dc:creator>
      <pubDate>Fri, 29 May 2026 14:58:02 +0000</pubDate>
      <link>https://dev.to/ayushman_ghosh_202dd567c6/building-a-space-themed-digital-universe-my-github-finish-up-a-thon-submission-1mdg</link>
      <guid>https://dev.to/ayushman_ghosh_202dd567c6/building-a-space-themed-digital-universe-my-github-finish-up-a-thon-submission-1mdg</guid>
      <description>&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;I built &lt;strong&gt;The Portfolio Digital Universe&lt;/strong&gt; — a high-fidelity, sensory developer portfolio designed to stand out from generic, plain static resumes. &lt;/p&gt;

&lt;p&gt;Rather than just presenting a list of links, this portfolio is designed as an interactive portal:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;🌌 Immersive Spatial Gateway&lt;/strong&gt;: An atmospheric entrance loading sequence featuring cinematic background video (&lt;code&gt;intro.mp4&lt;/code&gt;) and synchronized deep-space ambient audio tracks (&lt;code&gt;H.mp3&lt;/code&gt; &amp;amp; &lt;code&gt;G.mp3&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;🌡️ Real-Time Temporal Weather Widget&lt;/strong&gt;: A custom JavaScript-powered widget that geolocates the visitor (with graceful mock coordinate fallbacks), displaying live local weather conditions, temperature, and local system time.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;🦄 Interactive Calming "Relax Mode" (Magical Firefly Forest)&lt;/strong&gt;: A dedicated sensory workspace using canvas math physics where glowing fireflies cluster and dance around the user's cursor amidst deep wood audio tracks.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;⚡ Pikachu Subspace Loader&lt;/strong&gt;: A classic retro-themed pixel loading module that pays homage to retro handheld gaming.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This project represents the bridge between technical software engineering and creative front-end art.&lt;/p&gt;

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

&lt;p&gt;Explore the cosmic coordinates here:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;🛸 Main Portfolio Repository&lt;/strong&gt;: &lt;a href="https://github.com/AYUSHMANGH/portfolio-website" rel="noopener noreferrer"&gt;AYUSHMANGH/portfolio-website&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;🌲 Magical Firefly Forest Experience&lt;/strong&gt;: &lt;a href="https://fire-fly-omega.vercel.app/" rel="noopener noreferrer"&gt;Live Calm Mode&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;⚔️ Tic Tac Toe Arena&lt;/strong&gt;: &lt;a href="https://tic-tac-toe-website-three.vercel.app/" rel="noopener noreferrer"&gt;Live Playable Game&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;📅 EventLiteZ Scheduler&lt;/strong&gt;: &lt;a href="https://eventlitez-tawny.vercel.app/" rel="noopener noreferrer"&gt;Live Management Tool&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;(Tip: You can add a nice screenshot of your landing page or the Firefly Forest here as a cover image!)&lt;/em&gt;&lt;/p&gt;

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

&lt;p&gt;Before this challenge, the portfolio existed as a collection of beautiful but fragmented ideas. The assets, sub-projects (like the Pikachu page and Firefly Forest), contact systems, and weather scripts were running in disjointed environments. &lt;/p&gt;

&lt;p&gt;To complete this project for the Finish-Up-A-Thon, I:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt; &lt;strong&gt;Unified the Cosmic Ecosystem&lt;/strong&gt;: Gathered all isolated modules, including the relaxed visualizers and retro loading scripts, under a single repository structure.&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Polished API Resilience&lt;/strong&gt;: Improved error handling inside the geolocation temporal widget (&lt;code&gt;weather.js&lt;/code&gt;) to guarantee the layout remains unbroken and displays beautiful fallback coordinates even when permission is denied.&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Modernized the Interface Architecture&lt;/strong&gt;: Crafted a professional, lightweight, and interactive structure, keeping the repository fast and performant by avoiding heavy assets, resulting in faster load times.&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Completed Local Setup Orchestration&lt;/strong&gt;: Documented the localized web-server procedures (using Node.js, Python 3, or VS Code extensions) to guide other developers on launching their own cosmic gateways without hitting browser security issues.&lt;/li&gt;
&lt;/ol&gt;

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

&lt;p&gt;GitHub Copilot acted as the perfect navigator through my coding universe. It supported my development in several major ways:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;API Configuration&lt;/strong&gt;: Sped up writing the async geolocation weather fetch calls and setting up smart default conditions.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Creative Structuring&lt;/strong&gt;: Helped architect clean, modular HTML and CSS grids for the project directory, letting me focus on aesthetic choices rather than boilerplate syntax.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Documentation Speed&lt;/strong&gt;: Copilot was exceptionally helpful in writing documentation files and organizing repository structural layouts, transforming a pile of assets into a beautifully categorized, open-source-friendly project.&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>devchallenge</category>
      <category>githubchallenge</category>
    </item>
    <item>
      <title>Kinetic Pulse - The Smart Venue Companion</title>
      <dc:creator>Ayushman Ghosh</dc:creator>
      <pubDate>Sat, 11 Apr 2026 16:59:18 +0000</pubDate>
      <link>https://dev.to/ayushman_ghosh_202dd567c6/kinetic-pulse-the-smart-venue-companion-3g90</link>
      <guid>https://dev.to/ayushman_ghosh_202dd567c6/kinetic-pulse-the-smart-venue-companion-3g90</guid>
      <description>&lt;p&gt;🏟️ Excited to share my latest project: Kinetic Pulse - The Smart Venue Companion!&lt;br&gt;
Built for a hackathon, this AI-powered command center revolutionizes how attendees navigate large-scale events. Think of it as having a personal venue assistant that helps you avoid crowds and minimize wait times in real-time.&lt;br&gt;
🚀 Key Features:&lt;br&gt;
🌐 Live Interactive Heatmap - Real-time venue capacity tracking with pan/zoom capabilities&lt;br&gt;
🤖 AI-Powered Chat Assistant - Powered by Google Gemini 2.5 Flash, answers questions like "Where's the shortest food line?" using live data&lt;br&gt;
💬 Global Event Chat - Real-time crowd-sourced updates from all attendees&lt;br&gt;
🔒 Multi-Portal Authentication - Separate flows for attendees and operations staff&lt;br&gt;
⏱️ Dynamic Queue Monitoring - Live wait times for food, merchandise, and facilities&lt;br&gt;
🛠 Tech Stack: Next.js 15 | Tailwind CSS | Framer Motion | Google Gemini AI | React | TypeScript&lt;br&gt;
The "Cyber-Physical" dark-mode interface blends architectural blueprints with glowing telemetry, creating a futuristic command center experience. The AI assistant actively monitors congestion patterns and provides intelligent routing suggestions to help attendees have the best experience possible.&lt;br&gt;
🔗 Live Demo: &lt;a href="https://lnkd.in/gQfMXh75" rel="noopener noreferrer"&gt;https://lnkd.in/gQfMXh75&lt;/a&gt; 📂 GitHub: &lt;a href="https://lnkd.in/gGjNPspi" rel="noopener noreferrer"&gt;https://lnkd.in/gGjNPspi&lt;/a&gt;&lt;br&gt;
This project showcases how AI can transform physical spaces into smart, responsive environments. The possibilities for real-world applications in stadiums, concert venues, and convention centers are endless!&lt;br&gt;
Hack2skill Google Cloud&lt;br&gt;
hashtag#AI hashtag#WebDevelopment hashtag#NextJS hashtag#GoogleGemini hashtag#React hashtag#TypeScript hashtag#Hackathon hashtag#SmartVenues hashtag#RealTime hashtag#FullStack hashtag#CloudRun&lt;/p&gt;

</description>
      <category>ai</category>
      <category>gemini</category>
      <category>llm</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
