본문으로 건너뛰기
깃허브아티클상세 이력보기

오영근 프로필 — atEveron

/**
*atEveron
*
*-기간: 2022.03 ~ 2022.10
*-역할: 프론트엔드 개발자
*-차세대 백오피스 기능 개발을 담당했습니다.
*-참고: 에버온
*
*
*/
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)
.()
.()
.()
}

/**
*implementKeycloakSSO
*
*-Keycloak 기반 RBAC SSO를 적용했습니다.
*-권한 모델을 백오피스 액션 단위로 연결해 접근 제어를 일원화했습니다.
*
*/
function implementKeycloakSSO(): ProfileBuilder {
return this.addExperience({
context: "백오피스 권한 관리",
contribution: "Keycloak 기반 RBAC SSO 적용",
impact: "액션 단위 접근 제어 일원화"
})
}

/**
*buildStatisticsDashboard
*
*-nivo 차트 라이브러리를 이용해 통계 대시보드를 구축했습니다.
*-운영 의사결정에 필요한 핵심 지표를 시각화했습니다.
*
*/
function buildStatisticsDashboard(): ProfileBuilder {
return this.addExperience({
context: "운영 통계 대시보드",
contribution: "nivo 기반 핵심 지표 시각화",
impact: "운영 의사결정에 필요한 데이터 확인 지원"
})
}

/**
*improveOpsWorkflow
*
*-게시판 기반 고객 문의를 칸반 UI로 전환해 운영 흐름을 개선했습니다.
*-SVN 저장소를 GitLab으로 이관해 협업 프로세스를 정비했습니다.
*
*/
function improveOpsWorkflow(): ProfileBuilder {
return this.addExperience({
context: "고객 문의 운영 흐름",
contribution: "게시판 기반 문의를 칸반 UI로 전환",
impact: "SVN에서 GitLab으로 협업 프로세스 정비"
})
}