class TysonCung:
def __init__(self):
self.role = "Chief Product Officer"
self.company = "hivo.co"
self.location = "Perth, Australia"
self.education = "B.Sc Computer Science, NUS"
@property
def skills(self):
return {
"languages": ["Python", "TypeScript", "Go", "Rust"],
"cloud": ["AWS (4x Certified)", "Kubernetes", "Docker", "Terraform"],
"ai_ml": ["PyTorch", "LangChain", "RAG", "AI Agents"],
"databases": ["PostgreSQL", "Redis", "Vector DBs"]
}
@property
def open_source_impact(self):
return "220,000+ stars on contributed projects"
|
|
Helping thousands of developers find the best tools
| List | Description | |
|---|---|---|
| awesome-vibe-coding | 100+ AI coding tools - Cursor, Copilot, Windsurf | |
| awesome-ai-gadgets | CES 2026 AI wearables & hardware | |
| awesome-claude-ai | Claude Opus 4.5 tools & resources | |
| awesome-ai-agents | AI agent frameworks & browser automation | |
| awesome-n8n | 380+ workflow automation resources | |
| awesome-devops-tools | Modern DevOps toolchain |



