Skip to content
View Pengap's full-sized avatar
Block or Report

Block or report Pengap

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
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

  1. teableio/teable teableio/teable Public

    ✨ The Next Gen Airtable Alternative: No-Code Postgres

    TypeScript 7.1k 278