
Đình Thủ
Senior Web Developer
Hồ Chí Minh, Việt Nam
Senior Web Developer with 12+ years of experience, specializing in frontend and end-to-end delivery. Experienced in mentoring and project leadership, focused on building performant web solutions for e-commerce and logistics. Expert in turning complex designs into pixel-perfect, animation-rich user experiences.
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',
'TypeScript',
'ReactJS',
'NextJS',
'SCSS',
'NuxtJS',
'VueJS',
'Astro',
'GSAP',
],
backend: [
'Laravel',
'MySQL',
'Node.js',
'Phalcon',
'PostgreSQL',
'RESTful API',
'WordPress',
'Yii',
],
devOps: [
'GitHub',
'DigitalOcean',
'Cloudflare',
'Rclone',
'Plesk'
],
};
// 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',
'Mentoring',
'Project Leading'
]
};
// 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
Lead 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 Developer
2017 - 2019
Worked as a Senior Developer for the Marketing department within a 9-person IT team. Refactored the e-commerce platform serving 10,000+ products, built APIs for payments, promotions, and SEO, and supported a sales system handling VND 2B - 4B per day. Mentored junior developers to improve technical skills and code quality.
Visit websiteB-create Viet Nam
Fullstack Developer
2019 - 2025
Collaborated with Japanese clients on various projects, often operating independently or taking on Project Lead and Mentor roles for specific assignments. Delivered high-quality WordPress/PHP websites, translating complex designs into pixel-perfect code with advanced animations using Three.js and GSAP.
Visit websiteRecent Projects
A premium portfolio website for a creative production house, featuring AI-assisted design, smooth motion, and a high-performance architecture.
Architected a custom WordPress FSE theme with ReactJS-powered blocks and GSAP animations. Optimized global performance and delivery by leveraging Cloudflare R2 for all static assets.
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.