Skip to content
View iamhainv's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report iamhainv

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
iamhainv/README.md

Hai Nguyen

Systems that don't blink.

hainv.me


⚑ About

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."
}

🧩 Cocos Creator 3.8 Extensions

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

πŸ›  Stack


Ha Noi Β· UTC+7 Β· open to interesting infrastructure problems

Popular repositories Loading

  1. cocos-google-firebase cocos-google-firebase Public

    Firebase for Cocos Creator 3.8 β€” Analytics, Crashlytics, Remote Config, Cloud Messaging and Auth on Android & iOS.

    TypeScript

  2. cocos-admob cocos-admob Public

    Google AdMob for Cocos Creator 3.8 β€” banner, interstitial, rewarded, app open & native ads with UMP consent.

    TypeScript

  3. cocos-iap cocos-iap Public

    In-app purchases for Cocos Creator 3.8 β€” Google Play Billing & StoreKit 2 behind one Promise-based TypeScript API.

    Objective-C

  4. cocos-deeplink cocos-deeplink Public

    Android App Links & iOS Universal Links for Cocos Creator 3.8 β€” handles cold-start and runtime deep links, no third-party SDK.

    TypeScript

  5. cocos-inapp-review cocos-inapp-review Public

    Native in-app review prompts for Cocos Creator 3.8 β€” SKStoreReviewController & Google Play In-App Review with store URL fallback.

    TypeScript

  6. cocos-share cocos-share Public

    Native share sheet for Cocos Creator 3.8 β€” share text, files and images from your game on Android & iOS.

    TypeScript