This is my portfolio and blog site, built from scratch with Node.js, Express, MongoDB, and EJS.
I wanted a site that matches the aesthetic of my MCP Server dashboard — dark, terminal-inspired, and clean. Every component is custom-styled using CSS custom properties.
const greeting = "Hello, world!";
console.log(greeting);graph TD
A[User Request] --> B[Express Router]
B --> C[Controller]
C --> D[MongoDB]
D --> C
C --> B
B --> E[Render EJS]
E --> F[HTML Response]Thanks for reading!