Skills Projects Services About Hire Me

Available for freelance work

Building the
future of tech.

Full-stack developer and AI engineer specialising in intelligent systems, health tech, and scalable web solutions. Based in Manchester, working with clients worldwide.

5+
Projects Built
1
Live App
AI
Specialisation
BSc
Computer Science
What I do

Technical Skills

From machine learning pipelines to enterprise networks — a broad, battle-tested skillset built through real projects.

🧠
AI & Machine Learning
Python · TensorFlow · PyTorch
CNNs · LLMs · Computer Vision
🌐
Web Development
React · Node.js · HTML/CSS
REST APIs · TypeScript
🗄️
Backend & Databases
PostgreSQL · MongoDB · Firebase
Express · Django · Flask
🔀
Multi-Paradigm Programming
Python · Haskell · Prolog
OOP · Functional · Logic
📱
Mobile Development
Flutter · Dart · Android · iOS
Cross-platform · Firebase
🏢
Networking & Infrastructure
Cisco · LAN/WAN · DHCP
VLANs · Routing · Switching
🇪🇸
Spanish
B2 CEFR Level
🎨
Design
UI/UX Sensibility
📊
Business
Commercial Awareness
👨‍🏫
Tutoring
Maths · CS · English
What I've built

Projects

Real-world applications and systems — click any project to see the evidence and technical detail.

🫁
AI / MLPythonTensorFlowCNN
Pneumonia Detection via X-Ray Analysis

Custom-built CNN and LLM pipeline trained on chest X-ray datasets to detect pneumonia with high accuracy. Implements advanced image preprocessing, data augmentation, and confidence-scored classification.

CNNArchitecture
X-RayInput Data
TFFramework
BinaryClassification

Google Colab Notebook

⬡ Open in Google Colab →

Built in Google Colab using TensorFlow. Contains the full model architecture, training pipeline, data preprocessing, and evaluation metrics. Open the notebook to explore the full model architecture, training pipeline, data preprocessing, and evaluation results across 7 ML models and 2 CNN architectures.

Multi-ParadigmPythonHaskellProlog
Go With Bombs — Three Ways

A custom variant of Go implemented from scratch in three fundamentally different paradigms: object-oriented Python, functional Haskell, and logic-based Prolog — identical in rules, radically different in design.

Screenshots

Go With Bombs game banner Go With Bombs game board

Paradigm Comparison — same bomb mechanic, three implementations

Python — Object-Oriented: mutable state encapsulated in a class
class GoGame:
    def __init__(self, size):
        self.board = [[None]*size for _ in range(size)]
        self.bombs = {"Black": 2, "White": 2}

    def use_bomb(self, row, col):
        for dr in [-1,0,1]:
            for dc in [-1,0,1]:
                r, c = row+dr, col+dc
                if 0 <= r < self.size and 0 <= c < self.size:
                    self.board[r][c] = None
Haskell — Functional: immutable state, returns new GameState on every move
useBomb :: GameState -> (Int,Int) -> GameState
useBomb gs (r,c) =
  let affected = [(r+dr,c+dc) | dr <- [-1..1], dc <- [-1..1],
                  inBounds (gsSize gs) (r+dr,c+dc)]
      newBoard  = foldr clearCell (gsBoard gs) affected
  in gs { gsBoard = newBoard }
Prolog — Logic: rules define what a valid resulting state looks like
use_bomb(State, Coord, NewState) :-
  State = state(Size, Board, Player, BB, WB, BC, WC, PC),
  bomb_coords(Coord, Size, Affected),
  clear_cells(Board, Affected, NewBoard),
  NewState = state(Size, NewBoard, Player,
                   NewBB, NewWB, BC, WC, PC).

Python mutates shared state directly. Haskell returns a transformed copy. Prolog defines the resulting state as a logical consequence of rules. Same problem — three entirely different ways of thinking about it.

🏢
EnterpriseCiscoLAN/WANDHCPRIP
Multi-Site Enterprise Network — ShamCo Consulting

Designed and configured a full enterprise network for a two-city consultancy — 4 offices, 40 workstations, dynamic IP allocation, inter-site routing, SSH security, and wireless capability.

2Cities
4Offices
40Workstations
0%Packet Loss

Full Logical Network Diagram

Full logical network diagram — Manchester and London offices

Physical Layout & City Topology

City topology Physical office layout

Star topology per office, DHCP dynamic addressing (192.168.x.0/24 per subnet), RIP routing for inter-office traffic, SSH-secured router access, wireless access points in every room. Verified with 0% packet loss across all connection types.

What I offer

Services & Pricing

Transparent, project-based pricing. Every engagement includes clear communication and clean, documented deliverables.

Starter
£300 / project
Web Presence
  • Custom responsive website (up to 5 pages)
  • Mobile-optimised design
  • Contact form integration
  • Basic SEO setup
  • 2 rounds of revisions
Get started
Advanced
£1,500+ / project
AI Integration
  • Custom ML model development
  • AI/LLM integration into existing systems
  • Data pipeline & preprocessing
  • Model training, testing & deployment
  • Network infrastructure design
  • Full technical documentation
Get started

All prices are starting points — get in touch for a free quote.

Social proof

Testimonials

Client feedback coming soon. Early-stage engagements available at reduced rates in exchange for a review.

👤
★★★★★
"Your testimonial could be here. Get in touch to discuss your project at an introductory rate."
— Future Client
👤
★★★★★
"Early clients receive priority availability and discounted rates in exchange for honest feedback."
— Future Client
👤
★★★★★
"Interested in working together? Let's build something great — and you'll be the first review here."
— Future Client

Want your logo and review here? Start a conversation →

Brandon Rhodes — Founder of BR.IT Solutions, AI Engineer and Full-Stack Developer based in Manchester
⬡ AI Engineer
{} Full-Stack Dev

About Me

I'm Brandon — a Computer Science graduate and the founder of BR.IT Solutions. I build intelligent systems, full-stack applications, and enterprise IT solutions for clients across the UK and beyond. I combine deep technical knowledge with commercial awareness and a genuine eye for design.

Let's build something

Get In Touch

Open to freelance projects, collaborations, and consultancy. Let's talk.

Ready to start a project?

hello@mybritsolutions.co.uk

Or find me on