<?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: Mrityunjay Tiwari (MT)</title>
    <description>The latest articles on DEV Community by Mrityunjay Tiwari (MT) (@mrityunjay_tiwarimt_89).</description>
    <link>https://dev.to/mrityunjay_tiwarimt_89</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%2F3382334%2F7d438794-4b3b-4328-9ba6-90e41498e8a8.jpg</url>
      <title>DEV Community: Mrityunjay Tiwari (MT)</title>
      <link>https://dev.to/mrityunjay_tiwarimt_89</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mrityunjay_tiwarimt_89"/>
    <language>en</language>
    <item>
      <title>Sleek Portfolio - Built in Antigravity with Gemini deployed on Google Cloud Run</title>
      <dc:creator>Mrityunjay Tiwari (MT)</dc:creator>
      <pubDate>Sun, 01 Feb 2026 23:18:22 +0000</pubDate>
      <link>https://dev.to/mrityunjay_tiwarimt_89/sleek-portfolio-3g1p</link>
      <guid>https://dev.to/mrityunjay_tiwarimt_89/sleek-portfolio-3g1p</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;I’m a developer who enjoys building things that sit at the intersection of engineering, design, and product thinking.&lt;br&gt;
Currently 4th year student at IIT BHU, India ready to be in the industry from the upcoming months.&lt;/p&gt;

&lt;p&gt;This portfolio is not just a showcase of projects, but a reflection of how I think, build, and iterate.&lt;/p&gt;
&lt;h2&gt;
  
  
  Portfolio
&lt;/h2&gt;


&lt;div class="ltag__cloud-run"&gt;
  &lt;iframe height="600px" src="https://portfolio-283490989906.asia-south1.run.app/"&gt;
  &lt;/iframe&gt;
&lt;/div&gt;


&lt;p&gt;Visit Website : &lt;a href="https://portfolio-283490989906.asia-south1.run.app/" rel="noopener noreferrer"&gt;https://portfolio-283490989906.asia-south1.run.app/&lt;/a&gt;&lt;br&gt;
Source Code : &lt;a href="https://github.com/mrityunjay-tiwari/mrityunjay.site" rel="noopener noreferrer"&gt;https://github.com/mrityunjay-tiwari/mrityunjay.site&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;I built it using the following tech stack : &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Next.js (App Router) — server components, layouts, and streaming&lt;/li&gt;
&lt;li&gt;Prisma (v6) + Prisma Data Platform (Accelerate) — database access with performance optimizations&lt;/li&gt;
&lt;li&gt;PostgreSQL : persistent data layer&lt;/li&gt;
&lt;li&gt;Docker : production-ready builds&lt;/li&gt;
&lt;li&gt;Tailwind CSS and Shadcn/UI : consistent and scalable UI&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Google Cloud Run&lt;/strong&gt; : container-based deployment&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Google AI (Gemini API)&lt;/strong&gt; : Built entire chatbot using Gemini that has been trained over my data and you can talk all about me, AI-powered summaries (for individual projects summary or summary in Currently Reading Section), Gemini resulted to be very powerful and performed exceptionally well.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Antigravity IDE&lt;/strong&gt; : The entire portfolio has been developed on Antigravity and it has been proved to be very helpful in design decisions, doing many heavy lifting and helping me go 10x faster.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Design Decisions
&lt;/h3&gt;

&lt;p&gt;From the start, I wanted this portfolio to feel quiet, intentional, and honest.&lt;br&gt;
Instead of overloading it with animations or visual noise, I focused on clarity, spacing, and hierarchy with UX being the primary focus.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Every click must be intuitive about it's action.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Early in the design phase, I used Antigravity as a thinking partner to explore layout directions, interaction patterns, and content structure. It helped me quickly validate instincts, question assumptions, and refine ideas before committing them to code.&lt;/p&gt;

&lt;p&gt;Some of the key design decisions included:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A minimal, content-first layout to reduce distraction&lt;/li&gt;
&lt;li&gt;Subtle motion and transitions used only where they add meaning&lt;/li&gt;
&lt;li&gt;A restrained color palette to keep the focus on projects and writing&lt;/li&gt;
&lt;li&gt;Clear separation between projects, blogs, and experiments so visitors can quickly find what they’re interested in&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The goal was not to impress instantly, but to feel thoughtful and trustworthy as someone spends time exploring.&lt;/p&gt;

&lt;h3&gt;
  
  
  Development Process
&lt;/h3&gt;

&lt;p&gt;I built the portfolio iteratively, treating it as a real product rather than a static site.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;I started by setting up the core architecture with Next.js (App Router), Prisma, and PostgreSQL, focusing on clean data models, routing, and server boundaries before moving to UI polish.&lt;/li&gt;
&lt;li&gt;Using Server Components and Server Actions helped keep logic close to the data and reduced client-side complexity. During this phase, Antigravity acted as a reasoning aid for architectural trade-offs and edge cases, particularly around rendering and data flow.&lt;/li&gt;
&lt;li&gt;For deployment, I chose &lt;strong&gt;Google Cloud Run&lt;/strong&gt; with Docker instead of a managed abstraction. This pushed me to understand build-time vs runtime execution, environment variables, and Prisma behavior in production. Antigravity helped validate steps during debugging, while final fixes came from hands-on testing and logs.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;After launch, I refined interactions and handled runtime edge cases - treating deployment challenges as part of the learning process rather than setbacks.&lt;/p&gt;

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

&lt;p&gt;It was fascinating to think about how I want to present myself on internet but happily I was able to do that, also I faced some technical challenges and learnt from them including :&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Successfully deploying a full-stack Next.js app on Cloud Run&lt;/li&gt;
&lt;li&gt;Handling Prisma + Server Components correctly in production&lt;/li&gt;
&lt;li&gt;Clean, intentional UI that reflects my personal design philosophy&lt;/li&gt;
&lt;li&gt;Integrating AI features in a way that feels useful, not gimmicky&lt;/li&gt;
&lt;li&gt;Pushing through real deployment pain instead of taking shortcuts&lt;/li&gt;
&lt;li&gt;Exploring the design and architectural ideation potential of Antigravity.&lt;/li&gt;
&lt;/ol&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%2Fnllvuz5007csu6e8iwg1.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%2Fnllvuz5007csu6e8iwg1.png" alt=" " width="800" height="361"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Very delighted to be part of this wonderful hackathon !!&lt;/p&gt;

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