A personal portfolio, CV, and blog website built with Next.js. This project showcases my journey from IT Technician to Linux Sysadmin and Cloud Engineer, alongside my technical projects and homelab documentation.
An interactive, responsive curriculum vitae detailing my professional experience with:
- Microsoft Intune & Active Directory
- Microsoft 365 Administration
- Educational IT Support
A privacy-focused search interface that demonstrates backend resilience:
- Smart Proxy Architecture: Uses Next.js API routes (
app/api/search) to act as a proxy between the client and public SearXNG instances. - High Availability: Implements a failover strategy that automatically rotates through a list of public instances if one fails or times out.
- Serverless Compatible: Designed to run on Vercel without requiring a Docker container for the engine itself.
A Markdown-based blogging platform for sharing insights on:
- Homelab Infrastructure (Proxmox, Unraid, UniFi)
- Linux Customization (Neovim, Arch Linux)
- Career Roadmaps
- Built with MDX, remark-gfm, and Tailwind Typography.
- Framework: Next.js 15+ (App Router)
- Styling: Tailwind CSS 4
- Language: TypeScript
- Content: MDX & React Markdown
- Icons: Lucide React
To run this project locally:
- Clone the repository.
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open http://localhost:3000 with your browser.
This application is optimized for deployment on the Vercel Platform.