ABOUT ME
Hi, my name is Ozan Tutkun and I'm 17 years old. At the moment I'm a Computer Science student at Informatikmittelschule Hottingen. I love tech and software. Im always interested in learning more and developing new skills. In my free time, I work on personal projects which you can find on the projects section on this site or on my GitHub. Aside from coding I also love to 3D model in Blender and hiking in the mountains. Currently im working on a few projects which help me improve my skills in creating full Applications with a front and backend. If you have any project ideas or want to collaborate on something feel free to reach out to me!




SKILLS & DIPLOMAS






PROJECTS
AI Chat App
Ozan's AI Chat is a Website with a dedicated Express backend based on Node.js. I wouldnt try to run it yourself since you need to have the identical DB setup as me. The login authorisation is done with a JWT Token. The app supports multiple text and multimodal models with image upload. Currently the api for accessing the models is fully OpenRouter.

Social Chatting App
A social chatting app built with Next.js for the frontend and ASP .NET Core for the backend. SignalR is used for the real-time features. It features a safe login/register system using JWT tokens. The user data is stored in a MongoDB database. Due to safety and privacy concerns during development the repository is private at the moment.

Swiss Pharma Website
A Info Website about the Swiss Pharma Industry. Done in a group project with 2 other students. The website is built with plain HTML, CSS/Tailwind. The Website is responsive and the design was inspired by colors of swiss pharmaceutical companies. It includes the history, innovations, companies.

Tkinter Music Player
A music player application built with Python's Tkinter library. Features include playlist management, audio controls, and a clean user interface.

C# Backend
A C# backend for my corresponding AI Chat frontend. Its built on Web ASP.NET Core. It offers a superior performance compared to the original Express.js backend.