Software Developer & Founder based in Newcastle — open to contracts, placement years & graduate roles. I build REST APIs, full SaaS products, SvelteKit frontends, Docker/Nginx infrastructure, Stripe billing, security-hardened backends and third-party integrations — and I can contribute from day one.
I'm a second-year Computer Science student at Northumbria University (final semester of Level 5, starting Level 6 in September 2026) who ships real products — not just university assignments.
BSCAN is a live SaaS website audit tool at bscan.balancewises.io — scanner, AI fix generation, deep crawl, Stripe billing, team spaces, PDF export, social posting engine, and a full admin console. Wisers is a professional social network at wisrs.com (in development) — E2E encrypted DMs, passkey login, Cloudflare R2 media, and an API platform.
I also founded Balancewise Ltd (Company No. 16164776) — a multi-brand UK group covering IT services and clothing, where I manage all technical infrastructure, DNS, email, cloud identity, and compliance.
I'm actively looking for a placement year, contract, or graduate developer role where I can contribute from day one.
A production SaaS product that audits websites for SEO, performance, security and accessibility — with AI-generated fix suggestions, team collaboration, and a full developer API console. Built entirely solo from zero to launch.
# BSCAN - AI-powered site audit @router.post("/scan") async def run_scan(url: str, user=Depends(auth)): check_quota(user.plan, user.scans_today) result = await deep_crawl(url) issues = audit_all(result) # AI fix generation fixes = await ai_generate_fixes(issues) generate_pdf.delay(result.id) check_alerts.delay(user.id, issues) return {"score": result.score, "issues": issues, "fixes": fixes}
# Two independent subscription tiers # UI: scan limits via JWT + user.plan # API: credit limits via X-API-Key PLANS = { "starter": {"scans": 50}, "pro": {"scans": 500}, "agency": {"scans": 2000}, } API_PLANS = { "developer": {"credits": 10000}, "business": {"credits": 100000}, }
A professional social platform being built at wisrs.com — E2E encrypted DMs, passkey login, Cloudflare R2 media, help centre CMS, and a developer API console. Backend at 97/100 security rating.
Designed, built and deployed a full corporate website for a registered UK IT company — from zero to live.
Full CRUD REST API for the CHI 2025 academic conference dataset, built for KV5035 Software Architecture at Northumbria University.
Built and launched a fully operational e-commerce store under Balancewise Ltd (Company No. 16164776).
Real-time departure board for Haymarket Station consuming the live Nexus Metro RTI API, styled to mimic a real station display board.
Not a list of buzzwords — everything below is something I've shipped to production or used to solve a real problem.
I'm actively looking for contracts, a placement year, or a graduate developer role — immediately available. Here's what I can build from day one:
I also take on freelance work through Balancewise Technologies — REST APIs, backend systems, SaaS products, and IT infrastructure.
balancewises.io →I run a clothing brand on the side — every purchase directly supports my studies and products.