<?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: Chandra Prakash</title>
    <description>The latest articles on DEV Community by Chandra Prakash (@leviathanaxeislit).</description>
    <link>https://dev.to/leviathanaxeislit</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%2F257220%2F5825d0ad-dd53-4cf7-9163-bd33e9b3756e.jpg</url>
      <title>DEV Community: Chandra Prakash</title>
      <link>https://dev.to/leviathanaxeislit</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/leviathanaxeislit"/>
    <language>en</language>
    <item>
      <title>Live AI chat added to the portfolio</title>
      <dc:creator>Chandra Prakash</dc:creator>
      <pubDate>Sun, 21 Sep 2025 10:21:27 +0000</pubDate>
      <link>https://dev.to/leviathanaxeislit/live-ai-chat-added-to-the-portfolio-1doe</link>
      <guid>https://dev.to/leviathanaxeislit/live-ai-chat-added-to-the-portfolio-1doe</guid>
      <description>&lt;p&gt;Live AI chat added to the portfolio — ask about projects, resume details, or availability and get instant, contextual answers ✨🤖&lt;/p&gt;

&lt;p&gt;What it does&lt;/p&gt;

&lt;p&gt;Ask questions and get immediate, human-style answers about projects, skills, or contact info ✅&lt;br&gt;
Automatically surfaces relevant links and emails so visitors don’t have to hunt through pages 📎&lt;br&gt;
Works on phones (bottom sheet) and desktops (right-side panel) for a smooth, consistent experience 📱💻&lt;/p&gt;

&lt;p&gt;Why it matters&lt;/p&gt;

&lt;p&gt;Faster screening for recruiters and stakeholders — answers in seconds, fewer clicks ⚡&lt;br&gt;
Better engagement — visitors discover projects and links without friction 🔍&lt;br&gt;
Low maintenance, serverless deployment on Vercel using the v0 by Vercel library — reliable and cost-efficient 🚀&lt;/p&gt;

&lt;p&gt;💪🏻 Powered By Google DeepMind and Groq&lt;/p&gt;

&lt;p&gt;Finer details (plain language)&lt;/p&gt;

&lt;p&gt;Replies stream in progressively (like typing) for a real-time feel ⌨️&lt;br&gt;
Uses resume and public project snippets to provide contextual answers and surface links 🧾&lt;br&gt;
Safety &amp;amp; UX: input sanitization, lightweight message history, and UI tuned for mobile performance 🛡️&lt;/p&gt;

&lt;p&gt;Try it: open the chat on the &lt;a href="https://leviathanaxeislit.dev" rel="noopener noreferrer"&gt;portfolio&lt;/a&gt;  and ask about any project or availability — feedback welcome 🙏&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Solving Real-World Problems (Even Fun Ones) With a Full-Stack Solution.</title>
      <dc:creator>Chandra Prakash</dc:creator>
      <pubDate>Wed, 06 Aug 2025 07:12:44 +0000</pubDate>
      <link>https://dev.to/leviathanaxeislit/solving-real-world-problems-even-fun-ones-with-a-full-stack-solution-1k7o</link>
      <guid>https://dev.to/leviathanaxeislit/solving-real-world-problems-even-fun-ones-with-a-full-stack-solution-1k7o</guid>
      <description>&lt;p&gt;From frustrating searches to seamless fun! I turned a common team pain point into my latest portfolio project.&lt;/p&gt;

&lt;p&gt;During our chillout sessions at my workplace, finding a simple, ad-free multiplayer game was always a struggle. We’d hop between sketchy websites, dealing with player limits and intrusive pop-ups. It killed the vibe.&lt;/p&gt;

&lt;p&gt;So, I decided to build the solution myself. I'm excited to launch the new 'Games' section on my developer portfolio!&lt;/p&gt;

&lt;p&gt;I've recreated some of our favorites: Wordle, Pictionary, and 4 Pics 1 Word, but with a focus on creating a safe, scalable, and well-engineered experience.&lt;br&gt;
This wasn't just about cloning games; it was about architecting robust solutions. Here's a peek under the hood:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Pictionary: This was the big one. I engineered a real-time, multiplayer experience using WebSockets for signaling and a direct peer-to-peer (P2P) connection via WebRTC for ultra-low-latency drawing. The signaling server is reliably deployed on an Amazon Web Services (AWS) EC2 instance, ensuring stability for our team games.&lt;/li&gt;
&lt;li&gt;4 Pics 1 Word: To ensure an endless stream of fresh puzzles, I integrated the Pixabay API for high-quality, royalty-free images and leveraged the power of Google Gemini API for dynamic word and concept generation.&lt;/li&gt;
&lt;li&gt;Wordle: A classic implementation of the viral hit, built with clean logic and connected to a fast Dictionary API for word validation.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The entire games section is built on my portfolio's modern tech stack: Next.js and beautifully styled with the incredible shadcn/ui.&lt;/p&gt;

&lt;p&gt;The result? A custom-built platform for my team to enjoy, right from my portfolio. It's a perfect example of how I love to use my software engineering skills to solve real-world problems, even the fun ones!&lt;/p&gt;

&lt;p&gt;What's a 'pain point' project you've built? Let me know in the comments!&lt;br&gt;
Check it out here: &lt;a href="https://leviathanaxeislit.dev" rel="noopener noreferrer"&gt;https://leviathanaxeislit.dev&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>programming</category>
      <category>nextjs</category>
    </item>
  </channel>
</rss>
