Current Location
Heilbronn, Germany

Tudor Bordianu

Junior Developer

I discovered my passion for software engineering while working with data during an internship in Italy. Rather than focusing solely on development, I'm drawn to the broader engineering aspects of software building scalable systems from the ground up. I believe great software comes from understanding the entire picture, not just writing code.

Learning Experiences

42 Heilbronn

April 2025 - Present

Peer-to-Peer Programming School

Intensive coding curriculum focused on project-based learning, peer collaboration, and practical software development skills without formal teachers or lectures.

C Unix Algorithms Problem Solving

Tools & Frameworks

Docker Git Linux PyTorch Kaggle Google Colab Jupyter VS Code Bash HTML/CSS
Most Used Languages
Python
67%
C/C++
21%
HTML
10%
CSS
2%

Projects

Medical RAG

A RAG system for medical literature with fine-tuned embeddings. Scraped ~10,700 PubMed abstracts, mined hard negatives via BM25, and fine-tuned a sentence-transformer to distinguish similar clinical concepts. Uses hybrid retrieval (FAISS + BM25 with Reciprocal Rank Fusion), achieving +9.5% MRR improvement over the base model.

Python FAISS Sentence-Transformers RAG NLP PubMed

Solar & Heat Pump Advisor

A domain-specific Q&A assistant fine-tuned on German energy regulations, solar installation guidelines, and heat pump advisory data for Baden-Württemberg. Uses QLoRA fine-tuning on Mistral-7B with a curated dataset of 2,500+ Q&A pairs, achieving 78% domain accuracy and reducing hallucinations to 8%.

Python QLoRA Mistral-7B Hugging Face Gradio Machine Learning

push_swap

An efficient sorting algorithm that sorts a stack of integers using only two stacks and a limited set of operations. Implements binary radix sort for optimal performance with minimal moves.

C Algorithms Data Structures 42 School

so_long

A 2D game built with MiniLibX featuring custom pixel art. Navigate through maps, collect treasures, and avoid patrolling enemies. Includes smooth animations, dynamic window scaling, and efficient viewport rendering.

C MiniLibX Game Development Graphics 42 School