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
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.