All Projects

A comprehensive collection of professional and personal projects showcasing automation, security, and software development skills.

Professional Projects

Professional projects are projects that I made to improve my job. I was not obligated to do them, I did them by myself to improve my job and my team's work.

QA Mobile Automation - Bertrandt

Private

Created a comprehensive automation environment for iOS and Android applications (MyCupra and MySeat) using Python, XCode, Selenium, Appium, and Android Studio. The automation measures average user time for critical actions such as starting air conditioning or battery charging when the car is connected. Metrics are captured from the moment the action is initiated on the mobile screen until the notification appears, providing valuable performance data to developers for code optimization and API call improvements.

STACK:

PythonXCodeSeleniumAppiumAndroid StudioiOSAndroidPerformance Testing

RESULT:

Automated performance measurement system that identified optimization opportunities, addressing user complaints about app speed in Play Store and App Store reviews

Databricks IAM Automation - Minsait Cyber

Private

Developed a Python automation system that reads documentation from Confluence about access and permission configurations for projects. The system processes form-based JSON inputs and automatically applies the correct permissions to Databricks resources, streamlining IAM workflows.

STACK:

PythonDatabricks APIConfluence APIJSONIAM

RESULT:

Automated IAM permission management for Databricks projects based on Confluence documentation

Security Automation ToolKit - Minsait Cyber

Private

Created a custom 'BloodHound' for Databricks using Python and PyVis library. The tool visualizes a network of connections between users, groups, service principals, permissions, catalogs, schemas, tables, and more. Features include route finding to determine if a user can access a specific table, searching for all schemas and tables with group privileges, and comprehensive permission mapping.

STACK:

PythonPyVisDatabricks APINetwork VisualizationSecurity Analysis

RESULT:

Comprehensive security visualization tool for Databricks environments with permission analysis capabilities

JIRA-PowerBI Reporting Automation - Bertrandt

Private

Created an automated reporting system that runs on an hourly schedule, fetching data from JIRA via API using various filters (projects, tasks, issues, change requests, etc.). The script structures and saves this information into PowerBI dashboards featuring interactive filters, heat maps, latest testing plans with their status, upcoming versions and features, and comprehensive project metrics. This automation eliminates manual reporting efforts and provides real-time insights for project management.

STACK:

PythonJIRA APIPowerBIAutomationData VisualizationScheduled Tasks

RESULT:

Automated weekly and monthly reporting system that provides real-time project insights and eliminates manual reporting overhead

Cybersecurity Case Studies

Real-world incident investigations and security analysis showcasing OSINT techniques, phishing analysis, and threat intelligence.

Booking Rental Scam: Phishing & OSINT Takedown

Real Case

Investigation of a sophisticated rental scam targeting expatriates in Luxembourg. Documented OSINT techniques, phishing website analysis, domain investigation, and threat actor behavior mapping. Prevented financial loss through systematic analysis and reporting.

TECHNIQUES:

OSINTPhishing AnalysisDomain InvestigationThreat IntelligenceIncident Response

RESULT:

Prevented financial loss through early detection, comprehensive threat analysis, and coordinated reporting to INCIBE and law enforcement.

Read Case Study

Personal Projects

Personal projects have been made to test my knowledge and create my own apps to improve my life.

Web Portfolio 2024

Public

My first web portfolio, designed with a very simple and minimalist approach. This was my initial foray into web development and portfolio creation.

STACK:

HTMLCSSJavaScript

RESULT:

Simple and minimalist portfolio website

Web Portfolio 2026

Public

The current web portfolio, featuring improved transitions, modern design, and API integrations. This version represents a significant evolution in design and functionality, showcasing technical skills and professional experience.

STACK:

Next.jsTailwindCSSTypeScriptFramer Motion

RESULT:

Modern, responsive portfolio website with enhanced animations and API integrations

TradeAlert Bot

Private

Bot connected to different brokers that compares prices of various assets and sends alerts to a Telegram chat. The bot analyzes technical indicators including morning stars, EMA breakouts, RSI, and breakout patterns to provide real-time trading signals.

STACK:

PythonTelegram APITrading APIsTechnical Analysis

RESULT:

Real-time trading pattern detection and alert system via Telegram

Python Automation Training

Public

Training challenges for Python and Pytest automations. Basic exercises designed to introduce juniors into automation with Python. These are fundamental examples that are very useful for starting in the automation world and understanding how automation generally works.

STACK:

PythonPytestAutomationTesting

RESULT:

Educational repository with Python and Pytest automation training challenges for beginners

HackTheBox WriteUps

Public

Repository containing my documented Hack The Box machine write-ups. Professional approach, OSCP-oriented, and focused on real-world penetration testing. Contains 30 Easy machines and 3 Medium machines with step-by-step explanations, tool usage, and mitigation strategies.

STACK:

BashPowerShellPythonNmapVarious Security Tools

RESULT:

33 machines completed (30 Easy, 3 Medium) with comprehensive OSCP-oriented write-ups

QuickTrack

Private

My own personal finance app where I keep track of all my income, expenses, investments, and debts. The application is designed for Android, programmed with Dart, and hosted on Railway.

STACK:

DartFlutterAndroidRailway

RESULT:

Personal finance tracking application for Android

Hitster

Public

A digitalization of the table game 'Hitster' where users must guess the name, year, and singer of a song by only listening. It's a multiplatform game (PC and phones) with a full-stack architecture featuring a Python backend and TypeScript frontend, hosted on Railway and connected to the Spotify API.

STACK:

TypeScriptPythonSpotify APIRailwayReactFastAPIGame Development

RESULT:

Multiplatform music guessing game with Spotify integration and full-stack architecture