<?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: Paul Leung</title>
    <description>The latest articles on DEV Community by Paul Leung (@paul_leung_dcbf90b7c5de1f).</description>
    <link>https://dev.to/paul_leung_dcbf90b7c5de1f</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%2F3746043%2Fa0dae755-e996-472a-9bd6-ef3add968e85.png</url>
      <title>DEV Community: Paul Leung</title>
      <link>https://dev.to/paul_leung_dcbf90b7c5de1f</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/paul_leung_dcbf90b7c5de1f"/>
    <language>en</language>
    <item>
      <title>Mobile Developer Portfolio</title>
      <dc:creator>Paul Leung</dc:creator>
      <pubDate>Mon, 02 Feb 2026 02:12:29 +0000</pubDate>
      <link>https://dev.to/paul_leung_dcbf90b7c5de1f/mobile-developer-portfolio-1bke</link>
      <guid>https://dev.to/paul_leung_dcbf90b7c5de1f/mobile-developer-portfolio-1bke</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 Paul Leung, a mobile developer passionate about creating immersive, handheld experiences.&lt;/p&gt;

&lt;p&gt;When designing my portfolio, I realized that a standard 2D grid of screenshots didn't capture the essence of my work. Since I build apps for devices that people hold in their hands, I wanted my portfolio to reflect that tactility. My goal was to build a web experience that feels like a native OS, allowing visitors to "hold" my work and explore my projects as if they were browsing apps on their own phone.&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;📱 Live Demo:&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://portfolio-site-770035400814.us-central1.run.app" rel="noopener noreferrer"&gt;Open Full Screen Experience&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-site-770035400814.us-central1.run.app"&gt;
  &lt;/iframe&gt;
&lt;/div&gt;




&lt;p&gt;&lt;strong&gt;💻 Source Code:&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://github.com/PaulLeung93/portfolio-site" rel="noopener noreferrer"&gt;https://github.com/PaulLeung93/portfolio-site&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;This website is a "Meta" portfolio: a 3D simulation of a mobile operating system where every "app" is a portal to my real-world projects.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Core:&lt;/strong&gt; React 19, Vite 7.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;3D Engine:&lt;/strong&gt; Three.js, React Three Fiber, React Three Drei.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Styling:&lt;/strong&gt; Tailwind CSS 4.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Animations:&lt;/strong&gt; Framer Motion, React Spring.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  The Architecture: "Dual-Layer"
&lt;/h3&gt;

&lt;p&gt;I designed a unique architecture that renders two worlds simultaneously:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt; &lt;strong&gt;Layer 1 (Background):&lt;/strong&gt; A WebGL canvas that renders the procedural 3D hardware (lighting, shadows, and device models).&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Layer 2 (Foreground):&lt;/strong&gt; A simulated "HomeOS" built with standard React/HTML that lives &lt;em&gt;inside&lt;/em&gt; the 3D phone screen using &lt;code&gt;drei/Html&lt;/code&gt; occlusion.&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  Integrating Google AI (Antigravity)
&lt;/h3&gt;

&lt;p&gt;I used &lt;strong&gt;Google Antigravity&lt;/strong&gt; as my primary AI development partner to help build the entire website, particularly for the 3D assets.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Procedural 3D Generation:&lt;/strong&gt; While I downloaded GLB assets for the specific iPhone and Pixel models, I needed a custom "Default" phone that could load instantly without external files. I used Antigravity's agents to write the procedural Three.js code in &lt;code&gt;PhoneModel.jsx&lt;/code&gt;. I described the device's curves and bezels, and the AI generated the complex &lt;code&gt;THREE.Shape()&lt;/code&gt; logic and &lt;code&gt;extrudeSettings&lt;/code&gt; automatically.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Full-Stack Workflow:&lt;/strong&gt; I used the IDE to help structure the "HomeOS" architecture, ensuring the state management between the 3D parent and the 2D "apps" remained performant.&lt;/li&gt;
&lt;/ul&gt;

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

&lt;p&gt;I am most proud of the &lt;strong&gt;Simulated OS Experience&lt;/strong&gt;. It’s not just a visual trick; it’s a functional system.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Interactive "Apps":&lt;/strong&gt; The portfolio includes a working "Settings" app (changing the phone's wallpaper and language), a "Music" app (embedding a playlist), and a "Photos" app that lets users swipe through my real-world memories from various events I attended!&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The "Flip" Mechanic:&lt;/strong&gt; I built a dynamic folding animation for the Galaxy Flip 7 model using &lt;code&gt;react-spring&lt;/code&gt;. The 3D hinge physics and the way the screen content reacts to the fold (checking if it is "nearly unfolded") were technically difficult to pull off in a browser, but they make the experience feel tactile and alive.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Connect with me
&lt;/h3&gt;

&lt;p&gt;📧 Email: &lt;a href="mailto:PaulLeung93@gmail.com"&gt;PaulLeung93@gmail.com&lt;/a&gt;&lt;br&gt;
💼 LinkedIn: &lt;a href="https://www.linkedin.com/in/paulleung1993/" rel="noopener noreferrer"&gt;https://www.linkedin.com/in/paulleung1993/&lt;/a&gt;&lt;br&gt;
🐙 GitHub: &lt;a href="https://github.com/PaulLeung93" rel="noopener noreferrer"&gt;https://github.com/PaulLeung93&lt;/a&gt;&lt;/p&gt;

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