Projects

Fireprenair

Full Stack

Client-facing modules for a multi-service platform spanning AI tools, freelance work, and e-learning, with payments and auth in Django.

Year
2024
Role
Full stack
Stack
Django, Python, PostgreSQL, ReactJS

What it does

Fireprenair.com is a platform that brings AI tools, freelance services, digital products, and e-learning into one product. I built two client-facing modules on Django and PostgreSQL, including the payment gateway integration and the authentication flow behind those modules.

What I learned

This is where I first understood what changes when money and live users are on the other side of the code. Database optimization and CI/CD stopped being abstract chores and became part of shipping. The work was modular on purpose: the platform's offerings keep expanding, so the backend had to stay composable without turning every new surface into a rewrite.