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!

Profile picture of Jorge
Portfolio

Featured Projects

IoT Pasapalabra with ESP32
Hardware & IoT Finished

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.

ESP32 C++ 3D Printing IoT
Pico-Ducky-Utils
Hardware & IoT Paused

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.

Raspberry Pi Python 3D Printing IoT
My First MCP Server
Software - AI Finished

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.

MCP Python APIs LLMs
Spam Detection Model
Software - AI Finished

Spam Detection Model

Intelligent system capable of classifying form messages as Spam or Legitimate using the Naive Bayes algorithm.

Machine learning Python APIs