Skip to content
View KJH-Sun's full-sized avatar
Block or Report

Block or report KJH-Sun

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
KJH-Sun/README.md

solved.ac tier solved.ac tier solved.ac tier

✏️ Tech Stack


class Profile {

    static final String USERNAME = "KJH-Sun";

    static final Map<TechStack, String> TECH_STACK_MAP = Map.of(
     
        Backend, Set.of(
            "java", "Spring", "Spring Boot", "JPA", "QueryDsl",
        ),
            
        Frontend, Set.of(
            "javascript","typescript",
            "Vue", "Vuex", "Vuetify", 
            "React", "Next.js", "MUI"
            "React-Query",
            "styled-component", 
        ),
            
        Database, Set.of(
            "Mysql"
        )
        
    );

}

Pinned Loading

  1. Algo Algo Public

    Java

  2. spring-practice spring-practice Public

    Java