Skip to content

ss-won/ss-won

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 

Repository files navigation

github-배너

class Developer {  
  constructor(public skill: string[], public interest: string[], public experience: string[]) {
       this.skill = skill;
       this.interest = interest;
       this.experience = experience
  }
}

/** 
 * Hello! My name is wish. 🧞‍♂️ 
 * I'm frontend developer.
**/
const WISH = new Developer(
  /** skill 🎒 */
  ['React', 'Next.js', 'Vite', 'Turbo Monorepo', 'NestJS'],
  /** interest 🧚🏻‍♀️ */
  ['Web', 'Translate', 'Make a Module in Rollup or Vite', 'Microfrontend', 'BFF(Backend for Frontend)'],
  /** experience 🏃🏻‍♀️ */
  ['SmartMind full stack developer (since 2021.07~)'] 
  );
Algorithm Skill Blog Contact
backjoon blog
Static Badge

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published