Personal portfolio and engineering blog for me (Don Bowman aka hitmanpc), a Senior Full-Stack Software Engineer specializing in scalable web applications, microfrontends, and real-time systems.
This site showcases professional projects, technical blog posts, and engineering experience using Angular, React, TypeScript, .NET, and modern CI/CD tooling.
Built with:
- Astro v6.3.1 - Static site generator
- Tailwind CSS v4.3.0 - Utility-first CSS framework
- MDX - Markdown with component support for blog posts and project documentation
# Install dependencies
npm install
# Start development server at localhost:4321
npm run dev
# Build for production
npm run build
# Preview production build
npm run preview- Node.js >=22.12.0