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 20.2k 1.1k