<?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>Forem: Dennis</title>
    <description>The latest articles on Forem by Dennis (@dennis_chomba).</description>
    <link>https://forem.com/dennis_chomba</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%2F3470998%2F16ab7ab6-fd77-401b-9e4e-8768455a8d97.jpg</url>
      <title>Forem: Dennis</title>
      <link>https://forem.com/dennis_chomba</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/dennis_chomba"/>
    <language>en</language>
    <item>
      <title>Why we need more collaboration</title>
      <dc:creator>Dennis</dc:creator>
      <pubDate>Tue, 20 Jan 2026 18:58:44 +0000</pubDate>
      <link>https://forem.com/dennis_chomba/why-we-need-more-collaboration-3j80</link>
      <guid>https://forem.com/dennis_chomba/why-we-need-more-collaboration-3j80</guid>
      <description>&lt;p&gt;This is the story of Jasho. I thought it was worth a read:&lt;br&gt;
&lt;a href="https://hub4devs.com/blogs/jasho-and-the-quiet-work-of-building-something-real" rel="noopener noreferrer"&gt;https://hub4devs.com/blogs/jasho-and-the-quiet-work-of-building-something-real&lt;/a&gt;&lt;/p&gt;

</description>
      <category>news</category>
      <category>software</category>
      <category>webdev</category>
      <category>programming</category>
    </item>
    <item>
      <title>My Portfolio Using Next.js, Google Cloud Run and Gemini AI</title>
      <dc:creator>Dennis</dc:creator>
      <pubDate>Fri, 16 Jan 2026 00:53:40 +0000</pubDate>
      <link>https://forem.com/dennis_chomba/my-2026-portfolio-powered-by-nextjs-google-cloud-run-and-gemini-ai-4e71</link>
      <guid>https://forem.com/dennis_chomba/my-2026-portfolio-powered-by-nextjs-google-cloud-run-and-gemini-ai-4e71</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;p&gt;&lt;strong&gt;## About Me&lt;/strong&gt;&lt;br&gt;
I am a developer and engineer with a unique background that bridges the worlds of civil engineering and software development. My goal with this portfolio was to create a digital space that not only showcases my projects and skills but also reflects my journey, from building physical infrastructure to engineering intelligent web applications. I wanted to build a platform that demonstrates my skills in full-stack development, data science and my passion for leveraging AI to create practical, innovative solutions.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;## Portfolio&lt;/strong&gt;&lt;br&gt;


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




&lt;p&gt;&lt;strong&gt;## How I Built It&lt;/strong&gt;&lt;br&gt;
This portfolio is a full-stack Next.js 14 application written in TypeScript, embracing the modern App Router for a clean, server-centric architecture.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tech Stack:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Frontend:&lt;/strong&gt; Next.js, React, Tailwind CSS, and the beautiful, accessible component library from Shadcn/UI.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Backend &amp;amp; Databases:&lt;/strong&gt; My backend is built with Next.js API Routes. For the primary database, I use &lt;strong&gt;Cloud Firestore&lt;/strong&gt; to store and manage persistent data like my blog posts. To ensure the application is fast and secure, I also use &lt;strong&gt;Upstash Redis&lt;/strong&gt; as a secondary, in-memory data store for performance-critical tasks like API rate-limiting.&lt;br&gt;
&lt;strong&gt;Firebase Authentication&lt;/strong&gt; secures the application and enables role-based access, where you will find my AI cover letter generator and my blog's dashboard.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Deployment:&lt;/strong&gt; The entire application is deployed on &lt;strong&gt;Google Cloud Run&lt;/strong&gt; through the streamlined &lt;strong&gt;Firebase App Hosting&lt;/strong&gt; service, ensuring a scalable and robust production environment.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Google AI Integration:&lt;/strong&gt; I used Google AI's Gemini Pro model to power two distinct features, making the portfolio interactive and functional:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;- AI Assistant (Neneh):&lt;/strong&gt; An interactive chatbot trained on my portfolio's content, allowing visitors to ask questions about my skills and experience in a conversational way.&lt;br&gt;
&lt;strong&gt;- AI Cover Letter Generator:&lt;/strong&gt; A private tool that takes a job description and uses Gemini to automatically generate a tailored cover letter based on the full context of my resume and projects.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;## What I'm Most Proud Of&lt;/strong&gt;&lt;br&gt;
I'm particularly proud of the dual AI integration. It was a fantastic challenge to not only build a public-facing chatbot but also a practical, personalized tool like the cover letter generator. Engineering the prompts to get the exact tone and format I wanted was a rewarding process. I believe it showcases my ability to think beyond a simple "tech demo" and apply AI to solve real-world problems.&lt;/p&gt;

&lt;p&gt;Additionally, I'm proud of the data architecture. Using Cloud Firestore for content and Upstash Redis for high-speed operations like rate-limiting was a great way to build a scalable and resilient backend. This project is a true representation of my interdisciplinary skills that blend engineering precision with the creative possibilities of modern web development and AI.&lt;/p&gt;

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