<?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: Andres Zepeda</title>
    <description>The latest articles on Forem by Andres Zepeda (@code-qtzl).</description>
    <link>https://forem.com/code-qtzl</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%2F3266121%2F2e629889-dc2e-403c-97e2-74b507a3009e.png</url>
      <title>Forem: Andres Zepeda</title>
      <link>https://forem.com/code-qtzl</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/code-qtzl"/>
    <language>en</language>
    <item>
      <title>Diabetes log cli</title>
      <dc:creator>Andres Zepeda</dc:creator>
      <pubDate>Mon, 16 Feb 2026 05:50:52 +0000</pubDate>
      <link>https://forem.com/code-qtzl/diabetes-log-cli-22pl</link>
      <guid>https://forem.com/code-qtzl/diabetes-log-cli-22pl</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/github-2026-01-21"&gt;GitHub Copilot CLI Challenge&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

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

&lt;p&gt;I built a command-line tool to log and visualize blood sugar and insulin data, written in TypeScript. The tool allows users to record readings, view statistics, and generate simple ASCII graphs directly in the terminal.&lt;/p&gt;

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

&lt;p&gt;Growing up, I watching family manage diabetes every day. A large part of that routine involved regularly checking blood sugar levels and tracking insulin doses. Seeing how much effort goes into monitoring and managing the condition made me interested in building tools that simplify that process.&lt;/p&gt;

&lt;p&gt;Diabetes is a global health challenge. According to the &lt;a href="https://www.who.int/news-room/fact-sheets/detail/diabetes" rel="noopener noreferrer"&gt;World Health Organization&lt;/a&gt;, the number of people living with diabetes has increased from 200 million in 1990 to over 830 million in 2022. If not properly managed, high blood sugar can damage blood vessels and nerves throughout the body, increasing the risk of heart disease, stroke, kidney failure, vision loss, and other serious complications.&lt;/p&gt;

&lt;p&gt;Effective diabetes management often requires consistent tracking of blood sugar levels, medication, diet, and lifestyle habits. I wanted to build a lightweight developer-friendly tool that makes logging and visualizing this information simple and accessible from the command line.&lt;/p&gt;

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

&lt;p&gt;Project Repo: &lt;a href="https://github.com/code-qtzl/diabetes-log-cli" rel="noopener noreferrer"&gt;https://github.com/code-qtzl/diabetes-log-cli&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%2Fmijqh8r23yk69hqv4vzv.gif" 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%2Fmijqh8r23yk69hqv4vzv.gif" alt=" " width="600" height="504"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  My Experience with GitHub Copilot CLI
&lt;/h2&gt;

&lt;p&gt;Using GitHub Copilot CLI helped me explore different approaches to building a command-line application. It was especially helpful for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Iterating quickly on CLI command structures&lt;/li&gt;
&lt;li&gt;Generating initial implementations for parsing and formatting data&lt;/li&gt;
&lt;li&gt;Exploring alternative implementations for features like ASCII graphing and table output&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Copilot acted more like a rapid brainstorming partner than just a code generator, helping me experiment with different ideas while refining the architecture of the tool.&lt;/p&gt;

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

&lt;p&gt;This project helped reinforce several areas of development:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Designing clean CLI interfaces&lt;/li&gt;
&lt;li&gt;Structuring TypeScript projects for maintainability&lt;/li&gt;
&lt;li&gt;Working with terminal-based user interfaces&lt;/li&gt;
&lt;li&gt;Rapid prototyping using AI-assisted development tools&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It also reminded me that even small tools can be meaningful when they are built around real-world problems.&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>githubchallenge</category>
      <category>cli</category>
      <category>githubcopilot</category>
    </item>
  </channel>
</rss>
