<?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: Emily Jing-Lan</title>
    <description>The latest articles on DEV Community by Emily Jing-Lan (@fengjinglan).</description>
    <link>https://dev.to/fengjinglan</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%2F213982%2Ff610253b-50c6-4348-b3c8-ceb8de4eb236.jpeg</url>
      <title>DEV Community: Emily Jing-Lan</title>
      <link>https://dev.to/fengjinglan</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/fengjinglan"/>
    <language>en</language>
    <item>
      <title>Portfolio &amp; Summarizing Dev Journals Using Google AI &amp; Cloud Run</title>
      <dc:creator>Emily Jing-Lan</dc:creator>
      <pubDate>Mon, 19 Jan 2026 21:39:52 +0000</pubDate>
      <link>https://dev.to/fengjinglan/portfolio-summarizing-dev-journals-using-google-ai-cloud-run-29jj</link>
      <guid>https://dev.to/fengjinglan/portfolio-summarizing-dev-journals-using-google-ai-cloud-run-29jj</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 software engineer with a background in education and instructional design. Before moving into engineering full time, I spent years teaching and designing learning materials, which shaped how I think about clarity, structure, and how people actually absorb technical information.&lt;/p&gt;

&lt;p&gt;With this portfolio, I wanted to explore the intersection of &lt;strong&gt;software engineering, learning, and AI-assisted reflection&lt;/strong&gt;—not just showcasing projects, but also capturing &lt;em&gt;how&lt;/em&gt; I learn and reason about systems over time. This portfolio is both a technical artifact and a learning journal. I want to have a platform that I can store all of my works.&lt;/p&gt;

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

&lt;p&gt;Here is my live portfolio deployment on Google Cloud Run:&lt;/p&gt;

&lt;p&gt;&amp;lt;iframe&lt;br&gt;
  src="&lt;a href="https://emily-stacy-portfolio-465092161508.us-central1.run.app/" rel="noopener noreferrer"&gt;https://emily-stacy-portfolio-465092161508.us-central1.run.app/&lt;/a&gt;"&lt;br&gt;
  style="width: 100%; height: 800px; border: 1px solid #e2e8f0; border-radius: 12px;"&lt;br&gt;
  loading="lazy"&lt;/p&gt;

&lt;blockquote&gt;

&lt;/blockquote&gt;

&lt;p&gt;(For the deployment label requirement, I deployed this service with: &lt;code&gt;--update-labels dev-tutorial=blog-devcommunity2026&lt;/code&gt;.)&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;Frontend&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;React + TypeScript&lt;/li&gt;
&lt;li&gt;Custom journal schema to support multiple content formats (sections, tables, lists, code blocks)&lt;/li&gt;
&lt;li&gt;Review Mode UI that hides details and emphasizes high-level takeaways&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Backend&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Node.js + Express&lt;/li&gt;
&lt;li&gt;Deployed as a containerized service on &lt;strong&gt;Google Cloud Run&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;A custom summarization endpoint that sends journal content to Google Gemini and normalizes the response&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Google AI&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Google Gemini (&lt;code&gt;gemini-2.5-flash&lt;/code&gt;) for summarization&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Instead of assuming a fixed AI response format, I built a resilient extraction layer that can interpret multiple JSON shapes (sections, arrays, nested objects, tables, etc.) with the help of Gemini (Note: Since I’m on the free tier, requests may return 429 (quota exceeded) errors when the usage limit is reached)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;This mirrors real-world conditions where AI outputs aren’t always predictable&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Design Decisions&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;I intentionally treated AI as a &lt;em&gt;helper&lt;/em&gt;, not a source of truth&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The system falls back gracefully when summaries can’t be confidently &lt;/p&gt;
&lt;h2&gt;
  
  
  What I'm Most Proud Of
&lt;/h2&gt;

&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;AI integration&lt;/strong&gt;: Handling inconsistent AI outputs without breaking the UI was one of the hardest and most rewarding parts.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Learning-first design&lt;/strong&gt;: The portfolio doesn’t just show results—it captures the thinking process behind them.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;End-to-end ownership&lt;/strong&gt;: From frontend design to backend APIs to Cloud Run deployment and CI/CD, this project represents full-stack ownership.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Practical AI usage&lt;/strong&gt;: Instead of flashy demos, the AI feature solves a real personal problem—reviewing and retaining complex technical knowledge.&lt;/p&gt;

&lt;/li&gt;
&lt;/ul&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%2Fekio9vaikoh3iftbt5ts.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%2Fekio9vaikoh3iftbt5ts.png" alt=" "&gt;&lt;/a&gt;&lt;/p&gt;

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