Full-Stack Developer
Rodrigo Medrano Ch.
Hi! My name is Rodrigo Medrano (RmC-Dev) and this is my personal site. I'm a passionate, self-taught young developer specializing in the Python ecosystem, with experience in Full-Stack development. Feel free to check out my projects and reach out if you have any questions.
Latest Projects
Infrastructure Monitoring and Real-Time Alerting Platform
Monitoring platform that ingests metrics from multiple services through a REST API, processes them in asynchronous queues, and evaluates configurable alert rules. When thresholds are exceeded (CPU, memory, latency, availability), it sends HTML email notifications and surfaces alerts on a real-time dashboard over WebSocket. Includes a simulated metrics seeder, alert deduplication to prevent spam, an analytics dashboard, and automated tests. FastAPI backend with SQLite/SQLAlchemy and a vanilla HTML/CSS/JS frontend.
AI Driven Expense Analyzer
A web app where you upload invoices as PDFs or photos, it automatically pulls out the data using AI (vendor, date, line items), classifies each expense into accounting categories, and shows everything on an interactive dashboard with charts and monthly budget tracking. It uses Groq APIs for image and text processing, and stores data in PostgreSQL or SQLite.