Software Engineer (Final-Year Student) · Backend & Full-Stack Dev · Mexico
Final-year Software Engineering student at Universidad Veracruzana, with hands-on experience auditing AI-generated code and content — which trained a sharp eye for catching logic, syntax, and architecture errors before they reach production.
I build full-stack applications, from desktop video games to streaming platforms, and I'm currently expanding my stack toward Go, Python, and Next.js.
- Currently interning at Clever Cloud, building a full-stack web application (PHP + Vue.js)
- Learning & sharpening: Go, Python, Next.js
- Contributing to open source — see below
- Looking for my first full-time role as a Junior Software Engineer (Backend/Full-Stack) in Mexico City or remote
- Ask me about Java, C#, Vue.js, Docker, or client-server application architecture
initializ/forge — Contributed two new weather-lookup shell scripts (weather-current.sh, weather-forecast.sh), including input validation, URL-encoding via jq, HTTP status handling, and defensive error handling. The PR passed an adversarial security review covering command injection, SSRF, and secrets handling before being merged.
- PR #354 — Merged
- Issue #357 — Bug independently discovered and reported during the contribution
Daztl — Distributed music streaming platform
A Spotify-style ecosystem split across three coordinated repositories, demonstrating one backend serving structurally different clients — the same pattern real streaming platforms use.
- DaztlServer — REST API built with Django REST Framework
- DaztlClient — Desktop client in C#
- DaztlMobile — Android app in Java
Python Django REST Framework C# Java Android Client-Server Architecture
Hands-on identification and remediation of real vulnerabilities from the CWE catalog — SQL injection, XSS, buffer overflow, use-after-free, integer overflow, shellcode — across C, PHP, Python, and Assembly, plus a dedicated threat modeling project and a DNS Hijacking exercise.
C PHP Python Assembly Security Threat Modeling
Web-based drawing tool with server-side session handling and SVG export. Backend built with Python Flask and SQLite3 persistence.
Python Flask SQLite3 JavaScript SVG
Desktop video game built with C# / WPF (.NET Framework) using a client-server model, with Dockerized data persistence.
C# WPF .NET Framework Docker Client-Server