Independent Technical Consultant / Software Engineer
Full-stack development, system architecture, custom software, relational database design, and internal API deployment workflows.
Turning complex requirements into software that teams can understand, maintain, and improve.
I am Gbolahan Olatunde Olurotimi Odulate, an independent software developer and technical consultant. My work spans full-stack applications, system architecture, relational database design, and API integration.
Since 2018, I have worked across consulting and contract development roles. I help technical teams modernize applications, resolve integration issues, and translate business requirements into maintainable solutions.
Consulting and contract software development.
Full-stack development, system architecture, custom software, relational database design, and internal API deployment workflows.
Web applications and backend infrastructure, legacy modernization, and improvements to data processing performance.
Modular software tools, dashboards, code reviews, architectural integration, and secure cloud deployment support.
A small working example that separates valid JSON from a valid business request.
Try the API Contract Lab ↗{
"customerId": "demo-customer",
"amountCents": 1250,
"currency": "USD"
}Demonstration project · Created September 2026
A request can parse correctly and still violate the rules of the application. A small contract makes that distinction visible.
Read note ↗Design retries around the effect of an operation, with a clear way to recognize the same request.
Read note ↗Use a query plan to ask a specific question, then validate the effect with representative data.
Read note ↗