Skip to content

Pengap/Pengap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 

Repository files navigation

Hey! Nice to see you.

visitors Open Source Love

class SoftwareDeveloper {
  name: string;
  role: string;
  languageSpoken: string[];

  constructor() {
    this.name = 'Peng Anping';
    this.role = 'Software Developer';
    this.languageSpoken = ['zh_CN', 'en_US'];
  }

  sayHi(): void {
    console.log('Thanks for visiting! Explore my work and feel free to share your thoughts.');
  }
}

const me = new SoftwareDeveloper();
me.sayHi();

๐Ÿ”ง Things I code with

Java Node.js Python TypeScript Shell_Script

AWS Alibaba_Cloud Cloudflare

MySQL PostgreSQL Redis Kubernetes Docker Terraform

๐Ÿ† GitHub Trophies

trophy

๐Ÿ—‚๏ธ Highlight Projects

teable

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published