-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtechnical-product-owner.html
More file actions
105 lines (97 loc) · 3.99 KB
/
technical-product-owner.html
File metadata and controls
105 lines (97 loc) · 3.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chantara Tith · Technical Product Owner CV</title>
<meta name="description" content="Technical Product Owner CV version for Chantara Tith." />
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<main class="cv">
<header class="top fade-in">
<div>
<h1>Chantara Tith</h1>
<p class="role">Technical Product Owner · QA Strategy · Cross-functional Delivery</p>
</div>
<address>
<span>Netherlands (US/EU remote compatible)</span>
<a href="mailto:tith.chantara@gmail.com">tith.chantara@gmail.com</a>
<a href="tel:+31653470302">(+31) 6-5347-0302</a>
</address>
</header>
<nav class="role-nav fade-in" aria-label="CV role versions">
<a href="index.html">QA</a>
<a href="software-engineer.html">Software Engineer</a>
<a class="active" href="technical-product-owner.html">Technical Product Owner (IN-PROGRESS)</a>
</nav>
<nav class="aux-nav fade-in" aria-label="Additional profile pages">
<a href="event-operations.html">Event Organization & Coordination</a>
<a href="projects.html">Projects</a>
</nav>
<section class="fade-in resume-download">
<a href="resumes/chantara-tith-technical-product-owner-resume.pdf" download>Download Technical Product Owner Resume (PDF)</a>
</section>
<section class="fade-in">
<h2>Summary</h2>
<p>
Delivery-focused technical professional with strong QA and systems background, experienced in
translating business risk into technical priorities. Comfortable aligning engineering,
operations, and stakeholder expectations to drive predictable release outcomes.
</p>
</section>
<section class="fade-in">
<h2>Relevant Work Experience</h2>
<article>
<div class="row">
<h3>Xiaomi Corporation · Lead Software QA Engineer</h3>
<span>Oct 2022 — Oct 2025</span>
</div>
<ul>
<li>Partnered with distributed engineering teams to prioritize high-impact release risks.</li>
<li>Coordinated validation plans across multiple projects and stakeholders.</li>
<li>Tracked 350+ issues toward closure and drove quality gates for stable releases.</li>
</ul>
</article>
<article>
<div class="row">
<h3>Nerd Night Phnom Penh · Volunteer Event Organizer</h3>
<span>2021 — 2025</span>
</div>
<ul>
<li>Coordinated speakers, event schedules, and venue logistics for community events.</li>
<li>Managed A/V setup and stakeholder communication to ensure smooth audience experience.</li>
</ul>
</article>
</section>
<section class="fade-in">
<h2>Skills</h2>
<div class="chip-list">
<span>Roadmap Prioritization</span>
<span>Risk Management</span>
<span>Stakeholder Communication</span>
<span>Cross-functional Coordination</span>
<span>Public Speaking</span>
<span>Event Organization</span>
<span>Business Cooperation</span>
<span>Operational Execution</span>
</div>
</section>
<section class="fade-in">
<h2>Education</h2>
<ul class="compact">
<li><strong>Professional Communication in English (B.A.)</strong> — Royal University of Phnom Penh (2018)</li>
<li><strong>Computer Science and Engineering (B.Sc.)</strong> — Royal University of Phnom Penh (2017)</li>
</ul>
</section>
<section class="fade-in">
<h2>Languages</h2>
<div class="chip-list">
<span>English (Fluent)</span>
<span>Khmer (Native)</span>
<span>Dutch (A2)</span>
</div>
</section>
</main>
</body>
</html>