Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 860 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 860 Bytes

Welcome

Hector Sosa

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.

Built with 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