This repository contains the source code for calumbradley.dev, the personal site and portfolio of Calum Bradley.
It’s built with Next.js and TypeScript, with a focus on fast performance, accessibility, and a clean, minimal design.
Calum Bradley is a software engineer based in Cheshire, UK, who enjoys turning messy requirements into calm, predictable systems. He works across the full stack with JavaScript/TypeScript, React, Node.js, SQL databases and DevOps tooling, with a particular interest in automation, CI/CD and keeping production outages comfortably boring. When he’s not shipping code, he’s usually out with his cocker spaniel, Chester, or trying to convince his golf handicap to go the right way.
This site includes:
- A portfolio of selected projects
- Writing and technical notes
- Contact and social links
git clone https://github.com/calumbradley/calumbradley.dev.git
cd calumbradley.dev
pnpm install| Command | Action |
|---|---|
pnpm dev |
Start the local dev server |
pnpm build |
Create an optimized production build |
pnpm start |
Run the production build |
pnpm lint |
Run linting |
- Next.js
- TypeScript
- Tailwind CSS (if applicable)
- Vercel (deployment)
Code in this repository is provided under your chosen license (update this section as needed).