Projects

A selection of projects I've worked on.

croni

A friendly CLI for scheduling recurring commands on macOS. Wraps launchd behind a cron-like interface — schedule jobs that survive reboots without touching plist XML or launchctl.

CLI Go macOS Agent-ready Open Source

dev

A CLI tool that reduces cognitive load when navigating between development projects. Enforces an opinionated directory structure and provides fast fuzzy navigation.

CLI Go Developer Tools Open Source

ByWeeks

A minimalistic time blocking web app that helps you make time for what's important.

Web App Time Management Productivity PWA

UC3M Alumni Database Analysis

Using BeautifulSoup to scrape Alumni data and analyze graduation timelines at Universidad Carlos III de Madrid.

Python BeautifulSoup Data Analysis

OpenStreetMap Data Wrangling

Data munging techniques to clean OpenStreetMap data, converting from XML to JSON format and importing into MongoDB.

Python MongoDB Data Analysis

NYC Subway Dataset Analysis

Statistical analysis to determine if weather affects NYC subway ridership, using Python tools like pandas, stats, and matplotlib.

Python pandas Data Visualization

Biker Assistant

Android application for Bultaco Motors providing telemetry display, navigation, and intelligent range estimation using Neural Networks.

Android Java Neural Networks

Secret Santa App

Android app for organizing Secret Santa events. Create groups, add participants, and automatically notify everyone by email.

Android Java

MLP Java

A Java implementation of an Artificial Neural Network based on Multilayer Perceptron using EJML library for matrix management.

Java Machine Learning Open Source