<?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: Himanshu Negi</title>
    <description>The latest articles on DEV Community by Himanshu Negi (@himanshu_develops).</description>
    <link>https://dev.to/himanshu_develops</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%2F3716597%2F7d89426b-0be9-421f-b11d-3b5e957a8de4.png</url>
      <title>DEV Community: Himanshu Negi</title>
      <link>https://dev.to/himanshu_develops</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/himanshu_develops"/>
    <language>en</language>
    <item>
      <title>New Year New Me</title>
      <dc:creator>Himanshu Negi</dc:creator>
      <pubDate>Mon, 02 Feb 2026 06:12:57 +0000</pubDate>
      <link>https://dev.to/himanshu_develops/new-year-new-me-1nn5</link>
      <guid>https://dev.to/himanshu_develops/new-year-new-me-1nn5</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/new-year-new-you-google-ai-2025-12-31"&gt;New Year, New You Portfolio Challenge Presented by Google AI&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  About Me
&lt;/h2&gt;

&lt;p&gt;Hi, I am a fairly new developer exploring the AI/ML field. Hoping to prove me and my skills. Finding different ways to do things is what i always look for! Wishing a happy and a great new year to everybody. &lt;/p&gt;

&lt;h2&gt;
  
  
  Portfolio
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://pengu-205675755892.asia-south2.run.app/" rel="noopener noreferrer"&gt;https://pengu-205675755892.asia-south2.run.app/&lt;/a&gt;&lt;br&gt;
I know that im not the best one out there but I'll try and I'll keep on trying till i reach my goal and this portfolio is the embodiment of my journey. My will to be successful and all the times that I have failed. &lt;/p&gt;

&lt;p&gt;--labels dev-tutorial=devnewyear2026&lt;/p&gt;

&lt;h2&gt;
  
  
  How I Built It
&lt;/h2&gt;

&lt;p&gt;I built it purely using Antigravity, though getting started with it was a bit confusing but eventually I figured it out. I really liked the feature of antigravity where it scrolls the website and can identify the issues.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I'm Most Proud Of
&lt;/h2&gt;

&lt;p&gt;I really like the wall of failure on my portfolio website and the animation behind it, to be honest it was a bit hard to write the right prompt but it was worth it. Also it matters a lot to me and i believe everybody can relate to it because everybody at the beginning of the journey faces this phase.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://pengu-205675755892.asia-south2.run.app/" rel="noopener noreferrer"&gt;Link to the website&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6jqy4ztx6so0k8com43z.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6jqy4ztx6so0k8com43z.png" alt=" "&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>googleaichallenge</category>
      <category>portfolio</category>
      <category>devnewyear2026</category>
    </item>
    <item>
      <title>RAG? or Text To SQL</title>
      <dc:creator>Himanshu Negi</dc:creator>
      <pubDate>Sat, 17 Jan 2026 16:40:07 +0000</pubDate>
      <link>https://dev.to/himanshu_develops/rag-or-text-to-sql-10bc</link>
      <guid>https://dev.to/himanshu_develops/rag-or-text-to-sql-10bc</guid>
      <description>&lt;p&gt;I recently worked on a project. To better understand which method works better for us, it is very important to understand the nature of the database. The database I was working on consisted of 16 columns and 20,001 rows, all related to company addresses and a few other details regarding their statuses. I was tasked with fetching data according to user queries, but I had to ensure there was zero hallucination. The system also needed to support aggregate functions, such as calculating maximums and averages. Since the chatbot was developed as a Proof of Concept (POC), the database size was intentionally kept small.&lt;/p&gt;

&lt;p&gt;Now that I am clear on the requirements and the nature of the dataset, I'll explain my approach and would like feedback on how I can improve it, as I am fairly new to the trade. I opted for a Text-to-SQL architecture because it provides higher deterministic accuracy than RAG and can perform average, max, and other operations; this is what we wanted to use on the database as it was a core functionality of the chatbot. Furthermore, since there will be a maximum of 100 concurrent users and the database supports horizontal scaling without the computational overhead of re-indexing vectors, I believe it is a more efficient approach—especially since the type of dataset I am working on has columns (like 'capital') that might be changed frequently.&lt;/p&gt;

</description>
      <category>programming</category>
      <category>ai</category>
      <category>discuss</category>
      <category>security</category>
    </item>
  </channel>
</rss>
