Projects I'm Working On
A curated selection of projects I'm actively building — focused on performance, clean architecture, and scalable design.
BK-Witten App — Multiplatform School Companion

A multiplatform application (web and mobile) designed for students at BK-Witten. It enables easy access to school-related information such as schedules, announcements, and personalized updates — all in one unified interface.
Built with Flutter for cross-platform UI and Flask as the backend API, the app integrates a CI/CD pipeline for automated deployment and version control. The architecture ensures fast iteration and reliable delivery across platforms.
- Frontend: Flutter (Web & Mobile)
- Backend: Flask
- DevOps: GitHub Actions, CI/CD, Docker
- See the actual state of the Site-web link: Click here
- Download the actual state of the apk(it will automatically check for update): Click here
Microservice Architecture for a Translating Website

This project is the second iteration of a translating platform. The first version was built as a monolithic app and faced performance limitations due to sequential processing and bottlenecks after heavy user input.
To overcome these issues, the new version adopts a microservice architecture with Redis caching and REST/gRPC communication between internal services. Each service is independently scalable and connected to its own database.
The system includes an API Gateway, MessagingService, TranslatingService, UserService, and AuthService. Redis is used to cache frequent queries and reduce latency, especially for translation results and user sessions.
- Framework: Flask
- Technologies: Redis, gRPC, Docker, PostgreSQL
- Protocols: REST, gRPC, Redis Pub/Sub
Projects coming soon…
I'm actively working on new ideas in this category. Stay tuned for updates and releases.

Projects coming soon…
I'm actively working on new ideas in this category. Stay tuned for updates and releases.
