<?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: Ruchika De Zoysa</title>
    <description>The latest articles on DEV Community by Ruchika De Zoysa (@ruchika_dezoysa_4ed357dc).</description>
    <link>https://dev.to/ruchika_dezoysa_4ed357dc</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%2F3645039%2Ff5af3a00-7e9c-4712-b4ee-ea4458ddc4aa.jpg</url>
      <title>DEV Community: Ruchika De Zoysa</title>
      <link>https://dev.to/ruchika_dezoysa_4ed357dc</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ruchika_dezoysa_4ed357dc"/>
    <language>en</language>
    <item>
      <title>Synaptic OS: A Maker Portfolio</title>
      <dc:creator>Ruchika De Zoysa</dc:creator>
      <pubDate>Sat, 24 Jan 2026 04:22:00 +0000</pubDate>
      <link>https://dev.to/ruchika_dezoysa_4ed357dc/synaptic-os-a-maker-portfolio-3fj0</link>
      <guid>https://dev.to/ruchika_dezoysa_4ed357dc/synaptic-os-a-maker-portfolio-3fj0</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 &lt;strong&gt;Ruchika De Zoysa&lt;/strong&gt;. I don’t just write code; I design and build things that are cool, interesting, or solve problems that i see needs to be addressed.&lt;/p&gt;

&lt;p&gt;I’m a jack of all trades by instinct. Over the past three years, my focus was primarily on code. I work across the entire stack — from frontend and backend logic to networks. This portfolio is intentionally designed to expose my personality, so anyone viewing it understands not just &lt;em&gt;what&lt;/em&gt; I do, but &lt;em&gt;why&lt;/em&gt; I do it as well.&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://ruchika-dominic-de-zoysa-673029879416.us-west1.run.app"&gt;
  &lt;/iframe&gt;
&lt;/div&gt;




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

&lt;h3&gt;
  
  
  Overview &amp;amp; Ideology
&lt;/h3&gt;

&lt;p&gt;Synaptic Portfolio is a single-page personal portfolio application built with a modern React stack. My design philosophy was desktop-first, as most recruiters review candidates on a desktop. This allowed me to remove the design constraints inherent to mobile-first design and lean into a high-fidelity "Sci-Fi / Neural network" aesthetic with a strong emphasis on motion and a "old operating system" theme.&lt;/p&gt;

&lt;h3&gt;
  
  
  Tech Stack
&lt;/h3&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Framework: React 19 (via Vite)

Language: TypeScript

Styling: Tailwind CSS (via CDN with custom config)

Animations: Framer Motion, customized HTML5 Canvas

Icons: Lucide React

Build Tool: Vite
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;h3&gt;
  
  
  Architecture &amp;amp; Configuration
&lt;/h3&gt;

&lt;p&gt;The project follows a flattened, lightweight structure designed for speed:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Root: Entry configurations (vite.config.ts, index.html) and the main App.tsx.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;components/: Houses all UI sections (AboutMe, Projects, Skills) and specialized visual components like NeuralNodes.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Entry &amp;amp; Build: I implemented a "zero-bundle-ish" pattern in index.html using an importmap to load React and Framer Motion directly from a CDN (esm.sh). This focuses on rapid prototyping and high deployment speed.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;
  
  
  Design System &amp;amp; UI/UX (Design Ideology)
&lt;/h3&gt;

&lt;p&gt;The design language mimics a futuristic interface titled "Synaptic OS." I chose this to bridge the gap between my specialization in ML/AI and my Tinkering background—making the web feel like hardware.&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%2Fcq8e0u85wyg1v4j96yax.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%2Fcq8e0u85wyg1v4j96yax.png" alt=" "&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Color Palette:&lt;/strong&gt; Obsidian (#05070A) for the void, Cyan (#00F2FF) for active status, and Violet (#7000FF) for structural elements.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Typography:&lt;/strong&gt; JetBrains Mono for data/headers to provide a technical, "terminal" feel.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Interactive Neural Network:&lt;/strong&gt; A custom HTML5 Canvas implementation (NeuralNodes.tsx) creates a particle system where nodes connect and interact elastically with the cursor, providing a dynamic, "living" background.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;
  
  
  Coding Practices &amp;amp; Performance
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Functional Design:&lt;/strong&gt; All components utilize React Hooks (useState, useEffect, useRef).&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Performance Engineering:&lt;/strong&gt; Heavy animations are managed manually via requestAnimationFrame to ensure a consistent 60fps performance separate from React's render cycle.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Type Safety:&lt;/strong&gt; types.ts defines strict interfaces for all data structures, ensuring the codebase remains maintainable and bug-free.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;
  
  
  Google AI Tools &amp;amp; Development Process
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Google AI Studio&lt;/strong&gt;&lt;br&gt;
Used to prototype the &lt;em&gt;System Status&lt;/em&gt; narrative and refine the interactive logic for node connections.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Antigravity&lt;/strong&gt;&lt;br&gt;
Primary debugging tool for high-frequency animations, ensuring the particle system remained fluid and responsive.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Cloud Run &amp;amp; CI/CD&lt;/strong&gt;&lt;br&gt;
Deployment is fully automated via a GitHub trigger. To meet the challenge requirements, the service was tagged using the &lt;code&gt;gcloud&lt;/code&gt; SDK:&lt;br&gt;
&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;# Applying the required challenge label to the service
gcloud run services update ruchika-dominic-de-zoysa \
  --update-labels dev-tutorial=devnewyear2026 \
  --region us-west1
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



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

&lt;p&gt;The progress bar and loading animations&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%2Fhzpsa1l9xblhsriauou0.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%2Fhzpsa1l9xblhsriauou0.png" alt="Progress bar and loading animation"&gt;&lt;/a&gt;&lt;br&gt;
The 60fps neural mesh&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%2Fow1rc0vn6s0lasxawwcc.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%2Fow1rc0vn6s0lasxawwcc.png" alt="The Neural mesh that runs at 60 fps"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I intentionally designed this portfolio to be desktop-first. By removing the design constraints of mobile, I was able to build a robust, "Pro" interface that mirrors the complexity of the systems I work on daily.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;The Neural Mesh Background:&lt;/strong&gt; I built a custom HTML5 Canvas particle system where "nodes" drift and connect elastically based on cursor movement. It runs at a buttery-smooth 60fps outside of the main React render cycle to ensure the UI remains snappy.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;The "System Boot" Sequence:&lt;/strong&gt; First impressions matter. The application features a technical "boot-up" state on mount that sets the sci-fi tone before the user even reaches the main navigation.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Deep-Stack Integration:&lt;/strong&gt; I’m proud of how I’ve translated my experience in backend logic and network infrastructure into a frontend experience that feels like a piece of high-end hardware.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

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