Work

A selection of things I've built that I'm proud of.

  • Senior Software Engineer Remote

    Building backend infrastructure and AI tooling for a leading checkout and affiliate platform.

  • Fullstack Engineer Remote

    Developed cooperative management systems and member-facing web applications.

  • Backend Engineer Lagos, Nigeria

    Built and maintained backend services powering home services delivery across Nigeria.

  • Software Engineer Remote

    Engineered healthcare platform features connecting patients and providers across Africa.

  • Software Developer Remote

    Delivered client web projects and internal tooling across a range of industries.

Third Party Provider

Provider discovery and comparison platform for teams expanding their product without building every service in-house.

Built a directory-style platform that helps companies discover, compare, and evaluate vetted third-party providers across categories like travel lounges, banking-as-a-service, payment processing, identity verification, background checks, and financial data. The product is positioned around helping teams expand service offerings faster by choosing integration partners instead of building from scratch.

DirectoryProvider MarketplaceComparisonsB2B SaaSIntegrations

MCP Server

Built an AI-callable server exposing ThriveCart's core functionality to LLMs.

For a company hackathon, I built an MCP (Model Context Protocol) server that exposes 7 AI-callable tools over ThriveCart's platform. The server uses OAuth 2.0 via Laravel Passport, supports multi-tenant architecture, enforces rate limiting, and includes a web chat widget supporting both Claude and OpenAI. Placed 3rd.

MCPLaravelOAuth 2.0Claude APIOpenAIMulti-tenant

Agent Spire

Multi-tenant content automation platform with a provider-agnostic LLM abstraction layer.

Built a platform that automates content workflows across YouTube and Medium using a multi-agent engine. The LLM abstraction layer supports Claude, OpenAI, and Gemini interchangeably — so the system isn't locked to any single provider. Designed for multi-tenancy from the ground up.

Multi-agentLLM AbstractionClaudeOpenAIGeminiLaravel

InvestorSmith

RAG-based investment research tool grounded in real financial data.

Built a retrieval-augmented generation system for investment research that pulls from SEC EDGAR filings, Alpha Vantage market data, and NewsAPI. Uses ChromaDB for vector storage and OpenAI embeddings to surface relevant context before generating analysis. Built to answer the question: what does AI-assisted research look like when it's actually grounded?

RAGChromaDBOpenAI EmbeddingsSEC EDGARAlpha VantagePython