Projects
CERN
Letter of Recommendation
The UI and main functionalities of Neutrino Review:
As a Full Stack Developer at CERN, I worked with an international team and in collaboration with the WHO,
contributing independently to key areas of the CAiMIRA systematic review project which reduces the workload in systematic reviews by about 68% which
enables a 50% decrease in the time needed to complete the screening process
(Source). Here are the main aspects of my work:
- System and Database Design: I improved the design of the system architecture and database using PostgreSQL,
creating efficient data models and optimizing queries for scalability.
- Backend and LLM Development: I developed scalable server-side logic (16 APIs) with FastAPI,
integrating APIs and ensuring secure data handling. I implemented the API call for the review process
via an LLM pipeline which used CERN's Acc-GPT.
- Frontend Modifications: I made necessary changes to integrate CERN’s Single Sign-On (SSO) and
implemented new features.
- Deployment: I helped with deployment using GitLab Pages and CERN Paas (OpenShift), ensuring smooth,
secure access to the application.
My database design which focuses on ensuring scalability and flexibility:
This role allowed me to collaborate with an international team while working independently on key project
components. Through this process I was able to hone following skills:
- Programming Languages: Python, JavaScript
- Frameworks:FastAPI, React
- Tools:PostgreSQL, GitLab Ci/CD, OpenShift
- Technologies: OAuth, SSO, Large Language Models (LLMs)
Special thanks to Elias Sandner, Igor Jakovljević and Mario Negovetić for their guidance and support,
which greatly enhanced my understanding and learning.
Itell.Solution (Startup)
At Itell.Solutions, I worked in different roles across three time periods: July 2019, February 2020,
and August-September 2020. Each phase contributed significantly to my professional growth:
- Sales and Communication (July 2019): I worked in the sales department, where I developed strong
communication and soft skills. These skills became foundational for my professional interactions.
- Technical Best Practices (February 2020 & August-September 2020): I focused on technical aspects,
building in Python/Django, learning and applying best practices such as:
- Linting
- Naming conventions
These practices became second nature and were consistently applied throughout my studies and projects.
This role allowed me to develop both soft skills and technical expertise, which I continue to
leverage in my professional journey. Key skills and tools I honed include:
- Programming Languages: Python
- Frameworks:Django
- Tools:PostgreSQL, GitLab, Git
- Soft Skills: Communication, teamwork
- Technical Practices: Code linting, naming conventions
I would like to express my gratitude to Dominik Hütter and David Prott who teached me a lot about
business and sales as well as a huge thank you to my mentor, who helped me become a much better developer.
Personal Projects
Beginnings
Unfortunately, I never came into contact with coding from a young age. None of the people I knew were developers.
As a teenager, I was afraid that I could destroy my computer by doing something wrong, so I never tried actual
coding, although I loved doing things on my computer. I attended a Handelsakademie (HAK) and chose the IT focus
there. But here as well, we never did more than a double for loop in VBA. So my first contact with "real" coding
was at university.
This resulted in this hilarious tic-tac-toe game,
where I wrote 864 lines of code ... xD
Intermediate
After gaining a couple of years of experience through university projects and internships, I reached a point
where I needed to address a personal challenge. I often played computer games late into the night, which negatively
impacted my academic progress. However, I couldn't find any tools that met my needs—or at least, none that I was
comfortable granting the necessary privileges to. As a result, I decided to create my own solution: auto_close_programs.
This was an exhilarating experience because it allowed me to solve a real-world problem in a straightforward way.
It taught me that a useful program doesn’t always have to be overly complex.
After that, I explored various branches of computer science, diving into areas like game development, information security/ethical hacking, and networking. For instance, I experimented with setting up a Minecraft
server on a Raspberry Pi and explored other use cases for the device. These experiences allowed me to broaden my
skill set and gain hands-on exposure to different fields.
One of my game development projects: A 3D RPG created with C# and Unity.
Future
After exploring many different fields, I’ve discovered that machine learning and full-stack engineering are where I truly belong. These areas resonate with me because they offer the potential to solve a wide range of
real-world problems. I’m particularly excited about the possibilities we can unlock by combining machine learning
with robust engineering practices to create innovative and impactful solutions. I look forward to contributing
to this ever-evolving field and seeing what we can achieve through the power of machine learning and code.
TU Graz Data Team
I was part of the TU Graz Data Team for three terms.
In the summer of 2022, I collaborated with Hussain Hussain on the WSDM2022-Challenge. During this time, I gained valuable insights into graph-based methods from Hussain. However, I wasn’t able to contribute as much as I would have liked, as most of my time was dedicated to other subjects.
In the winter of 2024, I participated in two challenges. The first was the Xeek - Two Birds, One Neural Network challenge, where we achieved first place. I must note that Thomas Wedenig carried out the majority of the heavy
lifting in this project. The second was the Optiver - Trading at the Close Kaggle challenge, where our team secured a silver medal (top 5%) using LightGBM.
In the summer of 2024, I worked on the Home Credit - Credit Risk Model Stability Kaggle challenge, where we ranked 1443 out of 3856 participants. This challenge was particularly difficult due to frequent changes in the evaluation criteria and the fact that the system was hackable, which ultimately led to a loss of motivation within the team.
This Project
Introduction
This project is meant to showcase my development process. One key lesson I’ve learned is that strong fundamentals are essential—after all, you can’t build a house on sand, right? With a solid
foundation, building high-quality, scalable, flexible, and robust applications becomes more
straightforward, albeit not necessarily easy. The goal is always to ensure the application can grow and
adapt in the future.
My Process
Here’s how I approached this project:
- Conceptualization: I started by forming a rough idea of what I wanted to achieve—a reactive
frontend with machine learning (ML) integration and a backend, each running in its own container.
- Technology Research: I selected the necessary tools for the project: Svelte, FastAPI, Docker,
GitHub Actions, and AWS for deployment. Each of these technologies was chosen based on their ability
to meet specific project needs and to get experience with cutting edge technology.
- Skill Building: Since I lacked strong knowledge in CI/CD, I took the time to complete courses
on Docker, GitHub Actions, AWS, and CI/CD in general to bridge those gaps.
- Planning: I designed a future version of the application, outlining all desired features, and
created a document and timeline to guide the development process.
- Iterative Development: I adopted an iterative approach: implementing, testing, gathering
feedback, designing/planning, and learning. The main focus was on achieving a Minimum Viable Product (MVP). At this stage, I accepted that not everything would follow
best practices, as the primary goal was to release something functional and learn what to prioritize
moving forward.
My initial design:
Reflection and Learning
Through feedback from friends and self-reflection, I’ve gained a clearer understanding of where I need to
improve. For example, I realized that frontend development and writing required much more effort
than I initially anticipated. This realization highlighted the need to strengthen my fundamentals in CSS,
JavaScript, and TypeScript. While my expertise lies in backend development and machine learning, continuous reflection and learning are critical, no matter how experienced we are.
This project reflects not only my technical skills but also my ability to plan, iterate, and adapt.
It’s a testament to my belief in building strong foundations and continuously improving through feedback
and learning. While there’s always room for growth, this process has allowed me to sharpen my expertise
in multiple areas and create something I'm proud of.
- Programming Languages: Python, JavaScript, TypeScript
- Frameworks: FastAPI, Svelte, PyTorch
- Tools: PostgreSQL, Docker, GitHub Actions, AWS
- Soft Skills: Communication, feedback, adaptability
- Technical Practices: iterative development