01 / WORK
Work
- Mundial 2026 — World Cup Companion Full-stack companion for World Cup 2026 end to end: groups, local-timezone fixtures, knockout bracket, venue map, and per-country TV guides. Historical matchup data crossed from StatsBomb and OpenFootball.
- Soccer Analytics Agent — Football analytics agent Chat agent over ~49k international matches (1872–today) built with a hand-written LLM tool loop, no agent framework. Gemini reasons and calls tools; Postgres + pgvector is the single layer for data, memory, and observability. A learning-first replication of Oracle's workshop on an open, GCP-deployable stack.
- AI Agents Hub — AI agent lab Learning and reference monorepo for Google ADK and LangGraph: from small agents (PlanReAct, output_schema, MCP, code executor) to full-stack apps in production. Includes Customer Support Chat and Career Coach (Vertex AI Agent Engine + Cloud Run).
- Gastify — Finance tracking with a Telegram bot A personal finance tracker with two entry points: a PWA dashboard and a Telegram bot that parses natural-language messages ('I spent 5k at the store on debit') into structured transactions using AI.
- Knowledge Vault — AI-powered PKM An Obsidian vault synced with Git where AI agents ingest papers, articles, and videos: extract concepts, build semantic links, and write actionable summaries. Multimodel chat over the whole knowledge base.
- linkedin-markdownificator OSS fork of a CLI that exports a full LinkedIn profile to Markdown (and JSON) for personal sites, CVs, and AI agents. No official API: Selenium + cached HTML, so you stop maintaining LinkedIn and a separate CV by hand.
- LactarIA — Breastfeeding support app A maternal and child health mobile app that supports mothers with an AI chatbot backed by a curated Q&A bank. Validated in a closed pilot with 50 mothers.
- Rutinify — Gym routine management A mobile-first PWA to build and track gym routines: supersets, weekly weight and time progress, and CSV routine imports with validation.
- mini-projects — Backend patterns lab An incremental lab of backend and distributed-systems patterns: one numbered project at a time, each spec-driven, from design fundamentals to event-driven microservices with full observability.