{{ t.heroTagline }}
[ApiController][Route("api/[controller]")]public class DevController : ControllerBase{ [HttpGet("about")] public IActionResult GetProfile() => Ok(new Developer { Name = "{{ heroCodeName }}", Stack = ".NET / C#", Focus = "Clean, scalable APIs", Coffee = int.MaxValue });}
{{ t.projSubtitle }}
{{ t.aboutP1 }}
{{ t.aboutP2 }}
{{ t.skillsSubtitle }}
{{ e.desc }}
{{ t.contactText }}
{{ t.socialTitle }}