<?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: Dubai Property Team</title>
    <description>The latest articles on DEV Community by Dubai Property Team (@dubai_propertyteam_6cc4a).</description>
    <link>https://dev.to/dubai_propertyteam_6cc4a</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%2F3473831%2Fd3a5c675-075e-43ca-9e34-2fb428127032.png</url>
      <title>DEV Community: Dubai Property Team</title>
      <link>https://dev.to/dubai_propertyteam_6cc4a</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dubai_propertyteam_6cc4a"/>
    <language>en</language>
    <item>
      <title>Beginner’s Guide to Building a Portfolio Website with Next.js</title>
      <dc:creator>Dubai Property Team</dc:creator>
      <pubDate>Mon, 01 Sep 2025 17:11:32 +0000</pubDate>
      <link>https://dev.to/dubai_propertyteam_6cc4a/beginners-guide-to-building-a-portfolio-website-with-nextjs-24j0</link>
      <guid>https://dev.to/dubai_propertyteam_6cc4a/beginners-guide-to-building-a-portfolio-website-with-nextjs-24j0</guid>
      <description>&lt;p&gt;If you’re a developer, designer, or freelancer, having a personal portfolio is one of the best ways to showcase your skills. With Next.js, you can build a site that’s fast, SEO-friendly, and easy to deploy.&lt;/p&gt;

&lt;p&gt;Why Next.js?&lt;/p&gt;

&lt;p&gt;SEO benefits thanks to server-side rendering.&lt;/p&gt;

&lt;p&gt;Performance with image optimisation and static site generation.&lt;/p&gt;

&lt;p&gt;Easy deployment on Vercel (built by the creators of Next.js).&lt;/p&gt;

&lt;p&gt;Steps to Get Started&lt;/p&gt;

&lt;p&gt;Create a new project:&lt;/p&gt;

&lt;p&gt;npx create-next-app my-portfolio&lt;br&gt;
cd my-portfolio&lt;br&gt;
npm run dev&lt;/p&gt;

&lt;p&gt;Add your pages:&lt;/p&gt;

&lt;p&gt;/about → your story&lt;/p&gt;

&lt;p&gt;/projects → showcase work&lt;/p&gt;

&lt;p&gt;/contact → let people reach you&lt;/p&gt;

&lt;p&gt;Customise the layout:&lt;br&gt;
Add a navbar, footer, and consistent design across pages.&lt;/p&gt;

&lt;p&gt;Style it up:&lt;br&gt;
Use Tailwind CSS or your favourite CSS framework.&lt;/p&gt;

&lt;p&gt;Deploy:&lt;br&gt;
Push your code to GitHub and deploy with Vercel in just one click.&lt;/p&gt;

&lt;p&gt;Pro Tips&lt;/p&gt;

&lt;p&gt;Add a blog section with Markdown or a headless CMS.&lt;/p&gt;

&lt;p&gt;Use Framer Motion for smooth animations.&lt;/p&gt;

&lt;p&gt;Optimise images with Next.js’  component.&lt;/p&gt;

&lt;p&gt;Final Thoughts&lt;/p&gt;

&lt;p&gt;Your portfolio doesn’t need to be perfect on day one. Start with the basics, then keep improving as your skills and projects grow. With Next.js, you’ll have a professional-looking site in no time.&lt;/p&gt;

</description>
      <category>nextjs</category>
      <category>webdev</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
