Portfolio
Food Ordering For Restaurants
A restaurant managing website built with Next.js 15 and Typescript.
Technology used:
- Lastest Next.js 15 with server rendering to enhance SEO and UX.
- Separating private and public routes based on authentication and user roles using middlewares.
Shopee E-comerce

A e-commerce website built with React and Typescript based on Shopee.vn.
Technology used:
- Manage authentication with JWT (automatic token refresh applied)
- Use Yup and React Hook Form to validate the form.
- Smart Pagination, Filter, and Product Search
- Incorporate state into the URL to easily share results across devices.
- Asynchronous state management with React Query
- Improve performance by optimizing build file size analysis.
- SEO with React Helmet
- Separating private and public routes.
- Code Splitting, Unit Testing
- Manage components with Storybook
Course Management
A SSR CRUD application help managing online courses.
Technology used:
- Template Engine with handlebarsjs.
- Server and routing with Node and Express.
- Database built with MongoDB and Mongoose.
- UI enhance with Bootstrap.