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.

PythonRedisRabbitMQ

Tochly

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

PythonTypescriptDjangoFastAPIReactPostgreSQLCassandraCeleryRedisWebRTC

EHACare

Electronic Medical Record (EMR) system built on OpenEHR and FHIR standards to improve healthcare data interoperability and simplify clinical workflows.

TypescriptPythonNextJsFastAPIPostgreSQLRedisCelery

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

GetCare

Getcare is an EHA Clinics public-facing web application, where users can schedule appointments for physical or virtual consultations with doctors, purchase lab tests and/or medications.

PythonRedisCelery

Healthmate

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

PythonFirebase

Latest Articles

Sharing insights on backend engineering and AI

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