umar@dev:~$
whoami
โโ โโ โโโ โโโ โโโโโ โโโโโโ
โโ โโ โโโโ โโโโ โโ โโ โโ โโ
โโ โโ โโ โโโโ โโ โโโโโโโ โโโโโโ
โโ โโ โโ โโ โโ โโ โโ โโ โโ
โโโโโโ โโ โโ โโ โโ โโ โโ
Backend Engineer | API Architect | Problem Solver
Lagos, Nigeria ๐ณ๐ฌ | Available for remote opportunities
umar@dev:~$
cat ./current_status.txt
โ ONLINE - Currently leading backend at Partyjor
โก BUILDING - Scaling APIs that handle thousands of users
โ AVAILABLE - Open to exciting backend challenges
umar@dev:~$
ls ./skills --tree
Languages & Frameworks
PHP (Laravel, Symfony, CodeIgniter)
TypeScript/JavaScript
Node.js (Nest.js, Hapi.js, Express)
Golang (Chi, Gin)
Testing & Quality
PHPUnit, Pest, PHPStan
Jest, SuperTest
golangci-lint
CI/CD, Code Review
Databases & Caching
MySQL, PostgreSQL
MongoDB
Redis
APIs & Tools
REST APIs, WebSockets
Docker, Git
Swagger/OpenAPI
umar@dev:~$
cat ./philosophy.md
const approach = {
"code_quality": "Write code like the person
maintaining it is a violent psychopath who knows where you live",
"testing": "If it's not tested, it's
broken",
"performance": "Every millisecond counts when
you're serving thousands",
"security": "Paranoia is a feature, not a
bug"
};
umar@dev:~$
curl -s https://api.github.com/users/horlerdipo/repos | grep "fun_fact"
๐ฏ Started with Mechanical Engineering, fell in love with code
๐ Went from 0 to leading backend teams in 4 years
๐ Built systems serving users across continents
โ Powered by coffee and the satisfaction of fixing bugs
๐ฎ Fun fact: I debug like I play chess - think 5 moves ahead
umar@dev:~$
umar@dev:~$
cd ./work && ls -la
total 12
drwxr-xr-x 4 umar backend 4096 Jan 15 2025 .
drwxr-xr-x 8 umar backend 4096 Jan 15 2025 ..
drwxr-xr-x 2 umar backend 4096 Jan 15 2025 beden-holdings/
drwxr-xr-x 2 umar backend 4096 Jan 15 2025 mactavis-tech/
drwxr-xr-x 2 umar backend 4096 Jan 15 2025 hebit-banking/
umar@dev:~/work$
cat ./beden-holdings/README.md
Role: Backend Team Lead
Responsibilities:
โข Led backend architecture for Nigeria's premier event platform
โข Designed secure, scalable REST APIs serving thousands daily
โข Established testing culture: PHPUnit + Pest + PHPStan
โข Mentored junior developers and enforced code quality standards
โข Collaborated with product/design on feature planning
Impact: Zero downtime deployments, 99.9% uptime
umar@dev:~/work$
cat ./mactavis-tech/achievements.log
Systems: Kilimanjaro Restaurants + Pizza Jungle
โ PERFORMANCE WINS:
โ Handled 40% traffic surge during peak periods
โ Reduced API latency by implementing smart caching
โ Optimized database queries for high-load scenarios
โ SECURITY HARDENING:
โ Implemented MFA across all admin systems
โ Mitigated XSS/CSRF vulnerabilities
โ Conducted security audits and dependency reviews
โ TEAM LEADERSHIP:
โ Led 3 backend engineers
โ Introduced code review processes
โ Established testing and refactoring guidelines
umar@dev:~/work$
cat ./hebit-banking/launch.md
Product: Family banking app for supervised child accounts
Key Contributions:
โข Built core banking APIs using Laravel + Node.js
โข Implemented caching โ 30% faster API responses
โข Optimized cloud infrastructure โ reduced hosting costs
โข Collaborated with QA on comprehensive test suites
โข Contributed to successful app launch
Challenge: Building secure banking infrastructure
Solution: Multi-layer security with comprehensive testing
umar@dev:~/work$
umar@dev:~$
cd ./open_source && find . -name "*.php" -o -name "*.js"
./simple-otp/src/OTPGenerator.php
./simple-otp/tests/OTPGeneratorTest.php
./pretend/src/PretendServiceProvider.php
./pretend/src/HasPretending.php
./type-safe-config/ConfigGenerator.php
umar@dev:~/open_source$
cat simple-otp/composer.json
umar@dev:~/open_source$
git log --oneline pretend/
f8a9c2b feat: Add Laravel Sanctum user impersonation
d7e1a4c feat: Temporary token generation without sessions
b3f5e8d docs: Add comprehensive documentation
a2c9f1e test: 100% test coverage achieved
umar@dev:~/open_source$
php type-safe-config/demo.php
$config = config('app.name');
$config = AppConfig::name();
โจ Benefits:
โข IDE autocompletion
โข Static analysis support
โข Runtime error prevention
โข Refactoring safety
umar@dev:~/open_source$
umar@dev:~$
cat ./contact_info.yml
umar@dev:~$
echo "What I'm looking for:"
๐ฏ Backend challenges that scale to millions
๐ Startups building the next big thing
๐ Remote teams with global impact
๐ก Complex problems that need elegant solutions
๐ Growth opportunities in cutting-edge tech
umar@dev:~$
./send_message.sh "Let's build something amazing"
umar@dev:~$