Skip to content
View gbolahanodulate's full-sized avatar

Block or report gbolahanodulate

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
gbolahanodulate/README.md

Gbolahan Odulate

Independent software developer and technical consultant based in The Colony, Texas.

I am Gbolahan Olatunde Olurotimi Odulate. My professional practice spans full-stack web development, system architecture, relational databases, API integration, and deployment support. I have worked across independent consulting and contract development roles since 2018.

Software demonstrations

API Contract Lab separates valid JSON syntax from a valid application request. It includes 30 runnable tests, 22 documented fixtures, an interactive browser version, and a tested case study.

SQLite Query Plan Lab measures a composite index against 50,000 synthetic orders, checks exact results, and records the plan change and costs. The database case study explains the method and its limits.

Both were created in September 2026 with AI-assisted implementation as new demonstrations. They do not represent historical client projects or customer outcomes.

Engineering notes

Professional links

Website · LinkedIn

Pinned Loading

  1. api-contract-lab api-contract-lab Public

    A small TypeScript demonstration by Gbolahan Odulate: distinguish JSON syntax from an API request contract, with runnable tests.

    TypeScript

  2. sqlite-query-plan-lab sqlite-query-plan-lab Public

    Reproducible SQLite index experiment by Gbolahan Odulate: synthetic data, exact result checks, query plans, and recorded measurements.

    JavaScript