Systems that don't blink.
package main
type Engineer struct {
Alias string
Role string
Location string
Experience string
}
var sea = Engineer{
Alias: "Sea",
Role: "Technical Manager Β· Infrastructure",
Location: "Ha Noi, Vietnam",
Experience: "10+ years",
}
func (e Engineer) Focus() []string {
return []string{
"Blockchain & Web3 β token economies, DeFi, wallets, payment rails",
"DevOps & Fullstack β distributed microservices, containers, CI/CD",
"AI & Automation β data tooling, workflow automation, agents",
}
}
func (e Engineer) String() string {
return "I build the part no one sees but everyone relies on."
}Native Android & iOS modules for Cocos Creator β TypeScript API, no third-party wrappers, graceful web fallback.
| Extension | What it does |
|---|---|
| cocos-admob | Banner, interstitial, rewarded, app open & native ads with UMP consent |
| cocos-iap | Google Play Billing & StoreKit 2 behind one Promise-based API |
| cocos-google-firebase | Analytics, Crashlytics, Remote Config, Cloud Messaging, Auth |
| cocos-notification-scheduler | Local notifications β one-shot & repeating, channels, tap events |
| cocos-deeplink | Android App Links & iOS Universal Links, cold-start + runtime |
| cocos-share | Native share sheet for text, files and images |
| cocos-inapp-review | Native rate-this-app prompts with store URL fallback |
Ha Noi Β· UTC+7 Β· open to interesting infrastructure problems

