CV
Chhith Vachhy
Graphic Designer & Video Editor ยท Phnom Penh, KH
available for work
~/vachhy/portfolio โ€” about.js
about.js
skills.json
experience.js
education.js
contact.sh
// portfolio/about.js
import { Developer } from './core';
/**
* Chhith Vachhy โ€” Graphic Designer & Video Editor
* Ambitious IT student, Cambodia ๐Ÿ‡ฐ๐Ÿ‡ญ
*/
const profile = new Developer({
name: "Chhith Vachhy",
title: "Graphic Designer & Video Editor",
location: "467 5MC, Phnom Penh, Cambodia",
focus: "Computer Science / Software Development",
bio: `
Ambitious IT student specializing in Computer Science or Software Development. Currently honing skills in programming, database management, and system administration through coursework and hands-on projects. Passionate about applying classroom knowledge to real-world tech challenges in Cambodia's digital landscape โ€” eager to contribute to software development and IT support while continuing to grow professionally.
`,
languages: { khmer: 100, english: 60 },
hobbies: ["traveling", "gaming", "music", "camping", "editing"],
});
export default profile;
// skills.json โ€” tool proficiency, self-reported
{
"design": {
Adobe Photoshop
92%
Adobe Illustrator
82%
},
"motion": {
Adobe After Effects
75%
Adobe Premiere Pro
90%
},
"code": {
HTML5 / CSS3
40%
SQL
55%
}
}
// coursework: ERP systems, Power BI, data analysis, IT systems optimization
// experience.js โ€” reverse chronological
const experience = [
Graphic Designer & Motion Graphic @ Loma Technology Phnom Penh ยท 2024 โ€” Present
  • Design branding, marketing materials, and digital assets end to end.
  • Produce motion graphics and promotional videos using the Adobe Creative Suite.
  • Consistently deliver high-quality projects on schedule.
Image Editor @ Laudert Media Phnom Penh ยท 2023 โ€” 2024
  • Enhanced and retouched images for media campaigns to a high visual standard.
  • Applied advanced color, lighting, and composition techniques to client work.
  • Collaborated with the creative team to keep a cohesive visual style across projects.
IT Support & Data Entry @ SEA Games (short-term project) Phnom Penh ยท 2023
  • Provided technical support, troubleshooting hardware and software for staff and participants.
  • Managed accurate data entry and database maintenance for reporting.
  • Assisted with IT infrastructure setup for seamless event execution.
];
// education.js
const education = [
Management Information Systems
SETEC Institute
2021 โ€” Present

Skilled in business technology solutions, data analysis, and IT systems optimization. Proficient in SQL, ERP systems, and Power BI. Experienced in developing cost-effective tech solutions for Cambodian businesses.

High School Diploma (Bac II)
Pouk High School
2017 โ€” 2020
];
#!/usr/bin/env bash
# contact.sh โ€” reach me
export PHONE="+855 98 966 486"
export TELEGRAM="t.me/chhee07"
export LOCATION="467 5MC, Phnom Penh"
# references.sh
function reference() {
local name="Touch Menghongly"
local title="Supervisor at Media"
local tel="+855 68 256 168"
local telegram="@Billy31xx"
echo "$name โ€” $title"
}
reference
+855 98 966 486 t.me/chhee07
Phnom Penh, KH
UTF-8 ยท LF ยท resume v1.0