When you find what moves you, you find the meaning of life.
— Edgar Abraham Gutiérrez Venegas
Software Engineer
Two projects. Two ways of building.
How I Build
From idea to production — the way I actually work.
1. Planning & wireframes
Figma wireframes, task breakdown, and a first pass at architecture and database schema.

2. Environment & version control
Repo on GitHub, branch strategy (main / staging / develop), and feature branches per task.

3. Local development
Dependencies up with Docker, semantic commits, and code that follows the task at hand.

4. Local testing
Unit tests, linters and formatters — before anything gets shared.

5. Pull request & code review
PR into develop, CI runs tests and lint, a teammate reviews before merge.

6. Staging deploy
Automatic deploy to a test server where QA runs through the full flow.

7. Production
Merge to main, careful database migrations, release goes live.

8. Monitoring
Once it's live, I watch the VPS metrics and dig into the logs when something looks off.

Tools change. Judgment doesn't.
I lean on AI to move faster, not to think for me.
It helps me explore more options and learn quicker, but every decision that ships still gets validated and owned by me.
About Me
I'm a full-stack developer Jr. based in Los Cabos, Mexico.
I enjoy building software that solves real-world problems — from booking platforms handling real payments to the simplest static page done right.
Languages
Technologies I Know
Still Learning
Education

Instituto Tecnológico de Estudios Superiores de Los Cabos

Universidad de Guadalajara
Certifications & Courses

AWS Cloud Practitioner
More on the way.