class Developer {
constructor() {
this.name = "{{Bio.Name}}";
this.role = "{{Bio.Title}}";
this.passion = true;
}
async create() {
return "Innovation";
}
}
About Me
{{Bio.Summary}}
Education
{{EducationList}}Experience
{{ExperienceList}}Technical Arsenal
Skills
Featured Projects
{{ProjectsList}}
See more code on my GitHub Profile