<?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: Arek H</title>
    <description>The latest articles on DEV Community by Arek H (@arek_h).</description>
    <link>https://dev.to/arek_h</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%2F3228182%2Fef51198d-c0cc-4ea5-bce1-070c1b10aed4.jpg</url>
      <title>DEV Community: Arek H</title>
      <link>https://dev.to/arek_h</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/arek_h"/>
    <language>en</language>
    <item>
      <title>System Status: ONLINE – A Terminal-Inspired Portfolio for Backend Architect 🖥️⚡</title>
      <dc:creator>Arek H</dc:creator>
      <pubDate>Fri, 30 Jan 2026 05:51:58 +0000</pubDate>
      <link>https://dev.to/arek_h/system-status-online-a-terminal-inspired-portfolio-for-backend-architect-35h6</link>
      <guid>https://dev.to/arek_h/system-status-online-a-terminal-inspired-portfolio-for-backend-architect-35h6</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;Hi, I'm Arkadiusz! 👋&lt;/p&gt;

&lt;p&gt;I'm a &lt;strong&gt;Senior Backend Architect&lt;/strong&gt; who has spent more time looking at terminal windows and Grafana dashboards than pretty UI layouts. &lt;/p&gt;

&lt;p&gt;For the &lt;strong&gt;New Year, New You Portfolio Challenge&lt;/strong&gt;, I wanted to break away from the standard "Hero Image + Bio" template. Instead, I asked myself: &lt;em&gt;"What if my portfolio looked like the tools I use every day?"&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;The result is a High-Availability, resilient portfolio that visualizes my skills as "system resources" and invites visitors to interact via a CLI-style interface.&lt;/p&gt;

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

&lt;p&gt;

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




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

&lt;p&gt;I built this project to be as lightweight and resilient as the backend systems I design.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;The Stack&lt;/strong&gt;
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;Frontend&lt;/strong&gt;: &lt;a href="https://react.dev/" rel="noopener noreferrer"&gt;React&lt;/a&gt; + &lt;a href="https://vitejs.dev/" rel="noopener noreferrer"&gt;Vite&lt;/a&gt; for blazing fast build times.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Styling&lt;/strong&gt;: &lt;strong&gt;Zero UI Frameworks&lt;/strong&gt;. I used pure CSS Variables (Design Tokens) and Flexbox/Grid. No Bootstrap, no Tailwind. Just clean, semantic CSS.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Hosting&lt;/strong&gt;: &lt;strong&gt;Google Cloud Run&lt;/strong&gt;. The app is containerized with Docker and served via Nginx. This allows it to scale down to zero (saving costs) and scale up instantly when traffic hits.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;The AI Co-Pilot&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;I paired deeply with &lt;strong&gt;Google's Gemini&lt;/strong&gt; throughout the process. It wasn't just about generating code; it was about rapid prototyping:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;SVG Math&lt;/strong&gt;: I used Gemini to calculate the control points for the Bezier curves in the "Blood Pressure" widget graphs.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;CSS Glassmorphism&lt;/strong&gt;: Fine-tuning the &lt;code&gt;backdrop-filter&lt;/code&gt; and border transparency to get that perfect "Head-Up Display" look.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What I'm Most Proud Of
&lt;/h2&gt;

&lt;p&gt;There are three features I'm particularly happy with:&lt;/p&gt;

&lt;h3&gt;
  
  
  1. The "Blood Pressure" Widget 💓
&lt;/h3&gt;

&lt;p&gt;In the top right, instead of a static "Hire Me", I built a live "System Status" monitor. It simulates server load (or my caffeine levels ☕) with a randomized React state machine that transitions between &lt;code&gt;Normal&lt;/code&gt;, &lt;code&gt;Elevated&lt;/code&gt;, and &lt;code&gt;High&lt;/code&gt; load, changing colors and graph shapes in real-time.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. The Interactive Tech Stack 📚
&lt;/h3&gt;

&lt;p&gt;The &lt;code&gt;/stack&lt;/code&gt; page isn't just a list. It's a filtered matrix of my 29+ mastered technologies. I added a custom "Expertise" calculation that aggregates my years of experience across active filters.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. CLI Contact Form ⌨️
&lt;/h3&gt;

&lt;p&gt;The &lt;code&gt;/contact&lt;/code&gt; page is styled like a terminal window (&lt;code&gt;visitor@portfolio:~/contact&lt;/code&gt;). &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;Interactive Buttons&lt;/strong&gt;: The &lt;code&gt;Hire_Me()&lt;/code&gt; button in the nav isn't just a link—it passes a smart query parameter to pre-fill the form with "Project Inquiry".&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Quick Actions&lt;/strong&gt;: Buttons like &lt;code&gt;initiate_consultation()&lt;/code&gt; run macros that auto-focus fields or open external scheduling tools.&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;em&gt;Deployed with ❤️ on Google Cloud Run.&lt;/em&gt;&lt;/p&gt;

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