GNU bash, version 5.2.21(1)-release
Last login: Thu, Mar 5, 2026 on ttys001
timothy@malawi:~$ whoami
Timothy Miamba
timothy@malawi:~$ cat title.txt
Technical Lead & Systems Engineer
timothy@malawi:~$ cat location.txt
๐ Nkhata Bay / Lilongwe, Malawi
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
timothy@malawi:~$ cat README.md
# Timothy Miamba Technical lead specializing in distributed systems, offline-first mobile architectures, fintech integrations, and intelligence-led IoT platforms. Proven experience architecting scalable platforms serving national institutions, financial partners, and environmental programs across Malawi.
timothy@malawi:~$ cat .env | grep CONTACT
EMAIL=timothymiamba680@gmail.com
PHONE=+265 997 288 584
GITHUB=github.com/tiemouie01
LINKEDIN=linkedin.com/in/timothy-miamba
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
timothy@malawi:~$ cat experience.json | jq '.[]'
Data System Engineer@Ripple Africa
Jul 2025 โ Present ยท Nkhata Bay
โธBuilt Expo + React Native mobile apps for cookstove distribution data collection
โธDeveloped executive web dashboards for analytics and investor funding validation
โธLed re-architecture of Flutter-based tree planting mobile systems
โธImplemented offline-first sync using PowerSync for rural deployments
โธDesigned multi-coordinator data sync with conflict resolution
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Lead Developer@Kwenda.Co
Nov 2024 โ Nov 2025 ยท Lilongwe
โธLed architecture of national-scale e-ticketing and hospitality systems
โธEngineered end-to-end accommodation booking flows for major tourism operators
โธIntegrated Visa/Mastercard payment via NBM and Ecobank
โธArchitected FAM e-ticketing module, digitizing matchday ticket sales nationwide
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Assistant Lecturer@MUBAS
Aug โ Nov 2024 ยท Blantyre
โธNetworking and programming course support
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
timothy@malawi:~$ ls -la projects/
total 7
drwxr-xr-xcable-theft-detection/
IoT + YOLOv8 CV security system, ESP32, Next.js + Convex command center, 5-10s alert latency
dissertationdrwxr-xr-xnyani-web-app/
AI academic platform โ Innovator of the Year (MUBAS 2025)
award-winningdrwxr-xr-xtisese-waste-optimizer/
3rd Place Gaiafest25 (Accra) โ AI-powered route optimization for waste management
hackathondrwxr-xr-xkwenda-eticketing/
Nationwide ticketing + accommodation platform, FAM integration
productiondrwxr-xr-xunipod-talks/
Realtime event seat-mapping engine (Next.js + Convex)
realtimedrwxr-xr-xunipod-smart-entry/
IoT QR-code entry system via national ID verification
iotdrwxr-xr-ximmorcs-property/
Next.js real-estate platform with listing management
fullstacktimothy@malawi:~$ git log --oneline --graph projects/
*9a54cd9feat(cable-theft-detection): IoT + YOLOv8 CV security system, ESP32, Next.js + Convex command center, 5-10s alert latency
*d9b0766feat(nyani-web-app): AI academic platform
*bd8687ffeat(tisese-waste-optimizer): 3rd Place Gaiafest25 (Accra)
*fd71bb3feat(kwenda-eticketing): Nationwide ticketing + accommodation platform, FAM integration
*4f836c1feat(unipod-talks): Realtime event seat-mapping engine (Next.js + Convex)
*8c497a7feat(unipod-smart-entry): IoT QR-code entry system via national ID verification
*57f5f52feat(immorcs-property): Next.js real-estate platform with listing management
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
timothy@malawi:~$ cat package.json | jq '.dependencies'
{ // backend "fastapi": "latest", "node.js": "latest", "convex": "latest", "supabase": "latest", "postgresql": "latest", // devops "docker": "latest", "vercel": "latest", "git": "latest", // frontend "react": "latest", "next.js": "latest", "tailwind-css": "latest", "flutter": "latest", "react-native": "latest", "expo": "latest", // hardware "esp32": "latest", "raspberry-pi": "latest", "pcb-design": "latest", // languages "javascript": "latest", "typescript": "latest", "go": "latest", "python": "latest", "c-c-": "latest", "java": "latest", "lua": "latest" }
timothy@malawi:~$ apt list --installed | grep 'core-skills'
[BACKEND]
FastAPINode.jsConvexSupabasePostgreSQL
[DEVOPS]
DockerVercelGit
[FRONTEND]
ReactNext.jsTailwind CSSFlutterReact NativeExpo
[HARDWARE]
ESP32Raspberry PiPCB Design
[LANGUAGES]
JavaScriptTypeScriptGoPythonC/C++JavaLua
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
timothy@malawi:~$ npm test -- --verbose achievements.spec.ts
RUNS achievements.spec.ts
โ PASSInnovator of the Year (Nyani)(MUBAS Innovation Awards 2025)
โ PASSTech Solution of the Year (Kwenda.co)(ICTAM Corporate Awards 2025)
โ PASS3rd Place (Tisese)(Gaiafest25, Accra, Ghana)
โ PASSNVIDIA CUDA C/C++ Certification(NVIDIA)
โ PASSGoogle Project Management Certs(Google)
โ PASSBSc IT โ Distinction(MUBAS (2022โ2025))
Tests: 6 passed, 6 total
Time: 1.608s
Time: 1.608s
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
timothy@malawi:~$ cat education.log
BSc Information Technology|Malawi University of Business and Applied Sciences
2022 โ 2025|Distinction
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
ยฉ 2026 Timothy Miamba โ All systems operational
Built with Next.js ยท Deployed on Vercel ยท Nkhata Bay / Lilongwe, Malawi
timothy@malawi:~$ exitโ