Python Backend Developer | FastAPI • Django • REST APIs
I build production-ready backend systems with a focus on clean architecture, async patterns, and real-world integrations.
- FastAPI Template – A modern starter template with
uv, Docker, PostgreSQL, logging, and testing - Google Calendar Time Blocker – OAuth2 integration to create events from simple category inputs\
- Email: alanghribideveloper@gmail.com
- GitHub: Aladdin-Ghribi
- LinkedIn: Aladdin Ghribi
A production-ready FastAPI starter template with
uvpackage manager, async SQLAlchemy, Docker Compose, logging , and pytest setup.
Clone and start building in minutes:
git clone https://github.com/Aladdin-Ghribi/fastApi_template.git
cd fastApi_template
uv venv && uv sync
docker compose up -d
uv run uvicorn app.main:app --reload

