I'm a Full Stack Engineer with a Master's in Project Management, bringing over 5 years of experience in developing responsive and scalable enterprise applications. I specialize in React, TypeScript, GraphQL, and Go.
Using a minimal static site generator built with Go and TailwindCSS that creates a single-page resume with the following features:
- 📄 Print-optimized design for PDF export
- 🎨 Dark mode by default
- 🖼️ Dynamic OpenGraph image generation using headless Chrome
- 🚀 Fast build and local development server
- 📱 Fully responsive design
- ⚡ Zero JavaScript
Usage
# Install
git clone https://github.com/iamhectorsosa/resume.git
cd resume
# Dependencies
go mod download
# Development
make dev
# Formatting
make fmt
# Building
make build