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