Something is broken or too slow
Someone who will find the actual cause instead of rebuilding it all.
People usually mean things like: My site takes forever to load Β· It broke and nobody knows why Β· I inherited code I cannot change
Start here
Whole projects. Answer a few questions, see a real range, then get quotes from developers who have done it before β no account needed to ask.
Or a specific job, if you already know what you need
20 fixed pieces of work, each with a scope and a price. These assume you already have something to work on.

Rotate leaked keys and purge secrets from your repo
API keys committed to git, hard-coded in the client or pasted into a chat: found, rotated and prevented from returning.

Second pair of eyes before you launch
An experienced review of what your agent built, focused on what breaks first when real users arrive.

Backups and restore drills for a database with none
Automated backups are half the job. I also prove a restore works, with the recovery time written down.

It works locally but dies in production
The gap between your laptop and your server, closed: environment, build, secrets and runtime differences found and fixed.

Lock down a Supabase database that is wide open
Row level security written properly, so one customer can never read another's data through your public anon key.

CI pipeline that stops your agent shipping bugs
Types, lint, tests and build checks running on every pull request, so broken generated code never reaches your main branch.

Untangle dependency hell and get the build green
Conflicting versions, abandoned packages and a lockfile nobody trusts, resolved into a build that installs cleanly.

Security audit of an app your agent wrote
Coding agents leave predictable holes. I look for them specifically, then hand you findings ranked by real exploitability.

Documentation for a codebase only your AI understood
Written so a new developer, or a fresh agent session, can be productive on day one instead of week three.

Kill the queries melting your database bill
The ORM calls your agent generated are hitting the database in loops. Found, fixed and indexed properly.

Fix a checkout that silently loses orders
Payments succeed at the provider but your database never hears about it. Webhooks, idempotency and reconciliation fixed.

Make a fast-built product GDPR-defensible
Consent, data export, deletion and processor records put in place before a customer's legal team asks for them.