Lagos, Nigeria 🇳🇬 — shipping code that talks to real APIs, real databases, and (increasingly) real language models.
I build fullstack and mobile products end to end — from React/Next.js and React Native on the frontend, to Node.js and FastAPI backends, with AI woven in where it actually earns its place (RAG pipelines, voice agents, LLM-powered workflows). I graduated with a BSc in Physics, then taught myself to code — so I tend to approach engineering problems the way I was trained to approach physics ones: form a hypothesis, test it, and trust the data over my assumptions.
- 🔭 Currently building Agentic RAG Research Assistant — a from-scratch RAG system with FastAPI, Qdrant, LlamaIndex, and Groq
- 🌱 Currently deepening DevOps, MongoDB internals, and eval-driven AI systems
- 🤝 Open to fullstack / mobile / AI integration roles and collaborations
- 💬 Ask me about React, React Native, Node.js, TypeScript, FastAPI, or RAG pipelines
- 📫 Reach me at obomheser@gmail.com
- I test assumptions before I trust them. On the RAG assistant, I assumed embedding similarity alone would rank relevant chunks correctly — the eval data said otherwise, so I built a dedicated LLM relevance judge instead of ignoring the signal.
- I document what didn't work, not just what did. My project READMEs include negative findings, not just polished results — more useful to the next engineer (including future me) than a highlight reel.
- I debug from first principles. A physics background means I'm comfortable sitting with an error I don't immediately recognize — DNS SRV lookups, SDK version breaks, async serialization quirks — and tracing it back to root cause instead of guessing fixes.
2021 ─ Started BSc Physics @ Lagos State University
2023 ─ Self-taught first scripts: dice roller, number guesser, QR generator
2024 ─ First production apps: FastAPI + Streamlit platform, TeleCare Hub
2025 ─ BSc Physics complete · shipped WorkHub, Movie Flex, CryptoPlace
2026 ─ Went deep on agentic AI: RAG pipelines, eval harnesses, vector search
| Project | What it does | Stack |
|---|---|---|
| Agentic RAG Research Assistant | RAG research assistant with a custom LLM relevance judge built after eval data showed embedding similarity alone wasn't reliable enough | FastAPI, Qdrant, LlamaIndex, Groq, Inngest |
| TeleCare Hub | AI healthcare platform with voice-driven appointment scheduling and patient queries | MERN, OpenAI, Vapi |
| WorkHub | Cross-platform, multi-tenant project management app with role-based access control | React Native, Expo, Node.js, MongoDB |
| CryptoPlace | Real-time crypto dashboard with caching that cut load times by 45% | React, Tailwind, CoinGecko API, Clerk |
Some of the more instructive bugs I've chased down, because I think the fix is often more interesting than the feature:
- Vercel + Atlas silent connection failures —
mongodb+srv://DNS SRV lookups don't always resolve cleanly from serverless functions, and Atlas's IP allowlist can sit in an "Inactive" state that looks fine but blocks everything. Took tracing through logs, network settings, and cluster status to find the actual culprit. - Cosine similarity lies sometimes — while eval-testing
bge-small-en-v1.5embeddings, I found relevance scores for genuinely irrelevant chunks overlapping with relevant ones. Rather than trust the metric, I added a second-pass LLM judge and documented the discrepancy honestly in the README instead of hiding it. - SDK breaking changes don't announce themselves — ImageKit's SDK v3 → v4 upgrade silently changed method signatures mid-project. Fixed it, then made a habit of pinning dependency versions after that.
- 🏋️ Off-screen, I'm usually working through a home workout routine — improvised equipment, no excuses
- 📈 Exploring trading and financial markets as a second skill outside of software
- 🐍 Physics-to-Python convert — I like languages where I can see the math underneath
- ☕ Currently based in Lagos, open to remote-first fullstack/mobile/AI roles
I'm actively looking for fullstack, mobile, or AI-integration opportunities — reach out if you're hiring or want to collaborate on something interesting.
Open to fullstack, mobile, and AI-integration roles — let's build something.