<?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: Dabobroto Sarkar</title>
    <description>The latest articles on DEV Community by Dabobroto Sarkar (@dstushar7).</description>
    <link>https://dev.to/dstushar7</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%2F1528040%2F191b305d-40f3-47bd-8b4b-ae4d0ff03bf5.jpeg</url>
      <title>DEV Community: Dabobroto Sarkar</title>
      <link>https://dev.to/dstushar7</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dstushar7"/>
    <language>en</language>
    <item>
      <title>Meet the AI Assistant That Guards My Portfolio</title>
      <dc:creator>Dabobroto Sarkar</dc:creator>
      <pubDate>Sun, 01 Feb 2026 06:37:28 +0000</pubDate>
      <link>https://dev.to/dstushar7/meet-the-ai-assistant-that-guards-my-portfolio-57im</link>
      <guid>https://dev.to/dstushar7/meet-the-ai-assistant-that-guards-my-portfolio-57im</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 everyone! I'm a Software Engineer based in Bangladesh with over 3 years of experience specializing in &lt;strong&gt;Java and Spring Boot&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Currently, I work at Technonext (a sister concern of US-Bangla Airlines), where I lead a small team building complex backend architectures for a ride-sharing application like Uber. While my "home base" is backend engineering with some Angular on the side, I believe a modern developer should never stop learning.&lt;/p&gt;

&lt;p&gt;This challenge pushed me to dive into &lt;strong&gt;Google Cloud Platform&lt;/strong&gt; for the first time — and I'm glad it did. Deploying to Cloud Run, configuring containers, and integrating Gemini AI opened up a whole new world.&lt;/p&gt;

&lt;p&gt;But beyond the tech, I wanted my portfolio to have &lt;strong&gt;personality&lt;/strong&gt;. Not just another skills grid and project list. Something that &lt;em&gt;talks back&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;Enter &lt;strong&gt;DS-7&lt;/strong&gt; — an AI assistant that knows my entire career and adapts its tone based on who's asking. Recruiters get professional answers. Developers get witty terminal responses.&lt;/p&gt;

&lt;p&gt;This portfolio represents that journey — combining my backend roots, frontend skills, and the power of Google's AI tools.&lt;/p&gt;

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

&lt;p&gt;

&lt;/p&gt;
&lt;div class="ltag__cloud-run"&gt;
  &lt;iframe height="600px" src="https://portfolio-service-729093253386.us-central1.run.app"&gt;
  &lt;/iframe&gt;
&lt;/div&gt;




&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;💡 Pro tip:&lt;/strong&gt; Click the pulsing terminal icon in the bottom-right corner. Try typing &lt;code&gt;ls&lt;/code&gt;, &lt;code&gt;sudo&lt;/code&gt;, or just ask "Why should I hire him?"&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;em&gt;(Note: The embedded site above is live on Google Cloud Run. Click the chat icon to ask the AI about my skills!)&lt;/em&gt;&lt;/p&gt;

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

&lt;p&gt;I didn't want just a static HTML page. As a backend engineer, I wanted to showcase a full-stack architecture that is robust, scalable, and "smart."&lt;/p&gt;

&lt;h3&gt;
  
  
  1. The "AI-First" Development Process
&lt;/h3&gt;

&lt;p&gt;This project was born in the cloud.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Starting with Antigravity:&lt;/strong&gt; I used &lt;strong&gt;Google Antigravity&lt;/strong&gt;, Google's AI-first development environment, to generate the initial project structure. It instantly set up the boilerplate for a Spring Boot backend and Angular frontend, saving me hours of setup time.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Refining with Gemini:&lt;/strong&gt; Once the foundation was laid, &lt;strong&gt;Gemini&lt;/strong&gt; served as my primary co-pilot. I relied heavily on it to "furnish" the project—refining the TypeScript logic, debugging Docker networking issues, and optimizing the Spring Security configurations.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  2. The Tech Stack
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Frontend:&lt;/strong&gt; Angular (built as a responsive SPA).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Backend:&lt;/strong&gt; Spring Boot (Java 17).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Containerization:&lt;/strong&gt; Docker (multi-stage builds).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cloud:&lt;/strong&gt; Google Cloud Run (Serverless deployment in the &lt;code&gt;asia-south1&lt;/code&gt; region).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;CI/CD:&lt;/strong&gt; Google Cloud Build (configured to auto-deploy from GitHub).&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  3. Google AI Integration
&lt;/h3&gt;

&lt;p&gt;Beyond development, AI is at the core of the user experience:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Gemini API:&lt;/strong&gt; I integrated the Gemini API to power a chatbot that answers questions about my work history and projects. Recruiters can simply ask, &lt;em&gt;"Does he know Spring Boot?"&lt;/em&gt; instead of reading a resume.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;DevOps Automation:&lt;/strong&gt; I even used Gemini to generate the specific &lt;code&gt;gcloud&lt;/code&gt; deployment scripts and set up the CI/CD pipeline, ensuring a smooth path to production.&lt;/li&gt;
&lt;/ul&gt;

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

&lt;p&gt;I am most proud of the &lt;strong&gt;seamless integration&lt;/strong&gt; of new AI tools into a professional DevOps workflow.&lt;/p&gt;

&lt;p&gt;Taking a project generated by &lt;strong&gt;Antigravity&lt;/strong&gt;, polishing it with &lt;strong&gt;Gemini&lt;/strong&gt;, and having it deploy automatically to &lt;strong&gt;Cloud Run&lt;/strong&gt; via a CI/CD pipeline felt like the future of software engineering. Seeing the "Hello World" turn into a fully functional, AI-powered application running on Google's infrastructure was the perfect start to 2026!&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>googleaichallenge</category>
      <category>portfolio</category>
      <category>gemini</category>
    </item>
  </channel>
</rss>
