๐Ÿ’ก

>

> system.ready()

Fortunatus Adegoke

Senior Backend & AI Engineer

fortunatus@dev ~ %
> fortunatus.intro()

Who I Am

Fortunatus Adegoke โ€” Senior Backend & AI Engineer

I'm a Senior Backend Engineer and AI Engineer with 4+ years of experience designing, building, and scaling production-grade systems across fintech, healthcare, government, gaming, and education verticals. I've delivered 13+ production and in-progress systems โ€” spanning RESTful APIs, real-time WebSocket servers, AI proctoring pipelines, and RAG-based LLM agents โ€” serving government agencies, NGOs, universities, and startups.

I build server-side applications using Python (FastAPI, Django), PHP (Laravel, OpenSwoole), and JavaScript (Node.js, Express.js). Beyond traditional backend development, I work at the intersection of software engineering and artificial intelligence โ€” building computer vision pipelines with YOLO and MediaPipe, voice activity detection with Silero VAD, and LLM-powered systems leveraging RAG architectures, LlamaIndex, and Qdrant.

Known for production-grade practices: immutable ledgers, pessimistic concurrency control, dual-layer audit systems, and event-driven architectures with durable execution. Sound engineer at Apostolic Faith Church since 2015 โ€” demonstrating sustained commitment and technical discipline beyond software.

4+ Years Experience
13+ Systems Delivered
5+ Industry Verticals

Skills & Technologies

The tools and technologies I use to bring ideas to life โ€” from backend systems to AI pipelines.

โšก

Languages & Frameworks

Python PHP JavaScript SQL HTML CSS FastAPI Django Laravel Livewire Express.js Node.js OpenSwoole
๐Ÿง 

AI / Machine Learning

YOLOv8 MediaPipe Silero VAD LlamaIndex OpenAI API GPT-4 RAG Architectures Prompt Engineering Computer Vision Embeddings
๐Ÿ—„๏ธ

Databases & Real-Time

MySQL PostgreSQL SQLite Qdrant Redis Sequelize ORM SQLModel Eloquent ORM WebSocket WebRTC Socket.IO
๐Ÿ”

Auth & Security

JWT Laravel Sanctum RBAC (Spatie) HMAC-SHA256 OTP Hardening Pessimistic Locking Paystack Flutterwave
๐Ÿš€

DevOps & Infrastructure

Docker Linux Systemd PM2 Nginx Railway Render AWS EC2 CI/CD SSH
๐Ÿ”ง

Orchestration & Developer Tools

Inngest Celery Agentic Frameworks Git GitHub Postman VS Code PyCharm Google Colab

Featured Projects

13+ production systems delivered across fintech, healthcare, government, gaming, and education.

๐Ÿ›ก๏ธ Production

TRCN AI Proctoring System

Bluespectra Limited

Built production real-time proctoring service detecting 6 violation types (face absence, gaze deviation, multiple persons, phone usage, speech, background noise) via server-side WebRTC stream analysis. Implemented adaptive per-candidate RMS noise baseline calibration, thread-safe session store with 10-min TTL, and singleton model loading eliminating 2โ€“5s cold-start penalty. Containerized for CPU-only deployment with ~2โ€“4GB memory footprint.

Python FastAPI YOLOv8 MediaPipe Silero VAD WebRTC Docker
๐Ÿ“š Active Development

TRCN AI Lesson Note Agent

Bluespectra Limited

Architected event-driven RAG pipeline: document ingestion โ†’ SentenceSplitter chunking (700 tokens / 100 overlap) โ†’ OpenAI embeddings โ†’ Qdrant with payload indices on 4 educational metadata fields for pre-filtered similarity search. Reduced repeated LLM inference by ~60% through DB-backed answer caching. Inngest durable functions handle retries and observability. Multi-format document ingestion (PDF, DOCX, HTML, URL).

Python FastAPI LlamaIndex Qdrant OpenAI GPT-4.1 Inngest Socket.IO
๐Ÿ’ฐ Production

Telcom API โ€” Veritob Wallet Platform

Private Contract

Built immutable double-entry financial ledger with balance snapshots (balance_before/balance_after) on every transaction. Implemented HMAC-SHA256 webhook verification, single-use PIN session tokens consumed atomically before purchase, and event-driven virtual account provisioning with exponential backoff retries. Applied UUID v7 primary keys and composite indexes on hot query paths.

PHP 8.2 Laravel 12 MySQL Sanctum HMAC-SHA256 ZeptoMail
๐Ÿฅ Production

FPI Clinic API โ€” Hospital Information System

Zealarax Technologies

Sole developer of a 371-action, 62-model, 96-migration modular monolith covering the full hospital clinical lifecycle with polymorphic InPatient/OutPatient clinical data via 28 polymorphic relationships. Implemented pessimistic locking at 6 resource contention points and an 11-point leave validation engine with fiscal-year carry-over. Designed dual-layer audit: Spatie Activitylog on 60+ models + custom AuditObserver.

PHP 8.1 Laravel 10 MySQL Spatie Permission Spatie Activitylog Sanctum
๐Ÿ›๏ธ Production

OGSHC Housing Management System

Bluespectra Limited

Delivered end-to-end property and payment management platform for Ogun State Housing Corporation with 4 payment channels, 85+ granular RBAC permissions across 4 roles, and dual authentication guards (admin password-based + customer OTP-based). Implemented Paystack charge abstraction enabling future gateway swaps without code changes. Comprehensive audit trail with IP/browser/request context capture.

PHP 8.1 Laravel 10 Livewire 3 Alpine.js Paystack DomPDF
๐Ÿ’Š Production

Zamfara Drug & Medical Supply Chain API

Zealarax Technologies

Designed multi-supplier PO workflow with atomic approval/rejection: approving one supplier's quote atomically rejects all competing POs in a single Sequelize transaction. Built transactional POS with VAT (inclusive/exclusive), percentage/fixed discounts, parallel inventory decrement via Promise.all, low-stock alert triggers, and dual observability with JSON diffs.

Node.js Express.js Sequelize MySQL JWT ExcelJS
๐ŸŽฒ Production

Ludo Game WebSocket Server

Bluespectra Limited

Built stateful real-time WebSocket server using OpenSwoole with 3 in-process shared memory tables eliminating Redis dependency. Supports 1,024 concurrent connections and 256 game rooms with O(1) state reads. Two-layer API authentication (developer access key + session token), per-key API call analytics, and DB connection health probe for long-running process resilience.

PHP 8.1 OpenSwoole MySQL WebSocket Systemd Nginx (TLS)
๐ŸŽ“ Institutional Testing

EMS-IBR โ€” Examination Management System

Co-owned ยท Federal Polytechnic Ilaro

Co-designed multi-pass constraint-satisfaction seat allocation algorithm (checkerboard/diagonal pattern-based + random fallback with 500 attempts) enforcing 8-directional adjacency constraints to prevent academic dishonesty. Celery async job system with BackgroundJob model tracking progress, status, and full traceback storage. Currently deployed for institutional testing.

Python 3.11 Django 5 Celery Redis PostgreSQL Docker HTMX
๐ŸŒฟ Production

OAU Amaranthus Virtual Assistant

Zealarax / Bluespectra

Architected database-first Q&A system with DB-backed multilingual answer cache (English, Yoruba, Igbo, Hausa, Nigerian Pidgin) โ€” reducing average response latency by ~60โ€“70% and lowering repeat OpenAI API calls by ~50โ€“65% over time. Implemented keyword-based domain guard (~190 amaranth-specific keywords across 5 languages) as pre-filter before GPT inference.

Node.js Express.js OpenAI GPT-4 Sequelize MySQL Nodemailer
๐Ÿข Production

Dynamic Content-Driven Website Backends

Zealarax Technologies

Delivered generalized API-first CMS backends for NCECC (Nigerian-Central Europe Chamber of Commerce) and RTI (Regional Trade Institute) โ€” 30+ content entities per system with RBAC, paginated public APIs, Paystack checkout, and OTP-based authentication flows. Diagnosed and resolved critical technical debt across inherited codebases.

Node.js Express.js Sequelize MySQL JWT Paystack
๐Ÿ“Š Research

Timetable & Seating Allocation Optimizer

Academic Research Project

Implemented constraint satisfaction algorithms to minimize scheduling conflicts and optimize hall/seating allocation for educational institutions, forming the algorithmic foundation for EMS-IBR. Full-stack research prototype with dynamic visualization.

Python Django JavaScript HTMX SQLite
๐Ÿ’ป Academic

Agent-based Coding Skill Assessor

Academic Project

Led development of an agent-based system performing automated real-time code evaluation โ€” analyzing efficiency, correctness, and coding standard adherence using Python's AST module with detailed automated reports and scoring engine.

Python Django JavaScript MySQL AST Module

Experience

My professional journey and the roles that shaped my engineering career.

2025 โ€” Present

AI Engineer

Bluespectra Limited, Abeokuta ยท Hybrid ยท Full-time

Architected and deployed real-time AI proctoring service for TRCN's online examination platform using FastAPI, YOLOv8, MediaPipe, and Silero VAD. Built production RAG-based lesson note assistant with LlamaIndex, Qdrant, and OpenAI GPT-4.1. Designed multi-format document ingestion pipelines and optimized AI inference workflows for CPU-constrained deployment.

FastAPI YOLOv8 MediaPipe Silero VAD LlamaIndex Qdrant RAG

2024 โ€” Present

Backend Engineer

Zealarax Technologies, Lagos ยท Contract

Delivered the FPI Clinic API โ€” a 371-action, 91-controller Laravel system covering the full hospital clinical lifecycle. Built the Zamfara Drug Supply Chain API with multi-supplier PO workflow and atomic transaction handling. Developed content-driven website backends serving 30+ content entities. Diagnosed and resolved critical technical debt across inherited codebases.

Laravel Node.js Express.js Sequelize MySQL OpenAI

2024 โ€” 2025

ICT Officer

Nigerian British University, Abia State ยท NYSC Posting

Managed and maintained the institution's ICT infrastructure, e-learning platforms, and digital records management systems during national service year. Supported automation of administrative processes and collaborated across departments to optimize IT workflows.

Infrastructure E-Learning Digital Transformation

2023 โ€” Present

Software Engineer

Bluespectra Limited, Abeokuta ยท Hybrid

Architected and delivered the OGSHC Housing Management System with 85+ RBAC permissions and Paystack integration. Built a real-time multiplayer Ludo game WebSocket server using OpenSwoole. Designed the Telcom API โ€” a fintech backend with immutable double-entry ledger and pessimistic locking. Co-designed EMS-IBR examination management system.

Laravel PHP OpenSwoole Django MySQL WebSocket

2022 โ€” 2023

AI/ML Student Lead & Software Director

Data Scientists Network & NACOS, Federal Polytechnic Ilaro

Led AI/ML workshops and mentored students on machine learning concepts as Student Lead for Data Scientists Network. Served as Software Director of NACOS โ€” directing software project development, organizing coding workshops, tech talks, and hackathons. Built and maintained web applications for campus-wide use and oversaw digital solutions for departmental operations.

Machine Learning Mentorship Leadership Web Development

What People Say

Feedback from colleagues, clients, and collaborators I've had the privilege of working with.

Fortunatus has a remarkable ability to architect complex backend systems with a level of precision that's rare. His work on the TRCN AI proctoring system and the Ludo WebSocket server demonstrated deep technical thinking โ€” from concurrency handling to production optimization. He consistently delivers solutions that are both robust and elegantly engineered.

MO

Mr. Mathew Oguntayo

CTO, Bluespectra Limited

Working with Fortunatus on the FPI Clinic API and the Zamfara Drug Supply Chain was exceptional. He inherited complex codebases and not only resolved critical technical debt but also redesigned systemic components โ€” polymorphic models, pessimistic locking, multi-supplier transaction handling. He's proactive, thorough, and a pleasure to collaborate with.

HA

Habeeb Amode

Team Lead, Zealarax Technologies

Fortunatus built the entire Telcom API platform for Veritob from scratch. The double-entry ledger, webhook verification, and PIN security system he designed gave us complete confidence in financial transaction integrity. He understood our business needs deeply and translated them into a secure, scalable system that just works.

EF

Emmanuel Fadimula

Business Owner, Veritob (Telcom API)

As a researcher at Federal Polytechnic Ilaro, I observed Fortunatus's exceptional problem-solving skills during the timetable and examination management system projects. His constraint-satisfaction algorithms for seat allocation demonstrated both algorithmic depth and real-world applicability. He bridges the gap between academic rigor and production engineering remarkably well.

EO

Dr. Esther Oduntan

Researcher, Federal Polytechnic Ilaro

Co-owning EMS-IBR with Fortunatus has been an incredible experience. His backend architecture decisions โ€” the Celery async pipeline, the constraint-satisfaction seat allocation engine, the dual audit system โ€” elevated the entire project. He approaches every problem with deep systems thinking and delivers code that's truly production-grade.

RR

Ramon Rasheed

Fullstack Engineer ยท EMS-IBR Co-owner

Education & Certifications

Education

๐ŸŽ“

HND โ€” Computer Science

Federal Polytechnic Ilaro, Ilaro

2021 โ€” 2024

๐ŸŽ“

ND โ€” Computer Science

Federal Polytechnic Ilaro, Ilaro

2018 โ€” 2020

๐Ÿซ

NYSC โ€” National Youth Service

Nigerian British University, Abia State

2024 โ€” 2025

Certifications

๐Ÿ†

Data Structures & Algorithms

Tunga

2022

๐Ÿ†

Introduction to Backend Engineering

META (Coursera)

2024

๐Ÿ†

Software Engineering (9-in-1)

META (Coursera)

In Progress

Volunteering

๐ŸŽต

Sound Engineer

Apostolic Faith Church (West & Central Africa HQ)

2015 โ€” Present ยท 10+ Years

Contact

>_ let's connect

I'm always interested in hearing about new opportunities, challenging projects, and collaborations โ€” especially at the intersection of backend development and AI. Drop me a message.

Abeokuta, Nigeria