This is my personal website and ongoing home base for projects, notes, and things I’m learning.
The site is still a work in progress, but the goal is to have one place where I can collect my software projects, developer notes, technical writeups, and the occasional cooking-related post.
This project is built as a personal static website using Next.js. It gives me a place to organize:
- Personal and software engineering projects
- Developer notes and technical writeups
- Learning resources and ideas I want to revisit
- Cooking notes, recipes, and other personal interests
The site is meant to grow over time as I add more notes, projects, and small improvements.
- Next.js
- React
- TypeScript
- Tailwind CSS
- MDX for notes/content
Install dependencies:
npm installRun the development server:
npm run devOpen http://localhost:3000 in your browser.
app/ # Next.js app routes and pages
components/ # Reusable UI components
content/ # Notes, posts, or MDX content
public/ # Static assetsThis project is actively evolving. Some sections may be incomplete, renamed, or reorganized as I continue building out the site.
- Add more developer notes
- Improve the projects section
- Add more cooking/recipe posts
- Clean up site navigation and layout
- Continue improving the writing/content structure