yuhao.profile.js
01const yuhao = {
02 name: "Yu Hao",
03 alias: "Leo",
04 location: "Singapore",
05 status: "available",
06
07 roles: [
08 "Admissions Consultant",
09 "Writer",
10 "Translator",
11 "Mindfulness Teacher",
12 "Publisher"
13 ],
14
15 education: {
16 mba: "Lancaster University, 2014",
17 master: "Wuhan University, 2002",
18 major: "Chinese Language & Literature"
19 },
20
21 experience: {
22 years: 11,
23 studentsHelped: 1000,
24 universities: [
25 "Oxford", "Cambridge", "Yale",
26 "Columbia", "LSE", "UCL"
27 ],
28 successRate: "95%"
29 },
30
31 languages: ["zh-CN", "en-US", "fr-FR", "la", "ja", "es"],
32
33 contact: {
34 email: "leo@yhleo.com",
35 wechat: "yuhao_5703149",
36 github: "github.com/yuhao"
37 }
38};
Terminal
yuhao.getSkills()
['Consulting', 'Writing', ...]
yuhao.getExpertise('admissions')
'Oxford, Cambridge, Yale...'
yuhao.getCurrentProject()
'ZenStoa Platform'
yuhao.isAvailable()
true ✓
role=''
yuhao.projects

// Featured Projects

constFemRes = {
active
type:'Platform',
desc:'Feminist resource aggregation',
tech: [
'Next.js', 'Community', 'Content'
]
constUniversityReadingList = {
active
type:'Resource',
desc:'Curated academic resources',
tech: [
'Research', 'Education', 'Curation'
]
constPoemsForFilms = {
production
type:'WebApp',
desc:'Cinema meets poetry',
tech: [
'Next.js', 'React', 'Tailwind'
]
yuhao.getStats()
11+
experience.years
1000+
students.helped
95%
success.rate
50+
universities
yuhao.initCollaboration()

Let's Build Something Together

Whether you need admissions guidance, creative collaboration, or just want to connect.

await yuhao.contact()