Skip to content
View nicholas-sc-08's full-sized avatar
🎯
Learning C
🎯
Learning C

Block or report nicholas-sc-08

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
nicholas-sc-08/README.md

Olá, Sou o Nicholas! waving hand gif


Linkedin Badge GitHub followers profile-views


Typing SVG

👨‍💻 Perfil

Profile in English: English


@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");
    }
}

⚙ Tecnologias Utilizadas

Linguagens e Base
Languages

Frameworks e Ambientes
Frameworks

Infra, Bancos e Outros
Infrastructure


💎 Experiências no Mercado de Trabalho


Keeps Analista de Suporte
Keeps

ago de 2023 - may de 2026 · até o momento
Serviços: Analista de Suporte


📊 Estatus do GitHub

Top langs

Snake animation


Pixel-Art

Pinned Loading

  1. island-web island-web Public

    Ganhador do 1º Lugar no Hackathon SENAI 2025, o Software Island, apresenta pontos turísticos famosos, bares e restaurantes locais, cultura manezinha e estimula turistas a frequentar com uma usabili…

    TypeScript

  2. island-api island-api Public

    Ganhador do 1º Lugar no Hackathon SENAI 2025, o Software Island, apresenta pontos turísticos famosos, bares e restaurantes locais, cultura manezinha e estimula turistas a frequentar com uma usabili…

    TypeScript

  3. FLY-Circular FLY-Circular Public

    O Fly é um aplicativo inovador que nasceu com o propósito de dar mais visibilidade aos brechós e facilitar a vida dos consumidores apaixonados pela moda sustentável. A plataforma permite que os usu…

    JavaScript 20 2

  4. FLY-Circular-API FLY-Circular-API Public

    Backend do Fly Circular, desenvolvido com TypeScript

    TypeScript 3

  5. vortexpay-api vortexpay-api Public

    A robust digital banking core and financial orchestration engine built with Java 21 and Spring Boot 3. This API handles the complete lifecycle of user accounts, secure transaction processing, and a…

    Java

  6. nicholas-serencovich-portfolio nicholas-serencovich-portfolio Public

    A high-performance personal showcase designed with a focus on Delightful UX and Clean Code. This project explores the synergy between shadcn/ui for consistent design systems and Framer Motion for f…

    TypeScript