{{ resume.status }}

{{ resume.titleLine1 }} {{ resume.titleLine2 }}.

Hi, I'm {{ resume.fullName }}. {{ resume.shortBio }}

profile.go
1 package main
2
3 type SoftwareEngineer struct {
4 Name string
5 CoreStack []string
6 }
7
8 func Me() *SoftwareEngineer {
9 return &SoftwareEngineer{
10 Name: "{{ resume.fullName }}",
11 CoreStack: []string{"Go", "Python", "JS"},
12 }
13 }

About Me

{{ resume.aboutHeadline }}

Professional Journey

{{ exp.period }}

{{ exp.role }}

{{ exp.company }}

{{ exp.description }}

{{ tag }}

Technology Stack

Tools & Expertise

{{ skill.name }}

Portfolio

Featured Projects

{{ project.timeAgo || 'Recent' }}
{{ project.views || '1.2k' }} {{ project.likes || '84' }}
{{ project.labels[0] }} {{ project.stack.split(',')[0] }}

{{ project.title }}

{{ project.shortDesc }}

{{ project.readTime || '5 min read' }}

Education

{{ edu.period }}

{{ edu.school }}

{{ edu.degree }}

GPA: {{ edu.gpa }}

Contact

Let's build something exceptional.

{{ notification.message }}
Project Details

{{ selectedProject.title }}

{{ tech }}

{{ selectedProject.fullDesc || selectedProject.shortDesc }}