Hello, I'm Jorge
A developer passionate about computing and a maker. Thank you for visiting my website, here you can find some of the projects I have developed throughout my career. If you have any questions or proposals, do not hesitate to contact me!
Featured Projects
Kairos
Kafka-based trading ecosystem powered by AI agents: monitors market prices of user-configured assets, makes automated or semi-automated decisions (confirmed via Telegram), and features a dashboard where users can visualize the reasoning and decisions of each agent.
IoT Pasapalabra with ESP32
Educational material for children. The system hosts a web application within the ESP32 itself that communicates via WebSockets to control the ring lighting in real-time. The structure is made with recycled materials and 3D printed parts.
Pico-Ducky-Utils
HID automation tool on Raspberry Pi Pico. Developed as a team with two scholarship colleagues to streamline repetitive departmental tasks. The device executes pre-programmed scripts that drastically reduce equipment configuration and maintenance time.
My First MCP Server
Simple MCP server exposing a tool to the Claude LLM regarding my CPU temperature. Includes a small API developed with Python FastAPI to expose an endpoint used by the MCP. A Claude API key is needed to test it; more details on my GitHub.
Spam Detection Model
Intelligent system capable of classifying form messages as Spam or Legitimate using the Naive Bayes algorithm.