function atEveron(): ProfileBuilder {
const stack = {
fe: {
js: ['TypeScript', 'ES6'],
react: ['react-admin', 'MUI'],
},
be: {
node: ['Express'],
java: ['Spring Boot'],
},
vcs: ['git', 'gitlab'],
}
return this
.withStack(stack)
.()
.()
.()
}
function implementKeycloakSSO(): ProfileBuilder {
return this.addExperience({context: "백오피스 권한 관리",
contribution: "Keycloak 기반 RBAC SSO 적용",
impact: "액션 단위 접근 제어 일원화"
}) }
function buildStatisticsDashboard(): ProfileBuilder {
return this.addExperience({context: "운영 통계 대시보드",
contribution: "nivo 기반 핵심 지표 시각화",
impact: "운영 의사결정에 필요한 데이터 확인 지원"
}) }
function improveOpsWorkflow(): ProfileBuilder {
return this.addExperience({context: "고객 문의 운영 흐름",
contribution: "게시판 기반 문의를 칸반 UI로 전환",
impact: "SVN에서 GitLab으로 협업 프로세스 정비"
}) }