Skip to content
View ksone02's full-sized avatar
📈
📈

Organizations

@woowacourse @woowacourse-teams @DEPthes @CreatorBearLounge @SangBoYoon @ucheck-hour @my-reference @Nanum-Navi @zip-go
Block or Report

Block or report ksone02

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
ksone02/README.md
interface Developer {
  summary: string;
  profile: string[];
  interestedIn: string[];
  contact: Contact;
}

interface Contact {
  email: string;
  instagram: string;
}

const sangwonKang: Developer = {
  summary: 'Who love the process of creating a service that will satisfy the user',
  profile: [
    '명지대 정보통신공학과 21학번 (21.03 ~ 22.02)',
    '명지대 정보통신공학과 학회 바코드 (21.03 ~ 22.02)',
    '명지대 자연캠퍼스 중앙동아리 MCC (21.03 ~ 22.02)',
    '명지대 융합소프트웨어학부 데이터테크놀로지전공 (22.03 ~ ing)',
    'DEPth 1기 Frontend Lead (22.02 ~ 23.02)',
    '우아한테크코스 5기 Web Frontend (23.02 ~ 23.10)',
    '(주)나눔비타민 CPO, Frontend Developer (23.03 ~ ing)',
  ],
  interestedIn: ['UI/UX', 'DevOps', 'FullStack(App/Web)'],
  contact: {
    email: 'eksovus@gmail.com',
    instagram: 'https://www.instagram.com/ksone__',
  },
};

Pinned

  1. woowacourse-teams/2023-zipgo woowacourse-teams/2023-zipgo Public

    🦮 초보 집사의 반려동물 식품 선택을 도와주는 서비스, 집사의고민🚶🏻‍♀️

    Java 53 3

  2. DEPthes/1st-Yetsul-Web DEPthes/1st-Yetsul-Web Public

    🍶 옛술의 전당 매표소로 나만의 옛술 리스트를 만들러 오세요!

    TypeScript 2 3

  3. KangHayeonn/Too-Good-To-Go KangHayeonn/Too-Good-To-Go Public

    ⚛️ Too-Good-To-Go : 식료품 포장/판매 서비스 (Front-end & Back-end & CI/CD)

    TypeScript 4 4

  4. Nanum-Navi/ampersand Nanum-Navi/ampersand Public

    A monorepo for TS/JS packages to make service simple and fast

    TypeScript 1 1

  5. SangBoYoon/Backend SangBoYoon/Backend Public

    Accounter Backend Project With Spring Boot

    Java 1 1

  6. Unity-growtown-app Unity-growtown-app Public

    Unity와 C#으로 만든 마을 성장 클리커 게임입니다. (Android)

    C#