Senior SRE & Platform Engineer
Adesoji Adejoro
I build reliable cloud platforms, reduce infrastructure cost, and help teams ship safely.
why hire me
- Reduced AWS spend by 26.6% (£32K+) while preserving production availability.
- Maintained 99.9% uptime for trading-critical systems and reduced MTTR by 40%.
- Reduced deployment lead time by 60% and manual toil by 70%.
key metrics
AWS_COST_REDUCTION
£32K+
26.6% annual saving · Eiger Trading Advisors
UPTIME
99.9%
trading-critical systems · Eiger
MTTR_REDUCTION
−40%
incident resolution time · Eiger
DEPLOY_LEAD_TIME
−60%
deployment lead times · Eiger
personal slos
Personal SLOs0 / 6 breached
| metric | target | actual | window | status |
|---|---|---|---|---|
| email_reply_slo | ≤ 48h | ~18h | 30d | ● GOOD |
| uptime_availability | 99.9% | 99.9% | 365d | ● GOOD |
| pr_review_turnaround | ≤ 72h | ~36h | 30d | ● GOOD |
| incident_mttr | ≤ 2h | 1.2h | 90d | ● GOOD |
| deploy_frequency | ≥ 2/wk | 3.4/wk | 30d | ● GOOD |
| error_budget | > 0% | 86.4% | 30d | ● GOOD |
products / joro services ltd
module
Corcada
liveShift scheduling SaaS for UK care agencies. Live on the Apple App Store.
ReactNode.jsPostgreSQLStripe
module
Evidentia
liveOpen-source SRE incident memory CLI. Captures decisions and runbook context at incident time.
CLIGoOpen Source
module
NoteRift
liveEphemeral note-sharing tool. Share a note, it disappears after reading.
Next.jsServerless
availability
$ crontab -l # schedule / availability
0 8 * * 1-5check-pagerduty --oncall # weekday on-call check
*/30 * * * *grafana --refresh dashboards # refresh monitoring
0 18 * * 5git push --tags && deploy corcada # Friday release train
0 9 * * 1send --newsletter engineering-digest # Monday dispatch
0 0 1 * *aws-cost-report --email team # monthly cost review
0 * * * *prometheus --scrape metrics # hourly metric scrape