<?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: Manfred__</title>
    <description>The latest articles on DEV Community by Manfred__ (@uchindami).</description>
    <link>https://dev.to/uchindami</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%2F3725634%2F3e0833af-dba8-4333-bb39-7e2746e393ad.jpeg</url>
      <title>DEV Community: Manfred__</title>
      <link>https://dev.to/uchindami</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/uchindami"/>
    <language>en</language>
    <item>
      <title>Tired of HTTPs, GUIs? try SSH, try Tui - new year, new braincells</title>
      <dc:creator>Manfred__</dc:creator>
      <pubDate>Fri, 30 Jan 2026 14:33:25 +0000</pubDate>
      <link>https://dev.to/uchindami/tired-of-https-guis-try-ssh-try-tui-new-year-new-braincells-cde</link>
      <guid>https://dev.to/uchindami/tired-of-https-guis-try-ssh-try-tui-new-year-new-braincells-cde</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;Did I clickbait you?&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
Yes—but also no. Hear me out.&lt;/p&gt;

&lt;p&gt;I'm exhausted by these AI-generated UIs. You know the ones: neon buttons slapped together with whatever AI chatbot tutorial is trending on YouTube. It’s giving WordPress circa 2008 (I'm not old i just spend a lot of time on yt)&lt;/p&gt;
&lt;h2&gt;
  
  
  About Me
&lt;/h2&gt;

&lt;p&gt;Hi! I'm Uchindami (Manfred), a Full Stack Developer from Malawi 🇲🇼.&lt;br&gt;
I am mostly &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;coding with antigravity&lt;/li&gt;
&lt;li&gt;playing 5-a-side football&lt;/li&gt;
&lt;li&gt;playing wildrift&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;
  
  
  The Portfolio
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Live Demo:&lt;/strong&gt; &lt;a href="https://portfolio-tui-885989915110.us-central1.run.app" rel="noopener noreferrer"&gt;portfolio-tui-885989915110.us-central1.run.app&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;

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




&lt;p&gt;&lt;strong&gt;SSH?&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
This isn’t SSH (Cloud Run only exposes port 8080, so no dice), but it’s the closest &lt;em&gt;legal&lt;/em&gt; hack I could ship: a web-based terminal streaming Ratatui over HTTP via ttyd. There’s also a “normal” version if you’re allergic to the command line.&lt;/p&gt;

&lt;p&gt;When you visit, you choose your path:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt; &lt;strong&gt;Terminal Mode (SSHish):&lt;/strong&gt; A full Linux-like shell environment running in your browser.&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Web Mode (Normal):&lt;/strong&gt; A standard, responsive modern portfolio website.&lt;/li&gt;
&lt;/ol&gt;

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

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

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Core:&lt;/strong&gt; Rust (Ratatui) for the TUI, Astro/Tailwind for the Web version.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Server:&lt;/strong&gt; Docker (Multi-stage build) on &lt;strong&gt;Google Cloud Run&lt;/strong&gt; (Serverless).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Web Terminal:&lt;/strong&gt; &lt;code&gt;Ttyd&lt;/code&gt; exposes the shell over WebSockets.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;CI/CD:&lt;/strong&gt; GitHub Actions -&amp;gt; Google Artifact Registry -&amp;gt; Cloud Run.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Google Gemini 3&lt;/strong&gt; was my pair programmer, helping critically with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Rust/Ratatui Logic:&lt;/strong&gt; Generating complex TUI layouts and the virtual filesystem.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Docker Config:&lt;/strong&gt; Optimizing the multi-stage build to serve both apps.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Animation:&lt;/strong&gt; Debugging the threaded boat animation logic.&lt;/li&gt;
&lt;li&gt;I also used Opus 4.5, but the judges don't want to hear that. &lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Highlights
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Real Shell Experience:&lt;/strong&gt; Use &lt;code&gt;ls&lt;/code&gt;, &lt;code&gt;cd&lt;/code&gt;, &lt;code&gt;cat&lt;/code&gt;, and tab completion.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Interactive Dashboard:&lt;/strong&gt; Run &lt;code&gt;./dashboard&lt;/code&gt; for a TUI graphics overlay.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Easter Eggs:&lt;/strong&gt; Try &lt;code&gt;neofetch&lt;/code&gt;, &lt;code&gt;matrix&lt;/code&gt;, &lt;code&gt;fortune&lt;/code&gt;, or even &lt;code&gt;sl&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Dual Mode:&lt;/strong&gt; Seamless switching between CLI and GUI experiences.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Screenshots
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;The Choice (Landing Page)&lt;/strong&gt;&lt;br&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%2Fte45gp8xcwy6taoy7mwp.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%2Fte45gp8xcwy6taoy7mwp.png" alt="Landing"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Terminal Mode (TUI)&lt;/strong&gt;&lt;br&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%2Filbjx689t65qnyfyeemk.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%2Filbjx689t65qnyfyeemk.png" alt="Dashboard"&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%2Fsi2uee0qgw4gyvx12wgr.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%2Fsi2uee0qgw4gyvx12wgr.png" alt="Resume"&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%2Fgrf9ai0mi9sxsdfifpov.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%2Fgrf9ai0mi9sxsdfifpov.png" alt="more terminal ui"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Web Mode (Normal)&lt;/strong&gt;&lt;br&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%2Fs4ke9w04wamfelu8oryk.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%2Fs4ke9w04wamfelu8oryk.png" alt="normal site"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks for checking it out! 🚀&lt;/p&gt;

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