Git Product home page Git Product logo

introduce-myself-php's Introduction

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: '[email protected]',
    instagram: 'https://www.instagram.com/ksone__',
  },
};

introduce-myself-php's People

Contributors

ksone02 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.