<?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: Francesco Sangiuseppe</title>
    <description>The latest articles on Forem by Francesco Sangiuseppe (@fsangiuseppe).</description>
    <link>https://forem.com/fsangiuseppe</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%2F3760281%2F040bc6e8-9c6d-42a0-92b3-34df0a32093c.png</url>
      <title>Forem: Francesco Sangiuseppe</title>
      <link>https://forem.com/fsangiuseppe</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/fsangiuseppe"/>
    <language>en</language>
    <item>
      <title>HTDICS — HTML Dictionaries</title>
      <dc:creator>Francesco Sangiuseppe</dc:creator>
      <pubDate>Sun, 08 Feb 2026 17:08:52 +0000</pubDate>
      <link>https://forem.com/fsangiuseppe/htdics-html-dictionaries-gke</link>
      <guid>https://forem.com/fsangiuseppe/htdics-html-dictionaries-gke</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;h1&gt;
  
  
  HTDICS — HTML Dictionaries
&lt;/h1&gt;

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

&lt;p&gt;HTDICS is a lightweight command‑line tool that generates beautifully structured HTML dictionary pages from a single word.&lt;br&gt;&lt;br&gt;
You pass a noun or verb (Italian or French), and the tool automatically:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;detects the type of word
&lt;/li&gt;
&lt;li&gt;translates it into French
&lt;/li&gt;
&lt;li&gt;adds IPA phonetic transcription
&lt;/li&gt;
&lt;li&gt;identifies grammatical gender (for nouns)
&lt;/li&gt;
&lt;li&gt;generates full verb conjugations (for verbs)
&lt;/li&gt;
&lt;li&gt;creates a dedicated HTML page
&lt;/li&gt;
&lt;li&gt;updates a global index of all generated entries
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The project grew from my desire to build a personal, dynamic dictionary that I could browse locally like a mini linguistic website.&lt;br&gt;&lt;br&gt;
Using the Copilot CLI made the process surprisingly fluid and enjoyable.&lt;/p&gt;

&lt;p&gt;Actually it translate in French, but it is a work in progress... :-)&lt;/p&gt;




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

&lt;p&gt;&lt;a href="https://github.com/fsangiuseppe/htdics" rel="noopener noreferrer"&gt;https://github.com/fsangiuseppe/htdics&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Example 'Courir'&lt;br&gt;
[&lt;a href="https://github.com/fsangiuseppe/htdics/blob/main/example1.png" rel="noopener noreferrer"&gt;https://github.com/fsangiuseppe/htdics/blob/main/example1.png&lt;/a&gt;]&lt;/p&gt;




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

&lt;p&gt;Working with the GitHub Copilot CLI felt like having a development partner who could instantly scaffold ideas, refine prompts, and help me iterate quickly. I used it to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;generate the initial script structure
&lt;/li&gt;
&lt;li&gt;refine prompts for linguistic analysis
&lt;/li&gt;
&lt;li&gt;debug async logic with the Copilot SDK
&lt;/li&gt;
&lt;li&gt;improve the HTML output format
&lt;/li&gt;
&lt;li&gt;streamline the workflow for updating the index
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The CLI made experimentation fast and natural. Instead of stopping to search for syntax or patterns, I stayed focused on the creative and structural aspects of the project.&lt;br&gt;&lt;br&gt;
It genuinely felt like building software in a more conversational, intuitive way.&lt;/p&gt;




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