<?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: Everton Vaz</title>
    <description>The latest articles on DEV Community by Everton Vaz (@evertonvaz).</description>
    <link>https://dev.to/evertonvaz</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%2F1159101%2Faf2f4a4a-a619-44ba-a5a4-1ae560f98211.jpeg</url>
      <title>DEV Community: Everton Vaz</title>
      <link>https://dev.to/evertonvaz</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/evertonvaz"/>
    <language>en</language>
    <item>
      <title>New Year, New Tech: How I Turned 42 School Projects into a Cloud-Native App</title>
      <dc:creator>Everton Vaz</dc:creator>
      <pubDate>Wed, 28 Jan 2026 21:24:39 +0000</pubDate>
      <link>https://dev.to/evertonvaz/new-year-new-tech-how-i-turned-42-school-projects-into-a-cloud-native-app-1alh</link>
      <guid>https://dev.to/evertonvaz/new-year-new-tech-how-i-turned-42-school-projects-into-a-cloud-native-app-1alh</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;I'm a Software Engineer and 42 São Paulo graduate with a nontraditional background. After 13 years as an entrepreneur managing a fashion retail business, I pivoted to technology driven by a deep curiosity for how things work—from philosophy and physics to low-level code.&lt;/p&gt;

&lt;p&gt;I classify myself as a "dynamic profile," blending the discipline of systems programming with the creativity of indie culture and street art. Most recently, I've been building real-time educational platforms and employability tools for NGOs, always looking to bridge the gap between complex backend logic and user value.&lt;/p&gt;

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

&lt;p&gt;You can interact with my portfolio here: &lt;/p&gt;
&lt;div class="ltag__cloud-run"&gt;
  &lt;iframe height="600px" src="https://portfolio-868804723476.us-central1.run.app/"&gt;
  &lt;/iframe&gt;
&lt;/div&gt;


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

&lt;p&gt;This portfolio is a technical showcase connecting modern web technologies with low-level system programming.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;Frontend:&lt;/strong&gt; React, Vite, and Tailwind CSS for a retro-futurist punk aesthetic.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Backend:&lt;/strong&gt; Elixir (Phoenix/Bandit) acting as a high-concurrency orchestrator.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Core:&lt;/strong&gt; Native C executables (Minishell and Dining Philosophers simulation).&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Infrastructure:&lt;/strong&gt; Docker and Google Cloud Run using multi-container deployments.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;The Architecture:&lt;/strong&gt;&lt;br&gt;
Instead of just displaying static text, the application actually runs my C projects in the cloud. When you access the "Terminal" or "Philosophers" modules, the React frontend opens a WebSocket connection to the Elixir backend. Elixir then spawns the corresponding C binary as a managed process (interaction via Ports), piping &lt;code&gt;stdin&lt;/code&gt; and &lt;code&gt;stdout&lt;/code&gt; in real-time between the browser and the Linux container.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Google AI Tools:&lt;/strong&gt;&lt;br&gt;
I built this project paired with Google Antigravity, leveraging the advanced reasoning capabilities of Gemini Pro and Flash. The AI acted as a tireless full-stack partner, accelerating everything from the "Cyberpunk" React UI design to the complex Elixir GenServer logic required to manage C binaries via WebSockets. This collaboration allowed me to rapidly iterate on difficult technical challenges, such as real-time thread synchronization visualization and terminal emulation, bridging the gap between high-level web code and low-level system processes.&lt;/p&gt;

&lt;p&gt;For deployment, we utilized Google Cloud Run to host the multi-container architecture. The AI assisted in configuring the robust Docker environment, ensuring that stateful C processes could run reliably and securely within the stateless container paradigm. This combination of next-generation AI agency and scalable cloud infrastructure was crucial in transforming a local system programming showcase into a globally accessible, interactive web experience.&lt;/p&gt;

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

&lt;p&gt;I'm most proud of the &lt;strong&gt;Interoperability Layer&lt;/strong&gt;. It is not easy to make a stateful C program like a Shell or a Thread Simulation behave well over a stateless HTTP/WebSocket connection.&lt;/p&gt;

&lt;p&gt;Building the "BFF" (Backend for Frontend) in Elixir to supervise these C processes ensures that if a user crashes their shell or deadlocks their philosopher simulation, it doesn't affect the main server—the process just dies and restarts cleanly. This robust error isolation is a concept I learned at 42 and applied here using the Erlang VM's strengths.&lt;/p&gt;

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