<?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>Forem: Dorijan Bićanić</title>
    <description>The latest articles on Forem by Dorijan Bićanić (@dododev95).</description>
    <link>https://forem.com/dododev95</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%2F3658314%2F0849cb04-ba20-44c2-bfdd-8b41bc0aaf50.png</url>
      <title>Forem: Dorijan Bićanić</title>
      <link>https://forem.com/dododev95</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/dododev95"/>
    <language>en</language>
    <item>
      <title>I Built a New Portfolio with Next.js and Three.js</title>
      <dc:creator>Dorijan Bićanić</dc:creator>
      <pubDate>Fri, 12 Dec 2025 08:38:42 +0000</pubDate>
      <link>https://forem.com/dododev95/i-built-a-new-portfolio-with-nextjs-and-threejs-152g</link>
      <guid>https://forem.com/dododev95/i-built-a-new-portfolio-with-nextjs-and-threejs-152g</guid>
      <description>&lt;p&gt;I recently built my personal portfolio from the ground up, focusing on performance, interactivity, and visual identity.&lt;br&gt;
The result is a lightweight WebGL-driven experience powered by Next.js, Three.js, and GLSL shaders.&lt;/p&gt;

&lt;p&gt;👉 Live site: &lt;a href="https://dododev.dev" rel="noopener noreferrer"&gt;https://dododev.dev&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Preview&lt;/strong&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%2Fmr1808ttuspi3qsusi6o.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%2Fmr1808ttuspi3qsusi6o.png" alt="home page" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;Here’s what the project is built with:&lt;/p&gt;

&lt;p&gt;Next.js – for routing, server-side rendering, and overall structure&lt;/p&gt;

&lt;p&gt;Three.js – for all 3D rendering and scene management&lt;/p&gt;

&lt;p&gt;GLSL shaders – powering the background and the galaxy&lt;/p&gt;

&lt;p&gt;Cloudflare Turnstile – bot protection on the contact form&lt;/p&gt;

&lt;p&gt;Rate limiting – to secure the contact API endpoint&lt;/p&gt;

&lt;p&gt;Vercel – for deployment&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Highlights of the build&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Fast, fully static Next.js pages&lt;/p&gt;

&lt;p&gt;Most of the site is statically optimized while still supporting interactive WebGL elements.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Secured contact form&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I integrated Cloudflare Turnstile with a small serverless API route and added rate limiting to avoid spam.&lt;br&gt;
This makes the form safe to keep public.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Responsive + GPU friendly&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Special care was taken so shaders adapt cleanly to mobile, device pixel ratio changes, and GPU constraints.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why I built it?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I wanted a portfolio that reflects my experience as a frontend/full-stack developer with my own interest, stargazing. So, I finally decided how I want my portfolio to look like!&lt;/p&gt;

&lt;p&gt;That's it!&lt;/p&gt;

&lt;p&gt;Feedback is 100% welcome — whether it’s about design, performance, shaders, or UX.&lt;br&gt;
Thanks for reading! 👋&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>webdev</category>
      <category>nextjs</category>
      <category>threejs</category>
    </item>
  </channel>
</rss>
