
Tech Stacks
Front End






Back End






Databases



About Me
I have an expertise in developing Web Application, Mobile Application, Web Scraper, API server, and AI Machine Learning projects for more than 3 years. Including roblox account selling website, online pharmacy, and tea shop
class Sanphet {
constructor(hobby, age, sports){
this.hobby = ['coding'];
this.age = {age};
this.sports = ['armwrestling','playing the guitar'];
}
speak(){
console.log('English')
console.log('Thai')
console.log('Spanish')
console.log('Chinese')
}
}