Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ ztygod Public

Config files for my GitHub profile.

ztygod/ztygod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hi there 👋!


TianYi Zhou

🚀 Full-Stack Developer | Open Source Contributor


const FullStackDeveloper = {
  role: 'Full Stack Developer',
  skills: ['TypeScript', 'Rust', 'Vue', 'NestJS', 'Node.js', 'SQL', 'DDD'],
  traits: ['Builder mindset', 'Lifelong learner', 'System thinker'],
};

const TianYi = Object.create(FullStackDeveloper);

TianYi.name = 'TianYi Zhou';
TianYi.from = '江苏 南京';
TianYi.motto = '坚刚不可夺其志,万念不能乱其心';
TianYi.identity = 'Curious Developer';
TianYi.target = function () {
  setTimeout(() => {
    this.identity = 'Build meaningful products';
    console.log(`Updated identity: ${this.identity}`);
  }, 86400 * 365); // one year later
};

Vue.js React Webpack Vite Electron Docker Node.js Rust Python NestJS


About

Config files for my GitHub profile.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published