Graduated from Information and Commmunication Engineer at Chulalongkorn University 🏫
Developer and member at Thinc. 👨💻
Full-time at Captain AI 🍱
class About: Me {
let name = "Boom"
var languages = [
"javascript": "Proficient",
"typescript": "Proficient",
"swift": "Intermediate",
"java": "Intermediate",
"python": "Intermediate",
"rust": "Beginner",
"日本語": "Beginner",
]
var frameworks = [
"react": "Proficient",
"tailwindcss": "Proficient",
"nextjs": "Proficient",
"reactnative": "Proficient",
"expo": "Intermediate",
"nestjs": "Intermediate",
"solidjs": "Intermediate",
"redux": "Intermediate",
"swiftui": "Beginner",
"vuejs": "Beginner",
// UIKit: "Intermediate",
// Combine: "Beginner"
]
var hobbies = [
"Programming",
"Experiment with new techs",
"Watch アニメ",
"Read books / マンガ",
"Play games",
]
}