<?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: JY</title>
    <description>The latest articles on DEV Community by JY (@coffeejuseyo).</description>
    <link>https://dev.to/coffeejuseyo</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%2F3528037%2F6f1eea9b-4d1c-4f6a-991c-951db19ba4af.jpeg</url>
      <title>DEV Community: JY</title>
      <link>https://dev.to/coffeejuseyo</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/coffeejuseyo"/>
    <language>en</language>
    <item>
      <title>Build Apps with Google AI Studio: Your Calories Companion</title>
      <dc:creator>JY</dc:creator>
      <pubDate>Wed, 22 Oct 2025 01:50:07 +0000</pubDate>
      <link>https://dev.to/coffeejuseyo/build-apps-with-google-ai-studio-your-calories-companion-mdd</link>
      <guid>https://dev.to/coffeejuseyo/build-apps-with-google-ai-studio-your-calories-companion-mdd</guid>
      <description>&lt;p&gt;&lt;em&gt;This post is my submission for &lt;a href="https://dev.to/deved/build-apps-with-google-ai-studio"&gt;DEV Education Track: Build Apps with Google AI Studio&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;I built an intelligent calorie tracking application that leverages the Gemini API to provide users with personalized, healthy meal suggestions. The app helps users monitor their daily food intake and receive AI-powered recommendations to better achieve their dietary goals.&lt;/p&gt;

&lt;p&gt;My key prompts used:&lt;br&gt;
"Please create an intelligent calorie tracking application that provides personalized meal suggestions using the Gemini API. Users can manually log their daily food intake and receive AI-powered recommendations for balanced meals."&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://calorie-companion-seven.vercel.app" rel="noopener noreferrer"&gt;https://calorie-companion-seven.vercel.app&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%2F0mcqxhai5jkxw1yh2idb.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%2F0mcqxhai5jkxw1yh2idb.png" alt="Default view" width="800" height="383"&gt;&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%2Fpwl7xgr0rq5cau4ou1l6.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%2Fpwl7xgr0rq5cau4ou1l6.png" alt="Handson view" width="800" height="439"&gt;&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%2Fshmn5xlv46ru1wvo8em4.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%2Fshmn5xlv46ru1wvo8em4.png" alt="AI thinking view" width="800" height="439"&gt;&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%2Fd1hywti6cb3gl0558z32.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%2Fd1hywti6cb3gl0558z32.png" alt="AI suggestion view" width="800" height="439"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  My Experience
&lt;/h2&gt;

&lt;p&gt;What surprised me most was the speed at which I could build a genuinely useful AI feature. Simple and powerful it is to integrate the Gemini API to create dynamic, context-aware user experiences. &lt;/p&gt;

&lt;p&gt;With just a single API call, the application can provide high-quality, relevant nutritional advice that adapts to the user's real-time input, turning a basic calorie counter into a personalized dietary companion.&lt;/p&gt;

</description>
      <category>deved</category>
      <category>learngoogleaistudio</category>
      <category>ai</category>
      <category>gemini</category>
    </item>
  </channel>
</rss>
