<?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: Adam G</title>
    <description>The latest articles on DEV Community by Adam G (@adam_g_758dd84b149418).</description>
    <link>https://dev.to/adam_g_758dd84b149418</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%2F3804887%2F0c475c0e-ca82-44f5-8100-28e462044017.png</url>
      <title>DEV Community: Adam G</title>
      <link>https://dev.to/adam_g_758dd84b149418</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/adam_g_758dd84b149418"/>
    <language>en</language>
    <item>
      <title>My portfolio stack and why I picked each tool</title>
      <dc:creator>Adam G</dc:creator>
      <pubDate>Wed, 04 Mar 2026 01:47:18 +0000</pubDate>
      <link>https://dev.to/adam_g_758dd84b149418/my-portfolio-stack-and-why-i-picked-each-tool-1bl4</link>
      <guid>https://dev.to/adam_g_758dd84b149418/my-portfolio-stack-and-why-i-picked-each-tool-1bl4</guid>
      <description>&lt;p&gt;&lt;strong&gt;Didn't want to just clone a Next.js starter, so here's what I actually used and what I got out of it.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Astro&lt;/strong&gt; — ships zero JS by default. For a portfolio that's mostly static, that means fast load times without doing anything special. The island architecture is a nice bonus — React only where I actually need it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;React&lt;/strong&gt; — used it for the interactive bits. Nothing revolutionary, just nice to have it available inside Astro when needed.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Bun&lt;/strong&gt; — swapped npm for this and the speed difference is real. Installs are faster, scripts run faster. Drop-in replacement so there's basically no migration cost.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tailwind CSS&lt;/strong&gt; — stopped fighting with class names and just built things. The consistency you get with spacing and colors out of the box is underrated.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;PM2&lt;/strong&gt; — self-hosted on a VPS. Auto-restarts on crash, survives reboots, handles logs. Set it up once and forgot about it.&lt;/p&gt;

&lt;p&gt;The site is live at &lt;a href="//adamguman.com?utm_source=devto&amp;amp;utm_medium=article"&gt;adamguman.com&lt;/a&gt; — curious what stack you went with for your portfolio.&lt;/p&gt;

</description>
      <category>react</category>
      <category>tailwindcss</category>
      <category>tooling</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
