<?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: Wisman Nur Abdul Kholik</title>
    <description>The latest articles on DEV Community by Wisman Nur Abdul Kholik (@wismannur-pro).</description>
    <link>https://dev.to/wismannur-pro</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%2F3065913%2Fc9e41b1a-e930-4551-8e0a-7958b49c7dfc.jpg</url>
      <title>DEV Community: Wisman Nur Abdul Kholik</title>
      <link>https://dev.to/wismannur-pro</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/wismannur-pro"/>
    <language>en</language>
    <item>
      <title>I Just Launched My Open-Source Portfolio Website – Built with React, Firebase &amp; MDX</title>
      <dc:creator>Wisman Nur Abdul Kholik</dc:creator>
      <pubDate>Sat, 19 Apr 2025 14:44:00 +0000</pubDate>
      <link>https://dev.to/wismannur-pro/i-just-launched-my-open-source-portfolio-website-built-with-react-firebase-mdx-5e48</link>
      <guid>https://dev.to/wismannur-pro/i-just-launched-my-open-source-portfolio-website-built-with-react-firebase-mdx-5e48</guid>
      <description>&lt;h2&gt;
  
  
  I Just Launched My Open-Source Portfolio Website – Built with React, Firebase &amp;amp; MDX
&lt;/h2&gt;

&lt;p&gt;For years, I’ve wanted a personal website that truly reflects who I am — as a developer, as a learner, and as a builder.&lt;/p&gt;

&lt;p&gt;Last week, I finally launched it.&lt;br&gt;&lt;br&gt;
And the best part? It’s &lt;strong&gt;fully open-source&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;In this post, I’ll share:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Why I built it from scratch&lt;/li&gt;
&lt;li&gt;The stack and features I used&lt;/li&gt;
&lt;li&gt;Key lessons I learned along the way&lt;/li&gt;
&lt;li&gt;And how &lt;strong&gt;you&lt;/strong&gt; can contribute&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  The Why: More Than Just a Portfolio
&lt;/h2&gt;

&lt;p&gt;As a frontend engineer, I’ve always admired well-crafted personal sites — the kind that go beyond just a resume and truly show &lt;em&gt;who&lt;/em&gt; the developer is.&lt;/p&gt;

&lt;p&gt;I didn’t just want to list my projects and social links.&lt;br&gt;&lt;br&gt;
I wanted a living platform where I could:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Write technical blog posts in &lt;strong&gt;MDX&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Build a custom &lt;strong&gt;CMS&lt;/strong&gt; to manage content&lt;/li&gt;
&lt;li&gt;Share detailed &lt;strong&gt;case studies&lt;/strong&gt; of my work&lt;/li&gt;
&lt;li&gt;Experiment with new tools in public&lt;/li&gt;
&lt;li&gt;And open it up for &lt;strong&gt;community contributions&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  The Stack: Simple, Modern, Powerful
&lt;/h2&gt;

&lt;p&gt;I focused on speed, simplicity, and scalability.&lt;br&gt;&lt;br&gt;
Here’s what powers the site:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;React 18 + TypeScript&lt;/strong&gt; – for strong typing and component structure&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Vite&lt;/strong&gt; – fast build tool for a snappy dev experience&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tailwind CSS + shadcn/ui&lt;/strong&gt; – for styling and component primitives&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Firebase (Auth, Firestore, Storage)&lt;/strong&gt; – for authentication and dynamic content&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;MDX&lt;/strong&gt; – for writing blog posts as JSX&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Umami Analytics&lt;/strong&gt; – to track visitor engagement&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Google reCAPTCHA v3&lt;/strong&gt; – for basic security&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Features I'm Proud Of
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;⚡ &lt;strong&gt;Fast load times&lt;/strong&gt; thanks to Vite and smart bundling&lt;/li&gt;
&lt;li&gt;📝 &lt;strong&gt;Live Markdown + MDX Blog&lt;/strong&gt; system with dynamic routing&lt;/li&gt;
&lt;li&gt;🛠 &lt;strong&gt;Custom CMS dashboard&lt;/strong&gt; (built from scratch with Firestore as backend)&lt;/li&gt;
&lt;li&gt;🎯 &lt;strong&gt;Project showcase&lt;/strong&gt; section with images, descriptions, and tags&lt;/li&gt;
&lt;li&gt;📱 Fully &lt;strong&gt;responsive&lt;/strong&gt; for mobile and tablets&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Lessons I Learned
&lt;/h2&gt;

&lt;p&gt;This wasn’t just about building a site — it was a learning experience in itself. Here are a few highlights:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;How to &lt;strong&gt;combine Firebase with MDX&lt;/strong&gt; for a flexible content system&lt;/li&gt;
&lt;li&gt;Building an &lt;strong&gt;admin dashboard&lt;/strong&gt; without using a third-party CMS&lt;/li&gt;
&lt;li&gt;Designing a structure that is both user-friendly and developer-friendly&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And of course, pushing this project &lt;em&gt;live&lt;/em&gt; helped me polish deployment, domain config, and performance tuning.&lt;/p&gt;




&lt;h2&gt;
  
  
  How You Can Contribute
&lt;/h2&gt;

&lt;p&gt;This project is &lt;strong&gt;open to contributors&lt;/strong&gt; — whether you're a beginner or experienced dev.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;You can help improve performance
&lt;/li&gt;
&lt;li&gt;Suggest new features or components
&lt;/li&gt;
&lt;li&gt;Submit pull requests for blog enhancements
&lt;/li&gt;
&lt;li&gt;Or just star the repo to support it!&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;🔗 &lt;a href="https://github.com/wismannur/wismannur.pro" rel="noopener noreferrer"&gt;GitHub Repo → github.com/wismannur/wismannur.pro&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Want to learn in public? Let’s build in public, together.&lt;br&gt;&lt;br&gt;
Your ideas and code are welcome 💙&lt;/p&gt;




&lt;h2&gt;
  
  
  Useful Links
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Live site: &lt;a href="https://wismannur.pro" rel="noopener noreferrer"&gt;wismannur.pro&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;GitHub: &lt;a href="https://github.com/wismannur" rel="noopener noreferrer"&gt;github.com/wismannur&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Twitter: &lt;a href="https://x.com/wismannur" rel="noopener noreferrer"&gt;@wismannur&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;LinkedIn: &lt;a href="https://linkedin.com/in/wismannur" rel="noopener noreferrer"&gt;linkedin.com/in/wismannur&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;Thanks for reading!&lt;br&gt;&lt;br&gt;
If you liked this project, feel free to &lt;strong&gt;star&lt;/strong&gt; the repo, &lt;strong&gt;follow&lt;/strong&gt; me for more updates, or even join as a contributor 🙌&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>typescript</category>
      <category>firebase</category>
    </item>
  </channel>
</rss>
