<?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: Shaurya Verma</title>
    <description>The latest articles on DEV Community by Shaurya Verma (@vermashaurya).</description>
    <link>https://dev.to/vermashaurya</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%2F3891110%2F3973aa1b-6fe5-4e49-9fc1-209664193723.jpeg</url>
      <title>DEV Community: Shaurya Verma</title>
      <link>https://dev.to/vermashaurya</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vermashaurya"/>
    <language>en</language>
    <item>
      <title>Bought My Own Domain — Here’s How I Turned It Into More Than Just a Portfolio</title>
      <dc:creator>Shaurya Verma</dc:creator>
      <pubDate>Tue, 21 Apr 2026 18:42:47 +0000</pubDate>
      <link>https://dev.to/vermashaurya/bought-my-own-domain-heres-how-i-turned-it-into-more-than-just-a-portfolio-36l9</link>
      <guid>https://dev.to/vermashaurya/bought-my-own-domain-heres-how-i-turned-it-into-more-than-just-a-portfolio-36l9</guid>
      <description>&lt;p&gt;Most developers treat a personal domain like a checkbox:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;“Buy domain → deploy portfolio → done.”&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I did the same.&lt;/p&gt;

&lt;p&gt;I bought &lt;a href="https://shaurya.online/" rel="noopener noreferrer"&gt;shaurya.online&lt;/a&gt;, hooked it up to my &lt;a href="https://github.com/vermashaurya/vermashaurya.github.io" rel="noopener noreferrer"&gt;GitHub repo&lt;/a&gt;, deployed it on Vercel… and for a while, that was it.&lt;/p&gt;

&lt;p&gt;But then I realized something:&lt;/p&gt;

&lt;p&gt;A domain isn’t just a website. It’s your permanent identity layer on the internet.&lt;/p&gt;

&lt;p&gt;Here’s how I started using mine beyond just a static portfolio—and how you can too.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Stop Thinking “Website”, Start Thinking “Platform”&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Instead of one site, your domain can host multiple things:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;shaurya.online → main portfolio&lt;/li&gt;
&lt;li&gt;blog.shaurya.online → technical writing&lt;/li&gt;
&lt;li&gt;api.shaurya.online → backend experiments&lt;/li&gt;
&lt;li&gt;resume.shaurya.online → always-updated CV&lt;/li&gt;
&lt;li&gt;lab.shaurya.online → random experiments&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Each subdomain can point to a different service (Vercel, VPS, edge functions, etc.)&lt;/p&gt;

&lt;p&gt;⸻&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Get a Personal Email That Actually Looks Professional&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Switching from:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="mailto:shauryaverma.tech@gmail.com"&gt;shauryaverma.tech@gmail.com&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;To:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="mailto:hi@shaurya.online"&gt;hi@shaurya.online&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;…is a surprisingly big upgrade.&lt;/p&gt;

&lt;p&gt;You can set this up using:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Google Workspace&lt;/li&gt;
&lt;li&gt;Zoho Mail (free tier)&lt;/li&gt;
&lt;li&gt;Proton Mail (privacy-focused)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It’s one of the easiest ways to look more legit instantly.&lt;/p&gt;

&lt;p&gt;⸻&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Build Your Own URL Shortener&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Instead of sharing messy links:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/vermashaurya" rel="noopener noreferrer"&gt;shaurya.online/github&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://shaurya.online/assets/shaurya-verma-resume.pdf" rel="noopener noreferrer"&gt;shaurya.online/resume&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;self-host a shortener (like YOURLS)&lt;/li&gt;
&lt;li&gt;or build one as a side project&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It’s simple, useful, and a great backend exercise.&lt;/p&gt;

&lt;p&gt;⸻&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Turn It Into an SEO Engine (This Is the Big One)&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Here’s the hard truth:&lt;/p&gt;

&lt;p&gt;A portfolio alone won’t get traffic unless people already know your name.&lt;/p&gt;

&lt;p&gt;So I started treating my domain like a content platform, not just a portfolio.&lt;/p&gt;

&lt;p&gt;Instead of writing:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;“My Project”&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I write things people actually search for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;“How to run Gemma locally”&lt;/li&gt;
&lt;li&gt;“Ollama vs LM Studio performance”&lt;/li&gt;
&lt;li&gt;“Best way to host LLM APIs on Vercel”&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Now each blog post becomes a traffic entry point.&lt;/p&gt;

&lt;p&gt;⸻&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5. Use It as a Backend Playground&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Since I work on backend systems, this became the most fun part:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;api.shaurya.online → APIs&lt;/li&gt;
&lt;li&gt;auth.shaurya.online → auth experiments&lt;/li&gt;
&lt;li&gt;ai.shaurya.online → LLM experiments&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You can test:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;rate limiting&lt;/li&gt;
&lt;li&gt;caching strategies&lt;/li&gt;
&lt;li&gt;edge vs serverless&lt;/li&gt;
&lt;li&gt;infra decisions&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It’s basically a production-like sandbox.&lt;/p&gt;

&lt;p&gt;⸻&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;6. Own Your Analytics&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Instead of relying completely on big platforms, you can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;use privacy-friendly analytics (like Plausible)&lt;/li&gt;
&lt;li&gt;or self-host your own&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You get cleaner insights and full control over your data.&lt;/p&gt;

&lt;p&gt;⸻&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;7. Learn Real Infrastructure (Not Just Tutorials)&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Your domain is the perfect place to practice:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;DNS records (A, CNAME, TXT, MX)&lt;/li&gt;
&lt;li&gt;SSL/TLS setup&lt;/li&gt;
&lt;li&gt;CDN + caching&lt;/li&gt;
&lt;li&gt;bot protection&lt;/li&gt;
&lt;li&gt;rate limiting&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is actual production knowledge—not just theory.&lt;/p&gt;

&lt;p&gt;⸻&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;8. Create Focused Landing Pages&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Instead of one generic site:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;hire.shaurya.online → for recruiters&lt;/li&gt;
&lt;li&gt;open-source.shaurya.online → contributions&lt;/li&gt;
&lt;li&gt;talks.shaurya.online → presentations&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Each page has a clear goal.&lt;/p&gt;

&lt;p&gt;⸻&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;9. Add Personality&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Some small but fun ideas:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;custom 404 page&lt;/li&gt;
&lt;li&gt;/changelog for updates&lt;/li&gt;
&lt;li&gt;/secret easter egg&lt;/li&gt;
&lt;li&gt;RSS feed for your blog&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These don’t just look cool—they make your site memorable.&lt;/p&gt;

&lt;p&gt;⸻&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Final Thought&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Buying a domain is easy.&lt;/p&gt;

&lt;p&gt;Using it well is where the leverage is.&lt;/p&gt;

&lt;p&gt;Your domain can be:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;your portfolio&lt;/li&gt;
&lt;li&gt;your blog&lt;/li&gt;
&lt;li&gt;your backend playground&lt;/li&gt;
&lt;li&gt;your identity&lt;/li&gt;
&lt;li&gt;your SEO engine&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;All in one place.&lt;/p&gt;

&lt;p&gt;⸻&lt;/p&gt;

&lt;p&gt;&lt;em&gt;What Are You Doing With Your Domain?&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;I’m curious—are you using your domain beyond a portfolio?&lt;/p&gt;

&lt;p&gt;Drop your setup below 👇&lt;/p&gt;

</description>
      <category>career</category>
      <category>seo</category>
      <category>webdev</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
