You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/page.tsx
+48-10Lines changed: 48 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -43,24 +43,59 @@ export default function Portfolio() {
43
43
}
44
44
45
45
46
-
constexperiences=[
46
+
constexperiences=[
47
47
{
48
48
type: "internship"asconst,
49
49
title: "IT Wagering Solutions Summer Intern",
50
50
company: "Hong Kong Jockey Club",
51
51
period: "Jul - Aug 2025 (Upcoming)",
52
52
description:
53
-
"",
53
+
"Expected to assist with wagering system maintenance and optimization to support transaction processing improvements under senior developer guidance.",
54
+
},
55
+
{
56
+
type: "internship"asconst,
57
+
title: "Business Development Intern (Part-time)",
58
+
company: "Versitech Limited / Technology Transfer Office (TTO), HKU",
59
+
period: "Sep 2024 - Jun 2025",
60
+
description:
61
+
"Analyzed invention manuscripts and assessed commercial viability to identify global business opportunities, and built a comprehensive documentation website for the Versitech e-Form processor GUI application using the Docsify framework.",
62
+
},
63
+
{
64
+
type: "internship"asconst,
65
+
title: "Student Research Assistant Intern",
66
+
company: "Department of Data and Systems Engineering (DASE), HKU",
67
+
period: "Dec 2024 - Jan 2025",
68
+
description:
69
+
"Collected 7.5+ hours of motion capture data from 15 participants to train AI models for camera-free gesture recognition and demonstrated the system to 100+ industry partners.",
70
+
},
71
+
{
72
+
type: "internship"asconst,
73
+
title: "Student Teaching Assistant for ENGG1330 Computer Programming I",
74
+
company: "School of Computing & Data Science, HKU",
75
+
period: "Sep - Nov 2024",
76
+
description:
77
+
"Selected as one of 38 tutors from 535 students to host weekly Python tutorial sessions for first-year engineering students. Provided comprehensive guidance on fundamental programming concepts including syntax, control statements, functions, and data types through teaching materials and active participation in course forums.",
78
+
},
79
+
{
80
+
type: "internship"asconst,
81
+
title: "IT Software Technician Intern",
82
+
company: "Yew Chung Education Foundation",
83
+
period: "Jun - Aug 2024",
84
+
description:
85
+
"Coordinated the deployment of the Asset Management and Tracking System (AMTS) across 10 campuses for 18,000+ assets.",
54
86
},
55
87
]
56
88
89
+
57
90
58
91
59
92
constprojects=[{
60
93
id: 1,
61
94
title: "The Hidden Eden",
62
95
description: "An immersive 3D artwork designed for exploration in virtual reality",
"Created as a CCST9049 group project, where I was responsible for creating the whole 3D world model. Players can view and interact with the 3D world in Gravity Sketch on Meta Quest 3, such as painting on the easel, grabbing the food, and diving into the underwater world.",
66
101
},
@@ -95,7 +130,7 @@ export default function Portfolio() {
95
130
{
96
131
id: 5,
97
132
title: "Baby Chat",
98
-
description: "AI-powered Parenting App made for the GenAI Hackathon for Social Good 2023 hosted by HKU",
133
+
description: "AI-powered Parenting App made for the GenAI Hackathon for Social Good 2023",
0 commit comments