
Đình Thủ
Senior Web Developer
Hồ Chí Minh, Việt Nam
Senior Web Developer with 12+ years of experience, focused on frontend and end-to-end web delivery for e-commerce, logistics, and business platforms. Strong in turning design into pixel-perfect interfaces, building reusable components, and shipping performant production-ready experiences with solid backend support.
Ready to connect.
Waiting for contact request...
interface Developer {
name: string;
skills: string[];
interests: string[];
};
interface TechStack {
devOps: string[];
backend: string[];
frontend: string[];
};
type ContactType = 'email' | 'github';
const techStack: TechStack = {
frontend: [
'CSS3',
'HTML5',
'JavaScript',
'NextJS',
'React',
'SCSS',
'TypeScript',
'NuxtJS',
'VueJS',
],
backend: [
'Laravel',
'MySQL',
'Node.js',
'Phalcon',
'PostgreSQL',
'RESTful API',
'WordPress',
'Yii',
],
devOps: [
'Agile/Scrum',
'Figma',
'GitHub',
'Postman',
],
};
// Developer profile
const me: Developer = {
name: 'Đình Thủ',
skills: [
...techStack.frontend,
...techStack.backend,
...techStack.devOps,
],
interests: [
'Performance',
'Pixel-Perfect UI',
'Component Architecture',
'Responsive Design',
'Web Performance Optimization',
'UI/UX Design',
'Clean Code',
'Modern Frontend Architecture'
]
};
// Contact function
const contact = (type: ContactType): string => {
switch (type) {
case 'github':
return 'https://github.com/vudinhthu';
case 'email':
return '[email protected]';
default:
return 'Contact via phone';
}
};
Career Journey
Algrow Labo
Frontend Leader
2013 - 2015
Led a 5-person frontend team building responsive interfaces for e-commerce systems, standardized reusable UI components, and turned Figma/PSD designs into pixel-perfect production screens.
Visit websiteElenberg Fraser Vietnam
Fullstack Developer
2015 - 2016
Built a smart building management and resident community platform from its early stage, covering frontend, PHP/Phalcon backend, reusable UI components, filters, and RESTful APIs.
Visit website247express
Fullstack Developer
2016 - 2017
Designed and developed the company website, then built Post Management System features and Laravel APIs to support nationwide logistics operations and parcel workflows.
Visit websiteNguyen Kim
Senior Backend Developer
2017 - 2019
Refactored Nguyen Kim's e-commerce platform serving 10,000+ products, built APIs for payments, promotions, reporting, and SEO modules, and supported a sales system handling around VND 2B per day.
Visit websiteB-create Viet Nam
Frontend Engineer
2019 - 2025
Worked with Japanese clients to ship around 100 WordPress/PHP websites, translate designs into pixel-perfect code, and deliver animation-heavy user experiences with Three.js and GSAP.
Visit websiteRecent Projects
A corporate website for a law firm focused on credibility, content clarity, and professional service presentation.
Built a custom WordPress FSE theme from the approved design, delivering a polished and maintainable website aligned with the brand direction.
A modern agency website built to showcase services, project highlights, and a strong premium brand presence.
Built the website from Figma design with Astro and GSAP, combining smooth motion, interactive details, and refined visual execution across the experience.
Dental Appointment Management System
A dental appointment management system for the Japanese market, covering both clinic operations and end-user appointment access.
Developed management plugins and end-user plugins for appointment lookup, with PWA support, OneSignal reminders, and backup/restore workflows for operational data.
Japanese Student Club Illustration Gallery
A gallery website for showcasing illustration works created by a Japanese student club.
Developed a custom WordPress FSE theme and reusable components through a WordPress plugin powered by ReactJS, creating a flexible structure for content presentation.