The Wayback Machine - https://web.archive.org/web/20241228104843/https://github.com/Pengap
Skip to content
View Pengap's full-sized avatar

Block or report Pengap

Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
Pengap/README.md

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

Pinned Loading

  1. teableio/teable teableio/teable Public

    โœจ The Next Gen Airtable Alternative: No-Code Postgres

    TypeScript 14.1k 652