{{ hero.name }}

{{ hero.role }}

{{ hero.intro }}

{{ hero.focus }}

Tech Stack

Primary technologies I use to deliver production-ready software.

@for (skill of skills; track skill.name) {

{{ skill.name }}

{{ skill.category }} - {{ skill.level }}

}

Featured Projects

Recent work across web platforms, APIs, and mobile apps.

@for (project of projects; track project.title) {

{{ project.title }}

{{ project.description }}

{{ project.stack.join(' - ') }}

{{ project.impact }}

}

Experience

@for (item of timeline; track item.role + item.company) {

{{ item.role }}

{{ item.company }} - {{ item.period }}

    @for (highlight of item.highlights; track highlight) {
  • {{ highlight }}
  • }
}