@RestController
@RequestMapping("/v1/dev")
public class NicholasController {
@GetMapping("/profile")
public ResponseEntity<ProfileResponse> getProfile() {
return ResponseEntity.ok(ProfileResponse.builder()
.name("Nicholas Serencovich Carvalho")
.role("Full Stack Developer")
.specialties(List.of(
"Arquitetura de Sistemas (SOLID)",
"APIs Financeiras & Segurança",
"Pipelines de CI/CD",
"Desenvolvimento Web Moderno"))
.status("Open for Challenges")
.build());
}
}@SpringBootApplication
public class PersonalApiApplication {
public static void main(String[] args) {
SpringApplication.run(PersonalApiApplication.class, args);
System.out.println("Nicholas' Profile API is live at port 8080");
}
}
Analista de Suporte
Keeps
ago de 2023 - may de 2026 · até o momento
Serviços: Analista de Suporte





