<?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: MOLI MAHESHWARI</title>
    <description>The latest articles on DEV Community by MOLI MAHESHWARI (@moli28).</description>
    <link>https://dev.to/moli28</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%2F4008790%2F5659daa3-c118-4ffe-8e25-e9bcd06e2347.png</url>
      <title>DEV Community: MOLI MAHESHWARI</title>
      <link>https://dev.to/moli28</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/moli28"/>
    <language>en</language>
    <item>
      <title>H0 Hackathon H0: Hack the Zero Stack with Vercel v0 and AWS Databases</title>
      <dc:creator>MOLI MAHESHWARI</dc:creator>
      <pubDate>Mon, 29 Jun 2026 22:35:18 +0000</pubDate>
      <link>https://dev.to/moli28/h0-hackathonh0-hack-the-zero-stack-with-vercel-v0-and-aws-databases-2hjd</link>
      <guid>https://dev.to/moli28/h0-hackathonh0-hack-the-zero-stack-with-vercel-v0-and-aws-databases-2hjd</guid>
      <description>&lt;p&gt;$42 Billion. Gone in 24 hours.&lt;/p&gt;

&lt;p&gt;That wasn’t a glitch—that was the reality of the 2023 banking crisis. Today, financial panic moves at the speed of a trending tweet, yet the risk managers protecting our global banks are often still relying on slow, static Excel spreadsheets.&lt;/p&gt;

&lt;p&gt;When the H0 Hackathon by Vercel and AWS was announced, my teammates (Sahil Kumar and Girija Unde) and I decided to tackle this exact problem. As a Computer Science student at Banasthali Vidyapith diving deep into AI and Machine Learning, I wanted to see if we could bridge the gap between predictive machine learning and enterprise-grade cloud architecture.&lt;/p&gt;

&lt;p&gt;The result? LiquiShield—an AI-powered early-warning command center built to predict and visualize liquidity crises before they hit the news cycle.&lt;/p&gt;

&lt;p&gt;Here is a deep dive into how we engineered the future of finance over a single hackathon weekend.&lt;/p&gt;

&lt;p&gt;🏗️ The Architecture: Hacking the Future of Finance&lt;br&gt;
To build a real-time stress-testing sideport, we needed a stack that could handle natural language processing, heavy time-series forecasting, and massive database scaling without breaking a sweat.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;The "Panic Pulse" (NLP Engine)&lt;br&gt;
Fear has a frequency, and we needed to measure it. We implemented a custom NLP model to analyze the mood of macroeconomic headlines. Instead of managers guessing how a news story might affect the market, our AI reads the text, calculates a "Crisis Vector," and translates that into a quantifiable market fear metric.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The Crystal Ball (Facebook Prophet)&lt;br&gt;
We wanted to provide hard, actionable data, not just vague warnings. We integrated Facebook Prophet to handle our time-series forecasting. We built a simulator with a custom "Severity Multiplier" and adjustable Runoff Rates (Retail vs. Corporate). When a user tweaks these sliders, Prophet instantly generates a 30-day cash depletion forecast.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The Infinity Gauntlet (AWS Aurora Serverless)&lt;br&gt;
This was the most critical piece of the puzzle. When a risk manager hits "Run Stress Simulation," thousands of relational data points need to be processed simultaneously to update the global branch network.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;We strapped our backend onto Amazon Aurora PostgreSQL Serverless.&lt;/p&gt;

&lt;p&gt;Why Serverless? When a crisis hits and the simulation runs, Aurora instantly scales up its compute capacity in milliseconds to handle the heavy math without the application freezing or lagging.&lt;/p&gt;

&lt;p&gt;Cost-Efficiency: Once the simulation is over, it dynamically scales back down, making it an incredibly efficient architecture for unpredictable workloads.&lt;/p&gt;

&lt;p&gt;🚧 The Challenges We Faced&lt;br&gt;
Building an enterprise-level tool over a weekend is exactly as chaotic as it sounds. We dealt with 2 AM error messages that made absolutely no sense and deployment crashes that almost broke our spirits.&lt;/p&gt;

&lt;p&gt;Getting Facebook Prophet to play nicely with our custom UI sliders required some intense debugging, and configuring the AWS Aurora backend to communicate seamlessly with our frontend under load was a massive learning curve. But fueled by coffee and pure stubbornness, we pulled it off and got to see our Zero-Hour Alarm successfully trigger in our live demo.&lt;/p&gt;

&lt;p&gt;🚀 See It In Action&lt;br&gt;
Check out the madness for yourself!&lt;/p&gt;

&lt;p&gt;📂 Code: &lt;a href="https://lnkd.in/dzj26Qk6" rel="noopener noreferrer"&gt;https://lnkd.in/dzj26Qk6&lt;/a&gt; &lt;br&gt;
🎥 Demo: &lt;a href="https://lnkd.in/d4QuwsvH" rel="noopener noreferrer"&gt;https://lnkd.in/d4QuwsvH&lt;/a&gt; &lt;br&gt;
🌐 Live Site: &lt;a href="https://lnkd.in/drs_bBX3" rel="noopener noreferrer"&gt;https://lnkd.in/drs_bBX3&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;If you are a developer interested in FinTech, time-series forecasting, or AWS architecture, I’d love to hear your thoughts in the comments below!       #FinTech  #H0Hackathon  #AWS  #MachineLearning  #AI  #Vercel  #SoftwareEngineering  #BankingInnovation &lt;/p&gt;

</description>
      <category>aws</category>
    </item>
  </channel>
</rss>
