- Currently: Open to new opportunities and collaboration
- I'm a very active and motivated software developer, based in Birmingham, UK 🇬🇧
- Bootcamp graduate from Northcoders (March–June 2025)
- Former equities trader and drama graduate turned passionate coder
- Love solving problems, building useful tools, and I'm not afraid of learning new tech
- Always open to collaboration or a chat - feel free to connect!
🗞️ Daily Spews
A Reddit-style news app
- Backend: RESTful API with Express.js & PostgreSQL
- Frontend: React, CSS, responsive design
- Features: User authentication, voting system, comment threads, post articles
- 🔗 Live Demo | Backend Repo | Frontend Repo
🔍 FoundIt
Collaborative lost & found web application
- Tech Stack: TypeScript, Next.js, MongoDB
- Team: Built with 6 other developers using Agile methodology
- Role: Full-stack development, API integration, UI/UX design
- 🔗 Live Demo | Team Organisation | Backend Repo | Frontend Repo
I'm always interested in connecting with fellow developers, discussing new technologies, or exploring collaboration opportunities. Whether you want to chat about code, share project ideas, or you're simply curious about any of my work and would like to say "hi" - I'd love to hear from you!
const probablyQuiteBadDevJoke = async () => {
try {
await laugh();
} catch (e) {
console.log("404: funny not found");
}
};