<?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: Sahana Lakshmipathy</title>
    <description>The latest articles on DEV Community by Sahana Lakshmipathy (@sahana_lakshmipathy_245dc).</description>
    <link>https://dev.to/sahana_lakshmipathy_245dc</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%2F1568296%2Fa2779af7-b2e9-41f5-bdb9-624ce57816b4.jpg</url>
      <title>DEV Community: Sahana Lakshmipathy</title>
      <link>https://dev.to/sahana_lakshmipathy_245dc</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sahana_lakshmipathy_245dc"/>
    <language>en</language>
    <item>
      <title>Colleague Connect – Built to Bring People Closer</title>
      <dc:creator>Sahana Lakshmipathy</dc:creator>
      <pubDate>Tue, 22 Jul 2025 03:58:31 +0000</pubDate>
      <link>https://dev.to/sahana_lakshmipathy_245dc/colleague-connect-built-to-bring-people-closer-3n7d</link>
      <guid>https://dev.to/sahana_lakshmipathy_245dc/colleague-connect-built-to-bring-people-closer-3n7d</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for &lt;a href="https://dev.to/challenges/frontend/axero"&gt;Frontend Challenge: Office Edition sponsored by Axero, Holistic Webdev: Office Space&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Vertical Sidebar Dashboard&lt;/strong&gt; - Collapsible, responsive sidebar for smooth navigation between features and sections.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Announcements Hub&lt;/strong&gt; - Share internal updates, urgent alerts, or milestones with sticky notes and scheduled posts.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Discussion Forums&lt;/strong&gt; - Reddit-style threaded forums for team conversations, ideas, help threads, and casual banter.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Events Calendar&lt;/strong&gt; - Track upcoming and past events within the workspace — visually clean and filterable.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI Assistant&lt;/strong&gt; - Ask questions about office policies, HR rules, or even get it to draft messages and emails.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Employee Spotlight&lt;/strong&gt; - Celebrate birthdays, new hires, and top performers with stylized profile cards.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Goal Tracking&lt;/strong&gt; - Set personal or team goals, and visually monitor progress over time.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Freelance Board&lt;/strong&gt; - Post or browse internal freelance gigs, quick tasks, and cross-team collaborations.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Stock Market Tracker&lt;/strong&gt; - Track market trends and mock portfolios right from the dashboard (uses mock data).&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;Hidden Easter Eggs&lt;/strong&gt; - Explore the interface to find fun little secrets and surprise interactions hidden throughout the site! &lt;br&gt;
(Can you find them all?? more on my repo ... ).&lt;/em&gt;&lt;/p&gt;

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

&lt;p&gt;&lt;a href="https://intraweb-office.vercel.app/" rel="noopener noreferrer"&gt;Go check out the site!!&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/Sahana-Lakshmipathy/intraweb-office" rel="noopener noreferrer"&gt;Click here for the full GitHub repo...&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The Journey of Building this Site
&lt;/h2&gt;

&lt;p&gt;To be honest, this prompt didn’t just make me build a website — it completely rewired how &lt;em&gt;I think about web development&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;What started as just another challenge quickly turned into a full-on creative playground. I found myself having so much fun writing the code that I kept improvising, experimenting, and pushing beyond the original idea — just to see how far I could take it.&lt;/p&gt;

&lt;p&gt;This hackathon sharpened more than just my technical skills:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;It taught me the importance of design thinking — understanding user flow before writing even a line of code.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;It made me prototype, plan, break, and rebuild — more than once.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;It reminded me that requirement gathering is half the battle — and probably the most underappreciated part.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;I realized just how critical modular, reusable code is when you're building something real — not just following a step-by-step tutorial. I’m still learning and refining that skill, but this project gave me a much deeper appreciation for clean architecture and scalable design.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;And perhaps most unexpectedly, it threw me into debugging real-time bugs and handling unexpected production-like issues — layout glitches, unexpected data rendering, edge-case component failures. I got a taste of what it’s like to not just build, but maintain and stabilize.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But above all… &lt;em&gt;it was fun!&lt;/em&gt;&lt;br&gt;
I treated parts of this project like an experiment — “What’s the worst that could happen?” became my mantra. I even added a few hidden easter eggs in the site to satisfy my curiosity and experimenting with the session storage.&lt;/p&gt;

&lt;p&gt;This was also a great opportunity to repolish my frontend skills and rebuild confidence in thinking like a product developer, not just a coder.&lt;/p&gt;

&lt;p&gt;I chose React because it gave me the flexibility to build scalable components that could grow with the project. I stuck to the core stack — HTML, CSS, and JavaScript — as required, but layered it with smart tools like Tailwind and Lucide to speed up development and bring polish to the UI.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Thankful for the opportunity to explore, build, and grow — it pushed me out of my comfort zone in the best possible way.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>frontendchallenge</category>
      <category>css</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Creating a personalized Financial advisor - With Google AI Studio</title>
      <dc:creator>Sahana Lakshmipathy</dc:creator>
      <pubDate>Wed, 09 Jul 2025 14:14:32 +0000</pubDate>
      <link>https://dev.to/sahana_lakshmipathy_245dc/creating-a-personalized-financial-advisor-with-google-ai-studio-ko9</link>
      <guid>https://dev.to/sahana_lakshmipathy_245dc/creating-a-personalized-financial-advisor-with-google-ai-studio-ko9</guid>
      <description>&lt;p&gt;&lt;em&gt;This post is my submission for &lt;a href="https://dev.to/deved/build-apps-with-google-ai-studio"&gt;DEV Education Track: Build Apps with Google AI Studio&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

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

&lt;p&gt;🚀 &lt;strong&gt;Introducing: Your 24/7 Personal Finance Advisor Web App&lt;/strong&gt;&lt;br&gt;
A responsive, full‑stack personal finance dashboard built for financial clarity and smarter money habits.&lt;/p&gt;

&lt;p&gt;💸 &lt;strong&gt;Features at a Glance:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Real-time transaction tracking&lt;/strong&gt; — Automatically classifies every income &amp;amp; expense as “Needs,” “Wants,” or “Savings/Investments.”&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Smart analytics&lt;/strong&gt; — Net cash flow calculations + interactive pie charts + auto-alerts when any category exceeds 30% of spending.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Weekly insights&lt;/strong&gt; — Every Sunday at 8 AM IST, get an email/in-app report of your top 5 spend areas, trends vs. last week, a cutback/investment tip, and a personal “Financial Health” grade (A–F).&lt;/li&gt;
&lt;li&gt;📅 &lt;strong&gt;6‑month budget planner&lt;/strong&gt; — July–Dec 2025 plan built around:

&lt;ul&gt;
&lt;li&gt;5K/month salary&lt;/li&gt;
&lt;li&gt;10–20K variable freelance income&lt;/li&gt;
&lt;li&gt;150K emergency savings goal&lt;/li&gt;
&lt;li&gt;50K travel target for December&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;/ul&gt;

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

&lt;p&gt;&lt;a href="https://ai-personal-finance-advisor.vercel.app/" rel="noopener noreferrer"&gt;Click here for a demo...&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  My Experience
&lt;/h2&gt;

&lt;p&gt;First being a budding full stack developer it built mini apps in seconds.&lt;br&gt;
Can be a good tool for rapid prototyping. People are gonna really like this stuff...&lt;/p&gt;

&lt;p&gt;But it can also mean that we full stack developers can loose our jobs as well on the down side I hope it makes newer jobs when taking away old ones.&lt;/p&gt;

&lt;p&gt;Good prompt is the key folks!!&lt;/p&gt;

</description>
      <category>deved</category>
      <category>learngoogleaistudio</category>
      <category>ai</category>
      <category>gemini</category>
    </item>
  </channel>
</rss>
