
Ahmad Ameen
Backend Engineer | AI Engineer
Building scalable systems and intelligent solutions with Python, Javascript/Typescript, and Go
Featured Projects
Building scalable solutions across different domains
Flowrra
Open-source Python task execution framework designed for both I/O-bound and CPU-intensive workloads, offering explicit scheduling control and flexible broker/backend architecture. It's a modern alternative to Celery.
TxWatch
Open-Source Go Library for Real-Time Transaction Risk Monitoring. It detects and aggregates high-risk transactions, supports AI-driven anomaly detection, and provides alerting and reporting, all while keeping data private and easily integratable with any bank’s database.
Tochly
Open-source Slack-inspired chat platform designed for scalability, reliability, and real-time collaboration.
EHACare
A multi-tenant EMR system enabling healthcare organizations to manage patient data and clinical workflows. It Features Keycloak authentication, FHIR & OpenEHR compliant, integration with Better Platform, and microservices architecture on Kubernetes. Handles form rendering, patient record management, and real-time data synchronization with Sentry monitoring.
GetCare
A digital healthcare platform providing on-demand medical services across Nigeria. Enables remote consultations, medical product purchases, and appointment booking. Bridges healthcare accessibility gaps through team-based care coordination and streamlined provider-patient communication, supporting EHA Clinics' patient-centered primary care at scale.
Goping
A fast and lightweight ping utility in Go that supports ICMP ping and gracefully falls back to TCP ping when ICMP is not permitted.
EventBooking
A mini event booking REST API built with Go. I created this project to deepen my understanding of the Go programming language and backend development best practices.
Healthmate
Mobile app for healthcare appointment scheduling, medication purchases, and accessing medical records.
Latest Articles
Sharing insights on backend engineering and AI
Introducing Flowrra: A Simpler Alternative to Celery
This article introduces Flowrra, a new async-first background task framework for Python that focuses on clarity, simplicity, and ease of integration. It explains the motivation behind building Flowrra, especially the pain points with Celery, like needing separate worker and monitoring services, and highlights how Flowrra’s design addresses those issues.
Understanding the Factory and Factory Method Design Patterns
You’ll learn how and why to use Factory and Factory Method patterns to manage object creation cleanly in your code