switch zhou-en {
case "pronouns":
return "He | Him"
case "title":
return "Pythonista | Gopher | Rustacean"
case "code":
return "Python, Go, TypeScript, Rust"
case "askMeAbout":
return "web dev, tech, api, photography, basketball"
case "backEnd Frameworks":
return "Django, Flask, FaskAPI, Temporal"
case "testing":
return "TDD, BDD, Robot Framework, pytest"
case "devOps":
return "AWS, GCP, Docker"
case "database":
return "MongoDB, PostgreSQL, Sqlit"
default:
return "It's not a bug, it's a feature!"
}
Last Updated on 07/01/2025 01:37:13 UTC