Personal engineering blog and digital garden. This repository contains the source code for my blog, where I document my journey as a 4th-semester CS student at FAST-NUCES, technical deep dives into Svelte 5, and the development of RoDevsy.
Built with a focus on high-performance frontend and a "KISS" (Keep It Simple, Stupid) philosophy.
The blog is structured into five core areas:
Clone the repo:
git clone https://github.com/PirAhmedShah/blog.git
cd blog
Install dependencies:
pnpm install
Start the dev server:
pnpm dev
New entries are added as .svx files in the $lib/posts/ directory. Each file requires standard frontmatter:
title: "Post Title" description: "Brief summary of the post" date: "2026-03-15" author: "Pir Ahmed Shah" tags: ["svelte", "backend", "fast-nuces"]
MIT © Pir Ahmed Shah