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 Loading
-
woowacourse-teams/2023-zipgo
woowacourse-teams/2023-zipgo Public๐ฆฎ ์ด๋ณด ์ง์ฌ์ ๋ฐ๋ ค๋๋ฌผ ์ํ ์ ํ์ ๋์์ฃผ๋ ์๋น์ค, ์ง์ฌ์๊ณ ๋ฏผ๐ถ๐ปโโ๏ธ
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.