Chinaza Gideon
Open to Remote

Engineering systems
with

I'm Chinaza, a full-stack & DevOps engineer who builds end to end, from polished React/TypeScript interfaces to the infrastructure that keeps them running under pressure.

5+Years shipping
3xFaster API latency
75%Less deploy time
5,000+Weekly reports
//Trusted by teams at
IRPaySmooovCitizens CommonIcandoMoversEvoOcta
chinaza — smooov-marketplace
Explorer
app
components
lib
booking.ts
maps.tsx
README.md
booking.ts
maps.tsx
1import { Hono } from 'hono'
2import { db } from '@/lib/db'
3
4// match a mover to a booking request
5export async function matchMover(req) {
6 const movers = await db.mover.findMany({
7 where: { available: true, radiusKm: { lte: 15 } },
8 orderBy: { rating: 'desc' } },
9 })
10 return rankByProximity(movers, req.origin)
11}
Review
Add geospatial index on mover.location — cuts match query from 240ms to 18ms.
18msindexed
HonoPrismaPostGIS
//About me

I build things end to end, and contribute on every layer.

Over 5+ years across fintech, NGO tech, and product startups, with a consistent focus on systems that are fast, maintainable, and built to scale. At IRPay I designed payment infrastructure handling high-throughput operations; today I lead engineering on a Canadian SaaS marketplace where there's no part of the product I don't touch.

I care about clean architecture, developer experience, and shipping things that actually work.

Clean architectureComplete ownershipPhotographyWildlife preservation
Chinaza Gideon
Chinaza N. Gideon
ABUJA, NIGERIA · REMOTE
//What I do

One engineer. Every layer of the stack.

Full-stack development

Build frontend and backend seamlessly — from React/TypeScript components to Laravel APIs and the database queries beneath them.

fullstack.ts
c// Next.js route — type-safe end to end
pexport async function GET(req: Request) {
p const products = await db.product.findMany({
p orderBy: { createdAt: 'desc' },
p take: 20,
p })
p return Response.json(products)
p}
//Selected work

I love engineering solutions.

Smooov - Marketplace

Smooov - Marketplace

Full-stack contributorLive

A two-sided marketplace connecting users with local helpers for moving, packing and heavy lifting.

Next.jsTypeScriptMicroservicePostgreSQLGoogle Maps
IRPay - Fintech

IRPay - Fintech

Full-stack engineerLive

Everything you need to move money seamlessly From everyday transfers to business collections, IRPay provides the tools you need to move money quickly, securely, and reliably.

MicroserviceKubernetesKafkaVault
IcandoMovers

IcandoMovers

Wix headless integrationLive

A relocation booking service with a headless Wix backend and a custom Next.js front end.

Next.jsReactWixGoogle Maps
Connect

Connect Hire

Independent project

A modular Django job portal with RBAC, object-level permissions, and sub-second full-text search.

DjangoPostgreSQLRedisCeleryGitHub Actions
//My stack

The tools I reach for.

GoGo
PythonPython
Node.jsNode.js
PHPPHP
LaravelLaravel
ReactReact
TypeScriptTypeScript
Next.jsNext.js
DockerDocker
KubernetesKubernetes
KafkaKafka
PostgreSQLPostgreSQL
RedisRedis
DjangoDjango
GitGit
GraphQLGraphQL
//Experience

A track record of shipping.

  • Lead full-stack engineering on a Canadian SaaS two-sided marketplace, owning the Next.js front end, Laravel backend, and cloud deployment.
  • Established architectural standards that reduced post-deployment defects by 40% and cut API latency by 30%.
  • Built microservice delivery patterns with clear service boundaries, enabling independent deploys without cross-service regressions.
LaravelReactNext.jsDevOps
  • Architected a PCI-DSS-compliant Laravel microservice backend with multi-layer caching, improving response times 3x.
  • Engineered a CI/CD pipeline for Kubernetes services with 90% PHPUnit coverage, cutting deploy time 75% to under 10 minutes.
  • Built a real-time CDC pipeline with Debezium and Kafka (PostgreSQL → MongoDB) for near-instant administrative insights.
LaravelKubernetesKafkaVault
  • Helped ship a civic accountability platform that reached 5,000+ weekly reports within weeks of launch.
  • Owned reporting flows and data pipelines from interface to storage.
ReactNode.jsPostgreSQL
//Building in the wild

remote friendly.

Hover to reveal
Shipping the relocation-api · Istanbul café
Shipping the relocation-api · Istanbul café
Deep in the docs
Deep in the docs
smooov stripe sandbox · café
smooov stripe sandbox · café
//Let's connect

Let's build something
that actually works.

Always excited to explore new opportunities — a challenging project, a full-time role, or a freelance collaboration.

hello@chinazangideon.com