@@ -29,7 +29,11 @@ export default function Content() {
2929
3030 // About Me list items
3131 const aboutMeItems = [
32- "💁♂️View my resume: Coming soon.." ,
32+ (
33+ < >
34+ 💁♂️View my CV: < Link href = "/HUDSAWAT-AKKATI-CV.pdf" target = "_blank" rel = "noopener noreferrer" className = "text-blue-500 hover:underline" > Click here</ Link >
35+ </ >
36+ ) ,
3337 "🗺Nationality: Thai" ,
3438 "🏠Live in Khon Kaen, Thailand" ,
3539 "🏳️Languages: Thai - English" ,
@@ -49,7 +53,7 @@ export default function Content() {
4953 animate = "visible"
5054 >
5155
52- < div className = "grid grid-cols-1 xl:grid-cols-2 " >
56+ < div className = "grid grid-cols-1 xl:grid-cols-1 " >
5357 < div >
5458 < motion . div
5559 custom = { 0 }
@@ -106,7 +110,7 @@ export default function Content() {
106110 </ li >
107111 < Separator className = "mt-4 mb-4" />
108112 < li >
109- < strong > Web Development (Full Stack Role)</ strong >
113+ < strong > Tools Experience (Full- Stack Role)</ strong >
110114 < ul className = "mt-1 list-[circle] pl-6 space-y-1 text-gray-700" >
111115 < li > Node.js</ li >
112116 < li > Express.js</ li >
@@ -120,10 +124,15 @@ export default function Content() {
120124 < li > CI/CD (Github Action by YML)</ li >
121125 < li > Docker</ li >
122126 < li > Kubernetes</ li >
123- < li > Cloud Computing (Alibaba Cloud, Huawei Cloud)</ li >
127+ < li > Cloud Computing (Alibaba Cloud, Huawei Cloud, AWS, GCP, Digital Ocean )</ li >
124128 < li > Handle large traffic with Load Balancer</ li >
125129 < li > Cloudflare DNS Management</ li >
126130 < li > Telegram Bot/Discord Bot/LINE Bot (Logs and dialogs system) for processor handling</ li >
131+ < li > AI/ML (OpenAI, Cluade AI, etc.)</ li >
132+ < li > OAuth2.0 (Google, Facebook)</ li >
133+ < li > Microservices with gRPC, RabbitMQ</ li >
134+ < li > SMS/Email/Telegram/Line Notification</ li >
135+ < li > WebSocket (Socket.io)</ li >
127136
128137 </ ul >
129138 </ li >
@@ -141,7 +150,7 @@ export default function Content() {
141150 </ Card >
142151 </ motion . div >
143152 </ div >
144- < div className = "pl-0 xl:pl-4 " >
153+ < div className = "pl-0" >
145154 < motion . div
146155 custom = { 2 }
147156 variants = { cardVariant }
0 commit comments