Real-world Python & security engineering projects — from API security tools to AI-driven defense systems.
FlexiConvert is an open-source Django web application that provides fast, secure, and browser-based file conversion tools. It supports image compression, OCR, PDF conversions, bilingual localization, and drag-and-drop uploads. The project showcases clean backend architecture, modular services, asynchronous processing concepts, and modern web development best practices.
Azhir is a lightweight, self-hosted SIEM built with Python and FastAPI. It collects Linux system logs, parses SSH security events, and securely delivers them to a central server for storage and analysis. The project emphasizes secure agent authentication, reliable event delivery, and a modular architecture designed for future expansion.
A production-ready Weblog REST API built with Django REST Framework, featuring secure JWT authentication with Djoser, PostgreSQL database integration, Redis caching, Docker containerization, and Nginx reverse proxy. Designed following RESTful best practices with scalable architecture and clean API design.