Ahmad Ameen

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.

PythonRedisPostgreSQLMySQLFastAPIDjangoFlask

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.

Go

Tochly

Open-source Slack-inspired chat platform designed for scalability, reliability, and real-time collaboration.

PythonTypescriptDjangoFastAPIReactPostgreSQLCassandraCeleryRedisWebRTC

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.

TypescriptPythonNextJsFastAPIPostgreSQLRedisCelery

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.

PythonFastAPINextJsRedisCelery

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.

GoICMPTCP

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.

GoGinSQL

Healthmate

Mobile app for healthcare appointment scheduling, medication purchases, and accessing medical records.

PythonFirebase

Latest Articles

Sharing insights on backend engineering and AI

Jan, 20265 min read

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.

pythonRedisCeleryOpenSource
Read Article
Nov 202410 min read

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

pythondesignpatterns
Read Article