I write developer tutorials, build diagnostic tools, and create technical guides that help Web3 projects onboard developers faster. 13 published tutorials with runnable code across 3 blockchain ecosystems.
Developers abandon protocols with unclear docs. 60% of devs say poor documentation is their #1 frustration.
Your team answers the same integration questions daily. Each ticket costs $15-50 in engineering time.
API references exist, but step-by-step tutorials with working code examples are missing. Devs need both.
Technical content that developers actually use โ with runnable code, not just prose.
No retainers. No surprises. Pay per deliverable.
Single topic, deep-dive with code
Complex topic with multiple code modules
Multi-part series with CI and tools
All submissions include GitHub repositories with runnable code, diagnostic tools, and test suites.
Nullifier uniqueness, selective disclosure, overflow guards, proof server testing
6 root causes, diagnostic script, 6 TypeScript modules, proof server health checks
Interactive funding decision tree, exchange status checker, wallet setup guides
Bash diagnostic script (7 checks), TypeScript version checker, Docker health template
Vitest fixtures, Docker Compose test stack, GitHub Actions CI pipeline
3 TypeScript modules: wallet detection, transaction flow, state subscriptions (V4 API)
Express REST API, wallet/proof-client/contract-client, health checks, retry strategies
React frontend, Apollo Client, WebSocket subscriptions, ledger field type parser
4 Compact contracts, Python static audit tool (6 trap detectors), 16 test cases
TypeScript sponsor service, client integration, Python DUST analyzer tool
Circuit budget tracking, 3 splitting strategies, Python size analyzer, example contracts
6 Compact examples: time-locked vault, multi-counter, rate limiter, timed auction. time_audit.py diagnostic tool.
3 oracle patterns: signed price feed, admin feed with timelock, aggregator. oracle_audit.py security scanner.
15-min chat to identify your biggest doc gap
Fixed-price quote with deliverables and timeline
Working code + tutorial draft for your review
Final version with revisions, ready to publish
If the delivered tutorial doesn't meet your standards after revisions, you don't pay. I stand behind every piece of code and every word I write. All code is tested, all claims are verified, and all tutorials include working examples you can run yourself.
Get a free 15-minute documentation audit. I'll identify your biggest developer onboarding bottleneck and suggest the highest-impact tutorial to write first.
Try before you buy โ assess your documentation quality instantly
Add to your repo to automatically audit documentation quality on every PR. Score 0-100 with improvement suggestions.
Run from terminal to audit any GitHub repo's documentation. Python script, no dependencies.
Audit any Ethereum address: balance, risks, token history. No API keys needed. GitHub Action or CLI tool.
Audit Midnight Compact contracts for oracle security issues: signature verification, staleness checks, single-point-of-failure detection.
Here is what a $49 Micro-Audit looks like โ a real audit of a public Midnight Network project
Docker Compose failures, Compact compiler version mismatches, and network connection issues are the top 3 support time sinks. A troubleshooting section with error codes and fixes would reduce support tickets by an estimated 40%.
The template has 4 packages (ui, api, cli, contract) but no visual showing data flow between them. Developers new to Midnight need to understand how the frontend calls the API which calls the contract through the proof server.
Every code block shows commands but never shows what success looks like. Developers can't tell if their setup worked. Adding expected output blocks after each command would cut "is this working?" questions by 60%.