DevOps & Cloud Engineer · Lagos, Nigeria
I build infrastructure that is automated, observable, and built with production principles in mind. I research before I build, I document what I learn, and I keep getting better with every project.
Background
I graduated with a Doctor of Veterinary Medicine from the University of Ibadan in 2023. Most people would not connect that to a career in cloud infrastructure. But the skills that make a good diagnostician: systematic thinking, following a problem to its root cause, not guessing when you can test. These translate directly into DevOps.
I am self-taught. Everything I know about AWS, Terraform, Docker, Kubernetes, and CI/CD pipelines came from building real things, breaking them, and understanding why they broke. That process has made me careful about how I build and honest about what I do not yet know.
I believe that when someone hires an engineer, they are not just paying for time. They are exchanging resources for expertise, effort, and responsibility. I take that seriously. I show up prepared, I research before I build, and I do not stop at "it works." I stop when I understand why it works and what would break it.
Technical Skills
Built through hands-on projects, not just courses. Every tool below has been used in a real deployment.
Certifications
Case Studies
Real deployments with real results. Every number here came from an actual test run against a live system.
Production-grade infrastructure with load testing, auto-scaling, and full observability
The Story
The goal was to build a production-grade 3-tier architecture. Not just get it running, but make it hold up under pressure. Nginx instances in public subnets routing to Tomcat application servers in private subnets, backed by RDS MySQL Multi-AZ across two availability zones.
Once everything was deployed, I loaded 9,000 concurrent requests into it using Artillery. The system struggled. Worst-case response times hit nearly 5 seconds. Connection timeouts started piling up.
I dug into why. The Auto Scaling Groups were reacting to CPU alone. Too slow for traffic spikes. I added a second metric: ALB RequestCountPerTarget. The system now scales before it is overwhelmed, not after.
I ran the test again. Everything changed.
Results
Key Decisions
Full 3-tier application deployed on AWS in 48 hours: automated, monitored, and production-ready
The Story
A timed technical assessment: deploy a production-ready 3-tier application on AWS in 48 hours. The constraint was intentional. No clicking in the AWS console. Everything had to be defined in code.
Terraform provisioned all 8 AWS resources. Docker Compose orchestrated 5 services with 3 persistent volumes ensuring zero data loss on container restart. SSL/TLS via Let's Encrypt with auto-renewal handled encryption. GitHub Actions automated every deployment.
The project was completed end-to-end in 48 hours: infrastructure, application, monitoring, CI/CD, and security all in place. Every bug encountered along the way became a documented lesson.
What Was Built
Key Decisions
How I Work
Not a list of soft skills. The actual way I approach a project from start to finish.
I am currently available for DevOps and cloud infrastructure projects. Whether you need infrastructure set up from scratch, a CI/CD pipeline that actually works, or a monitoring stack that catches problems before your users do. Reach out.
Send me an email