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
-
new
new 1π Morning 2 commits βββββββββββββββββββββ 0.6%
2π Daytime 109 commits βββββββββββββββββββββ 32.4%
3π Evening 134 commits βββββββββββββββββββββ 39.9%
4π Night 91 commits βββββββββββββββββββββ 27.1%
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.



