Hi, I'm Rares Tudor
Full-Stack Engineer Building Production Systems as a Student
I specialize in enterprise Java backends, Python APIs, and open-source AI tooling. I run a self-hosted Linux server, ship Dockerized apps, and build things that actually work in production.
What I've Built
Problem-driven engineering โ each project solves a real constraint.
Scaling a real-time NoSQL (Firebase) hobby app for enterprise data integrity.
A Spring Boot 3 + PostgreSQL system with JWT security, React dashboard, React Native mobile scanner, and Dockerized deployment.
Click to view full documentation
Manually verifying malicious URLs is slow and fragmented across multiple tools.
A FastAPI orchestration engine running 8 concurrent security checks (WHOIS, SSL, VirusTotal, Google Safe Browsing) with a React dashboard scoring threats 0โ100.
Click to view full documentation
AI models (Claude/Copilot) lack real-time, offline access to technical automotive diagnostics.
An open-source MCP server with 460 DTC codes, 9 tools, FTS5 search, built with FastMCP and SQLite โ turns Copilot into a mechanic's reference.
Click to view full documentation
Tracking European vehicle market prices manually is tedious and inconsistent.
A Playwright-driven scraper with configurable filters across 11 markets, SQLite persistence, CSV exports, and cron-automated nightly runs on a headless Linux server.
Click to view full documentation
Comparing F1 driver performance requires sifting through raw timing data manually.
A CLI tool using FastF1 to compare fastest laps, view season stats, and generate speed-trace visualizations โ with local caching for instant replays.
Click to view full documentation
Technical DNA
The infrastructure, tooling, and architecture that powers every project.
Infrastructure
- Linux Administration โ Self-hosted Headless Ubuntu Server
- Virtualization โ Docker & Docker Compose orchestration
- Database Management โ PostgreSQL (Relational) & SQLite (Embedded)
- Automation โ Cron-scheduled Python scrapers & system maintenance
- Networking โ Static IP, SSH tunneling, and firewall management
DevOps & Tooling
- CI/CD Pipeline โ Automated testing & deployment via GitHub Actions
- Web Servers โ Nginx Reverse Proxy with SSL/TLS (Certbot)
- Cloud Hosting โ Vercel (Frontend) & Render/Self-hosted (Backend)
- Version Control โ Advanced Git (branching, rebasing, conflict resolution)
- API Testing โ Postman & Insomnia for RESTful endpoint validation
Architecture & AI
- Agentic AI โ Model Context Protocol (MCP) servers for LLM tool-calling
- State Management โ NoSQL (Firebase) to Relational (PostgreSQL) migrations
- Security First โ JWT authentication, env variable protection, SSL enforcement
- Backend Architecture โ Spring Boot microservices, FastAPI orchestration engines
- Micro-utilities โ Python CLI tools to automate data workflows