diff --git a/misc/convert_speakers.ts b/misc/convert_speakers.ts index c3c1336..555c471 100644 --- a/misc/convert_speakers.ts +++ b/misc/convert_speakers.ts @@ -19,6 +19,15 @@ interface Session { name: string; } +interface QuestionAnswers { + id: number; + question: string; // "Display Name", + // questionType: "Short_Text", + answer: string; + // "sort": 20, + // "answerExtra": null +} + interface Speaker { id: string; firstName: string; @@ -30,6 +39,7 @@ interface Speaker { isTopSpeaker: boolean; links: Link[]; sessions: Session[]; + questionAnswers: QuestionAnswers[]; } import * as fs from 'fs'; @@ -51,6 +61,19 @@ interface ExportedSpeaker { socials: ExportedLink[]; } +// sessionze 平台名稱欄位不好用因此我們可以從 +// Question Answers 抓 display name +function extractDisplayNameFromQuestionAnswers( + qaList: QuestionAnswers[], +): string | null { + for (let i = 0; i < qaList.length; i++) { + if (qaList[i].question == 'Display Name') { + return qaList[i].answer; + } + } + return null; +} + function truncate(value: string): string { if (value.length > 150) { return value.substring(0, 150) + '...'; @@ -73,7 +96,9 @@ for (let i = 0; i < speakers.length; i++) { } output.set(speaker.id, { bio: speaker.bio, - name: speaker.fullName, + name: + extractDisplayNameFromQuestionAnswers(speaker.questionAnswers) ?? + speaker.fullName, order: i, photo: speaker.profilePicture, shortBio: truncate(speaker.bio ?? ''), diff --git a/misc/input/speakers.json b/misc/input/speakers.json index 23b7cc5..1b1ce03 100644 --- a/misc/input/speakers.json +++ b/misc/input/speakers.json @@ -15,7 +15,24 @@ ], "isTopSpeaker": false, "links": [], - "questionAnswers": [], + "questionAnswers": [ + { + "id": 84050, + "question": "Display Name", + "questionType": "Short_Text", + "answer": "Charlie", + "sort": 20, + "answerExtra": null + }, + { + "id": 84057, + "question": "Company/Community Name", + "questionType": "Short_Text", + "answer": "National Taiwan University", + "sort": 21, + "answerExtra": null + } + ], "categories": [] }, { @@ -50,7 +67,24 @@ "linkType": "Instagram" } ], - "questionAnswers": [], + "questionAnswers": [ + { + "id": 84050, + "question": "Display Name", + "questionType": "Short_Text", + "answer": "Ali", + "sort": 20, + "answerExtra": null + }, + { + "id": 84057, + "question": "Company/Community Name", + "questionType": "Short_Text", + "answer": "GDG on Campus", + "sort": 21, + "answerExtra": null + } + ], "categories": [] }, { @@ -90,7 +124,24 @@ "linkType": "Blog" } ], - "questionAnswers": [], + "questionAnswers": [ + { + "id": 84050, + "question": "Display Name", + "questionType": "Short_Text", + "answer": "Claire Chang", + "sort": 20, + "answerExtra": null + }, + { + "id": 84057, + "question": "Company/Community Name", + "questionType": "Short_Text", + "answer": "Xuenn", + "sort": 21, + "answerExtra": null + } + ], "categories": [] }, { @@ -109,7 +160,24 @@ ], "isTopSpeaker": false, "links": [], - "questionAnswers": [], + "questionAnswers": [ + { + "id": 84050, + "question": "Display Name", + "questionType": "Short_Text", + "answer": "David Chou", + "sort": 20, + "answerExtra": null + }, + { + "id": 84057, + "question": "Company/Community Name", + "questionType": "Short_Text", + "answer": "Crescendo Lab / Golang Taipei", + "sort": 21, + "answerExtra": null + } + ], "categories": [] }, { @@ -149,7 +217,24 @@ "linkType": "Sessionize" } ], - "questionAnswers": [], + "questionAnswers": [ + { + "id": 84050, + "question": "Display Name", + "questionType": "Short_Text", + "answer": "El Zhang", + "sort": 20, + "answerExtra": null + }, + { + "id": 84057, + "question": "Company/Community Name", + "questionType": "Short_Text", + "answer": "N.A.", + "sort": 21, + "answerExtra": null + } + ], "categories": [] }, { @@ -184,7 +269,24 @@ "linkType": "Company_Website" } ], - "questionAnswers": [], + "questionAnswers": [ + { + "id": 84050, + "question": "Display Name", + "questionType": "Short_Text", + "answer": "林益弛 Eli Lin", + "sort": 20, + "answerExtra": null + }, + { + "id": 84057, + "question": "Company/Community Name", + "questionType": "Short_Text", + "answer": "APMIC", + "sort": 21, + "answerExtra": null + } + ], "categories": [] }, { @@ -203,7 +305,24 @@ ], "isTopSpeaker": false, "links": [], - "questionAnswers": [], + "questionAnswers": [ + { + "id": 84050, + "question": "Display Name", + "questionType": "Short_Text", + "answer": "EvA ChU", + "sort": 20, + "answerExtra": null + }, + { + "id": 84057, + "question": "Company/Community Name", + "questionType": "Short_Text", + "answer": "Women Techmakers Taipei", + "sort": 21, + "answerExtra": null + } + ], "categories": [] }, { @@ -243,7 +362,24 @@ "linkType": "Blog" } ], - "questionAnswers": [], + "questionAnswers": [ + { + "id": 84050, + "question": "Display Name", + "questionType": "Short_Text", + "answer": "Gary Lo", + "sort": 20, + "answerExtra": null + }, + { + "id": 84057, + "question": "Company/Community Name", + "questionType": "Short_Text", + "answer": "GDE", + "sort": 21, + "answerExtra": null + } + ], "categories": [] }, { @@ -278,7 +414,24 @@ "linkType": "Sessionize" } ], - "questionAnswers": [], + "questionAnswers": [ + { + "id": 84050, + "question": "Display Name", + "questionType": "Short_Text", + "answer": "Henry Hu", + "sort": 20, + "answerExtra": null + }, + { + "id": 84057, + "question": "Company/Community Name", + "questionType": "Short_Text", + "answer": "OWASP Taiwan Chapter", + "sort": 21, + "answerExtra": null + } + ], "categories": [] }, { @@ -303,7 +456,24 @@ "linkType": "LinkedIn" } ], - "questionAnswers": [], + "questionAnswers": [ + { + "id": 84050, + "question": "Display Name", + "questionType": "Short_Text", + "answer": "Ngọc Hiếu", + "sort": 20, + "answerExtra": null + }, + { + "id": 84057, + "question": "Company/Community Name", + "questionType": "Short_Text", + "answer": "Google Taiwan", + "sort": 21, + "answerExtra": null + } + ], "categories": [] }, { @@ -337,7 +507,24 @@ "linkType": "Company_Website" } ], - "questionAnswers": [], + "questionAnswers": [ + { + "id": 84050, + "question": "Display Name", + "questionType": "Short_Text", + "answer": "ABE HSU", + "sort": 20, + "answerExtra": null + }, + { + "id": 84057, + "question": "Company/Community Name", + "questionType": "Short_Text", + "answer": "Micron", + "sort": 21, + "answerExtra": null + } + ], "categories": [] }, { @@ -382,7 +569,24 @@ "linkType": "Sessionize" } ], - "questionAnswers": [], + "questionAnswers": [ + { + "id": 84050, + "question": "Display Name", + "questionType": "Short_Text", + "answer": "JerryWu", + "sort": 20, + "answerExtra": null + }, + { + "id": 84057, + "question": "Company/Community Name", + "questionType": "Short_Text", + "answer": "APMIC", + "sort": 21, + "answerExtra": null + } + ], "categories": [] }, { @@ -422,7 +626,24 @@ "linkType": "Sessionize" } ], - "questionAnswers": [], + "questionAnswers": [ + { + "id": 84050, + "question": "Display Name", + "questionType": "Short_Text", + "answer": "Kane", + "sort": 20, + "answerExtra": null + }, + { + "id": 84057, + "question": "Company/Community Name", + "questionType": "Short_Text", + "answer": "Ubiquiti", + "sort": 21, + "answerExtra": null + } + ], "categories": [] }, { @@ -467,7 +688,24 @@ "linkType": "Sessionize" } ], - "questionAnswers": [], + "questionAnswers": [ + { + "id": 84050, + "question": "Display Name", + "questionType": "Short_Text", + "answer": "Jimmy Liao", + "sort": 20, + "answerExtra": null + }, + { + "id": 84057, + "question": "Company/Community Name", + "questionType": "Short_Text", + "answer": "N/A", + "sort": 21, + "answerExtra": null + } + ], "categories": [] }, { @@ -497,7 +735,24 @@ "linkType": "Sessionize" } ], - "questionAnswers": [], + "questionAnswers": [ + { + "id": 84050, + "question": "Display Name", + "questionType": "Short_Text", + "answer": "John Lu", + "sort": 20, + "answerExtra": null + }, + { + "id": 84057, + "question": "Company/Community Name", + "questionType": "Short_Text", + "answer": "全曜財經資訊股份有限公司", + "sort": 21, + "answerExtra": null + } + ], "categories": [] }, { @@ -532,7 +787,24 @@ "linkType": "Sessionize" } ], - "questionAnswers": [], + "questionAnswers": [ + { + "id": 84050, + "question": "Display Name", + "questionType": "Short_Text", + "answer": "Johnny Sung", + "sort": 20, + "answerExtra": null + }, + { + "id": 84057, + "question": "Company/Community Name", + "questionType": "Short_Text", + "answer": "Individual", + "sort": 21, + "answerExtra": null + } + ], "categories": [] }, { @@ -562,7 +834,24 @@ "linkType": "Blog" } ], - "questionAnswers": [], + "questionAnswers": [ + { + "id": 84050, + "question": "Display Name", + "questionType": "Short_Text", + "answer": "Mansun Kuo", + "sort": 20, + "answerExtra": null + }, + { + "id": 84057, + "question": "Company/Community Name", + "questionType": "Short_Text", + "answer": "Micron", + "sort": 21, + "answerExtra": null + } + ], "categories": [] }, { @@ -602,7 +891,24 @@ "linkType": "Sessionize" } ], - "questionAnswers": [], + "questionAnswers": [ + { + "id": 84050, + "question": "Display Name", + "questionType": "Short_Text", + "answer": "Matthias Geisler", + "sort": 20, + "answerExtra": null + }, + { + "id": 84057, + "question": "Company/Community Name", + "questionType": "Short_Text", + "answer": "GDG Berlin/KUG Berlin", + "sort": 21, + "answerExtra": null + } + ], "categories": [] }, { @@ -621,7 +927,24 @@ ], "isTopSpeaker": false, "links": [], - "questionAnswers": [], + "questionAnswers": [ + { + "id": 84050, + "question": "Display Name", + "questionType": "Short_Text", + "answer": "Max Huang", + "sort": 20, + "answerExtra": null + }, + { + "id": 84057, + "question": "Company/Community Name", + "questionType": "Short_Text", + "answer": "momo Inc.", + "sort": 21, + "answerExtra": null + } + ], "categories": [] }, { @@ -661,7 +984,24 @@ "linkType": "Blog" } ], - "questionAnswers": [], + "questionAnswers": [ + { + "id": 84050, + "question": "Display Name", + "questionType": "Short_Text", + "answer": "Mike Huang", + "sort": 20, + "answerExtra": null + }, + { + "id": 84057, + "question": "Company/Community Name", + "questionType": "Short_Text", + "answer": "Angular Taiwan", + "sort": 21, + "answerExtra": null + } + ], "categories": [] }, { @@ -680,7 +1020,24 @@ ], "isTopSpeaker": false, "links": [], - "questionAnswers": [], + "questionAnswers": [ + { + "id": 84050, + "question": "Display Name", + "questionType": "Short_Text", + "answer": "Recca Chao", + "sort": 20, + "answerExtra": null + }, + { + "id": 84057, + "question": "Company/Community Name", + "questionType": "Short_Text", + "answer": "Taiwan Kotlin User Group", + "sort": 21, + "answerExtra": null + } + ], "categories": [] }, { @@ -705,7 +1062,24 @@ "linkType": "Twitter" } ], - "questionAnswers": [], + "questionAnswers": [ + { + "id": 84050, + "question": "Display Name", + "questionType": "Short_Text", + "answer": "Richard Lee", + "sort": 20, + "answerExtra": null + }, + { + "id": 84057, + "question": "Company/Community Name", + "questionType": "Short_Text", + "answer": "TNL Mediagene", + "sort": 21, + "answerExtra": null + } + ], "categories": [] }, { @@ -730,7 +1104,24 @@ "linkType": "Sessionize" } ], - "questionAnswers": [], + "questionAnswers": [ + { + "id": 84050, + "question": "Display Name", + "questionType": "Short_Text", + "answer": "林育峰", + "sort": 20, + "answerExtra": null + }, + { + "id": 84057, + "question": "Company/Community Name", + "questionType": "Short_Text", + "answer": "鑒真數位", + "sort": 21, + "answerExtra": null + } + ], "categories": [] }, { @@ -755,7 +1146,24 @@ "linkType": "LinkedIn" } ], - "questionAnswers": [], + "questionAnswers": [ + { + "id": 84050, + "question": "Display Name", + "questionType": "Short_Text", + "answer": "Sandra Zeng", + "sort": 20, + "answerExtra": null + }, + { + "id": 84057, + "question": "Company/Community Name", + "questionType": "Short_Text", + "answer": "目前無", + "sort": 21, + "answerExtra": null + } + ], "categories": [] }, { @@ -780,7 +1188,24 @@ "linkType": "Twitter" } ], - "questionAnswers": [], + "questionAnswers": [ + { + "id": 84050, + "question": "Display Name", + "questionType": "Short_Text", + "answer": "Santiago Diaz", + "sort": 20, + "answerExtra": null + }, + { + "id": 84057, + "question": "Company/Community Name", + "questionType": "Short_Text", + "answer": "Google", + "sort": 21, + "answerExtra": null + } + ], "categories": [] }, { @@ -810,7 +1235,24 @@ "linkType": "Blog" } ], - "questionAnswers": [], + "questionAnswers": [ + { + "id": 84050, + "question": "Display Name", + "questionType": "Short_Text", + "answer": "Shawn Ho", + "sort": 20, + "answerExtra": null + }, + { + "id": 84057, + "question": "Company/Community Name", + "questionType": "Short_Text", + "answer": "Google Cloud", + "sort": 21, + "answerExtra": null + } + ], "categories": [] }, { @@ -855,7 +1297,24 @@ "linkType": "Sessionize" } ], - "questionAnswers": [], + "questionAnswers": [ + { + "id": 84050, + "question": "Display Name", + "questionType": "Short_Text", + "answer": "Tamas Piros", + "sort": 20, + "answerExtra": null + }, + { + "id": 84057, + "question": "Company/Community Name", + "questionType": "Short_Text", + "answer": "Cloudinary", + "sort": 21, + "answerExtra": null + } + ], "categories": [] }, { @@ -874,7 +1333,24 @@ ], "isTopSpeaker": false, "links": [], - "questionAnswers": [], + "questionAnswers": [ + { + "id": 84050, + "question": "Display Name", + "questionType": "Short_Text", + "answer": "Thomas Chong", + "sort": 20, + "answerExtra": null + }, + { + "id": 84057, + "question": "Company/Community Name", + "questionType": "Short_Text", + "answer": "Votee AI", + "sort": 21, + "answerExtra": null + } + ], "categories": [] }, { @@ -914,7 +1390,24 @@ "linkType": "Sessionize" } ], - "questionAnswers": [], + "questionAnswers": [ + { + "id": 84050, + "question": "Display Name", + "questionType": "Short_Text", + "answer": "Tim Lin", + "sort": 20, + "answerExtra": null + }, + { + "id": 84057, + "question": "Company/Community Name", + "questionType": "Short_Text", + "answer": "BBPOS", + "sort": 21, + "answerExtra": null + } + ], "categories": [] }, { @@ -933,7 +1426,24 @@ ], "isTopSpeaker": false, "links": [], - "questionAnswers": [], + "questionAnswers": [ + { + "id": 84050, + "question": "Display Name", + "questionType": "Short_Text", + "answer": "tjwei", + "sort": 20, + "answerExtra": null + }, + { + "id": 84057, + "question": "Company/Community Name", + "questionType": "Short_Text", + "answer": "陽明交大", + "sort": 21, + "answerExtra": null + } + ], "categories": [] }, { @@ -952,7 +1462,24 @@ ], "isTopSpeaker": false, "links": [], - "questionAnswers": [], + "questionAnswers": [ + { + "id": 84050, + "question": "Display Name", + "questionType": "Short_Text", + "answer": "TY Chang", + "sort": 20, + "answerExtra": null + }, + { + "id": 84057, + "question": "Company/Community Name", + "questionType": "Short_Text", + "answer": "Google", + "sort": 21, + "answerExtra": null + } + ], "categories": [] }, { @@ -982,7 +1509,24 @@ "linkType": "Instagram" } ], - "questionAnswers": [], + "questionAnswers": [ + { + "id": 84050, + "question": "Display Name", + "questionType": "Short_Text", + "answer": "Vic Wen", + "sort": 20, + "answerExtra": null + }, + { + "id": 84057, + "question": "Company/Community Name", + "questionType": "Short_Text", + "answer": "GDG on Campus NTUST", + "sort": 21, + "answerExtra": null + } + ], "categories": [] }, { @@ -1007,7 +1551,24 @@ "linkType": "Twitter" } ], - "questionAnswers": [], + "questionAnswers": [ + { + "id": 84050, + "question": "Display Name", + "questionType": "Short_Text", + "answer": "Weizhong Yang a.k.a zonble", + "sort": 20, + "answerExtra": null + }, + { + "id": 84057, + "question": "Company/Community Name", + "questionType": "Short_Text", + "answer": "WFCO Technologies", + "sort": 21, + "answerExtra": null + } + ], "categories": [] }, { @@ -1082,7 +1643,24 @@ "linkType": "Sessionize" } ], - "questionAnswers": [], + "questionAnswers": [ + { + "id": 84050, + "question": "Display Name", + "questionType": "Short_Text", + "answer": "Will 保哥", + "sort": 20, + "answerExtra": null + }, + { + "id": 84057, + "question": "Company/Community Name", + "questionType": "Short_Text", + "answer": "多奇數位創意有限公司", + "sort": 21, + "answerExtra": null + } + ], "categories": [] }, { @@ -1122,7 +1700,24 @@ "linkType": "Company_Website" } ], - "questionAnswers": [], + "questionAnswers": [ + { + "id": 84050, + "question": "Display Name", + "questionType": "Short_Text", + "answer": "Simon Liu", + "sort": 20, + "answerExtra": null + }, + { + "id": 84057, + "question": "Company/Community Name", + "questionType": "Short_Text", + "answer": "Google GenAI GDE", + "sort": 21, + "answerExtra": null + } + ], "categories": [] }, { @@ -1147,7 +1742,24 @@ "linkType": "LinkedIn" } ], - "questionAnswers": [], + "questionAnswers": [ + { + "id": 84050, + "question": "Display Name", + "questionType": "Short_Text", + "answer": "Su", + "sort": 20, + "answerExtra": null + }, + { + "id": 84057, + "question": "Company/Community Name", + "questionType": "Short_Text", + "answer": "ViewSonic", + "sort": 21, + "answerExtra": null + } + ], "categories": [] }, { @@ -1166,7 +1778,24 @@ ], "isTopSpeaker": false, "links": [], - "questionAnswers": [], + "questionAnswers": [ + { + "id": 84050, + "question": "Display Name", + "questionType": "Short_Text", + "answer": "益師傅", + "sort": 20, + "answerExtra": null + }, + { + "id": 84057, + "question": "Company/Community Name", + "questionType": "Short_Text", + "answer": "MQTT 與 AIoT 整合運用", + "sort": 21, + "answerExtra": null + } + ], "categories": [] }, { @@ -1185,7 +1814,24 @@ ], "isTopSpeaker": false, "links": [], - "questionAnswers": [], + "questionAnswers": [ + { + "id": 84050, + "question": "Display Name", + "questionType": "Short_Text", + "answer": "Chi Yu, Li", + "sort": 20, + "answerExtra": null + }, + { + "id": 84057, + "question": "Company/Community Name", + "questionType": "Short_Text", + "answer": "None", + "sort": 21, + "answerExtra": null + } + ], "categories": [] }, { @@ -1204,26 +1850,24 @@ ], "isTopSpeaker": false, "links": [], - "questionAnswers": [], - "categories": [] - }, - { - "id": "480c82e9-934d-4a65-bfaf-61718b477607", - "firstName": "宮本", - "lastName": "翔太", - "fullName": "宮本 翔太", - "bio": "None", - "tagLine": "ExpTech.ltd", - "profilePicture": "https://sessionize.com/image/cb02-400o400o1-3iKRsN9fWzcoWjv4TVWuR4.jpg", - "sessions": [ + "questionAnswers": [ + { + "id": 84050, + "question": "Display Name", + "questionType": "Short_Text", + "answer": "Eason Chen", + "sort": 20, + "answerExtra": null + }, { - "id": 777282, - "name": "DPIP 防災資訊整合平台" + "id": 84057, + "question": "Company/Community Name", + "questionType": "Short_Text", + "answer": "none", + "sort": 21, + "answerExtra": null } ], - "isTopSpeaker": false, - "links": [], - "questionAnswers": [], "categories": [] }, { @@ -1248,7 +1892,24 @@ "linkType": "Instagram" } ], - "questionAnswers": [], + "questionAnswers": [ + { + "id": 84050, + "question": "Display Name", + "questionType": "Short_Text", + "answer": "YuYu1015", + "sort": 20, + "answerExtra": null + }, + { + "id": 84057, + "question": "Company/Community Name", + "questionType": "Short_Text", + "answer": "ExpTech Ltd.", + "sort": 21, + "answerExtra": null + } + ], "categories": [] }, { @@ -1273,7 +1934,24 @@ "linkType": "LinkedIn" } ], - "questionAnswers": [], + "questionAnswers": [ + { + "id": 84050, + "question": "Display Name", + "questionType": "Short_Text", + "answer": "小松 XiaoSong", + "sort": 20, + "answerExtra": null + }, + { + "id": 84057, + "question": "Company/Community Name", + "questionType": "Short_Text", + "answer": "National Central University", + "sort": 21, + "answerExtra": null + } + ], "categories": [] }, { @@ -1303,7 +1981,24 @@ "linkType": "Facebook" } ], - "questionAnswers": [], + "questionAnswers": [ + { + "id": 84050, + "question": "Display Name", + "questionType": "Short_Text", + "answer": "彥彬", + "sort": 20, + "answerExtra": null + }, + { + "id": 84057, + "question": "Company/Community Name", + "questionType": "Short_Text", + "answer": "PicCollage", + "sort": 21, + "answerExtra": null + } + ], "categories": [] }, { @@ -1312,7 +2007,7 @@ "lastName": "沈", "fullName": "睿晉 沈", "bio": "暫無", - "tagLine": "Exptech,Ltd.", + "tagLine": "ExpTech Ltd.", "profilePicture": "https://sessionize.com/image/9436-400o400o1-43jDEkQaFZ9mdaZNyCgoG4.jpg", "sessions": [ { @@ -1322,7 +2017,60 @@ ], "isTopSpeaker": false, "links": [], - "questionAnswers": [], + "questionAnswers": [ + { + "id": 84050, + "question": "Display Name", + "questionType": "Short_Text", + "answer": "沈睿晉", + "sort": 20, + "answerExtra": null + }, + { + "id": 84057, + "question": "Company/Community Name", + "questionType": "Short_Text", + "answer": "ExpTech Ltd.", + "sort": 21, + "answerExtra": null + } + ], + "categories": [] + }, + { + "id": "480c82e9-934d-4a65-bfaf-61718b477607", + "firstName": "翔太", + "lastName": "宮本", + "fullName": "翔太 宮本", + "bio": "None", + "tagLine": "ExpTech.ltd", + "profilePicture": "https://sessionize.com/image/cb02-400o400o1-3iKRsN9fWzcoWjv4TVWuR4.jpg", + "sessions": [ + { + "id": 777282, + "name": "DPIP 防災資訊整合平台" + } + ], + "isTopSpeaker": false, + "links": [], + "questionAnswers": [ + { + "id": 84050, + "question": "Display Name", + "questionType": "Short_Text", + "answer": "宮本翔太", + "sort": 20, + "answerExtra": null + }, + { + "id": 84057, + "question": "Company/Community Name", + "questionType": "Short_Text", + "answer": "ExpTech Ltd.", + "sort": 21, + "answerExtra": null + } + ], "categories": [] } ] \ No newline at end of file diff --git a/src/assets/speakers.json b/src/assets/speakers.json index be9c79f..11af600 100644 --- a/src/assets/speakers.json +++ b/src/assets/speakers.json @@ -1 +1 @@ -{"fb95810e-656b-4c4b-88ea-cb17ab1ecf39":{"bio":"Master's student at National Taiwan University","name":"Charlie Chang","order":0,"photo":"https://sessionize.com/image/0ceb-400o400o1-WsSXjWyCZ4DxTChg17EzQW.jpg","shortBio":"Master's student at National Taiwan University","title":"National Taiwan University","socials":[]},"61ad82b5-6ff8-4ed6-bd60-73aad51527ae":{"bio":"大家好,我是 Ali Chen,現任 Fu Jen Catholic University 的 Google Developer Student Club (GDSC) 的 Lead,專注於增強學習(Reinforcement Learning)。我同時也是 NISRA 的講師,熱衷於分享技術知識和實踐經驗。","name":"Chen YueXin","order":1,"photo":"https://sessionize.com/image/b9c1-400o400o1-wDm1RLNNmj6MWmjgqFMvoR.jpg","shortBio":"大家好,我是 Ali Chen,現任 Fu Jen Catholic University 的 Google Developer Student Club (GDSC) 的 Lead,專注於增強學習(Reinforcement Learning)。我同時也是 NISRA 的講師,熱衷於分享技術知識和...","title":"GDSC FJU Lead, NISRA Instructor, Research assistant, ","socials":[{"name":"LinkedIn","link":"https://www.linkedin.com/in/alichen888/"},{"name":"Facebook","link":"https://www.facebook.com/profile.php?id=100003950170100"},{"name":"Instagram","link":"https://www.instagram.com/alichen16/"}]},"b475c998-3c6d-4329-b2f0-ff113d8a047c":{"bio":"17年資歷女性工程師,專精於動畫、影像辨識以及即時串流程式開發。經常組織活動,邀請優秀的女性分享她們的技術專長,並在眾多場合分享自己的技術知識,也活躍於非營利組織,辦理活動來支持特殊兒及其家庭。期待用技術改變世界。","name":"Claire Chang","order":2,"photo":"https://sessionize.com/image/367c-400o400o1-XfQd7jD4CqqvgvsgDp33sm.jpg","shortBio":"17年資歷女性工程師,專精於動畫、影像辨識以及即時串流程式開發。經常組織活動,邀請優秀的女性分享她們的技術專長,並在眾多場合分享自己的技術知識,也活躍於非營利組織,辦理活動來支持特殊兒及其家庭。期待用技術改變世界。","title":"女工程師","socials":[{"name":"LinkedIn","link":"https://www.linkedin.com/in/claire-chang-taiwan/"},{"name":"Facebook","link":"https://www.facebook.com/ClaireTechVision/"},{"name":"Instagram","link":"https://www.instagram.com/clairetechvision/"},{"name":"Blog","link":"https://claire-chang.com/"}]},"a34624b8-c0da-481a-9c52-ebd30ff4ffc7":{"bio":"Golang 碼農、DevOps engineer、新創什麼都做工程師、女兒的老爸、Golang Taipei 社群偶爾客串主持人","name":"David Chou","order":3,"photo":"https://sessionize.com/image/8fed-400o400o1-BiCjMgT82rp9TQSYhSbP9U.jpg","shortBio":"Golang 碼農、DevOps engineer、新創什麼都做工程師、女兒的老爸、Golang Taipei 社群偶爾客串主持人","title":"Crescendo Lab, Engineering Manager","socials":[]},"2ab7a51f-5d46-4e5e-b9f1-53df68697012":{"bio":"A senior software engineer based in Singapore who has been recognized as an Android GDE (Google Developer Expert) by Google since 2022. Author of two books: 'Extending Android Book', 'Kotlin-oriented Gradle Essentials'. \r\n\r\nI have worked on Android application infrastructure including build system for 7 years and enjoy exploring new technologies such as Gradle, AGP (Android Gradle Plugin), KSP (Kotlin Symbol Processing), bytecode transformation, and modularity. I take pleasure in sharing knowledge about Android development with the public through blog posts, podcasts, books, and conference presentations in both English and Mandarin. In my spare time, I develop a number of interesting open-source utilities.\r\n\r\nFind more: https://2bab.com/","name":"El Zhang","order":4,"photo":"https://sessionize.com/image/a590-400o400o1-HRttidBMFFSAqEYqihKF7M.jpg","shortBio":"A senior software engineer based in Singapore who has been recognized as an Android GDE (Google Developer Expert) by Google since 2022. Author of two ...","title":"Google Developer Expert for Android, Podcaster, Book Author","socials":[{"name":"Twitter","link":"https://twitter.com/xx2bab"},{"name":"Blog","link":"https://2bab.com"},{"name":"Other","link":"https://2bab.me/en/book/"},{"name":"Sessionize","link":"https://sessionize.com/2BAB"}]},"c3ed4649-9186-4528-8a61-4df109eb7da4":{"bio":"APMIC 的共同創辦人 & 產品負責人 & 打雜工程師\r\n一起把 CaiGunn 帶大的家長\r\n最近在苦惱怎麼跟 CaiGunn 一起度過叛逆期","name":"Eli Lin","order":5,"photo":"https://sessionize.com/image/010e-400o400o1-BhZfoCSpkkYKZakEnNMQRT.jpg","shortBio":"APMIC 的共同創辦人 & 產品負責人 & 打雜工程師\r\n一起把 CaiGunn 帶大的家長\r\n最近在苦惱怎麼跟 CaiGunn 一起度過叛逆期","title":"APMIC, Co-founder & Product Owner","socials":[{"name":"Facebook","link":"https://www.facebook.com/linyichin.eli/"},{"name":"Instagram","link":"https://www.instagram.com/lin_aquarius/"},{"name":"Company_Website","link":"https://www.ap-mic.com"}]},"f0f5ab23-97c8-4c74-960b-cfbab65d1299":{"bio":"擁有超過 10 年的 UX 領域經驗,我主持了多場工作坊和演講,協助企業、客戶及團隊通過產品設計、測試與分析,明確定義業務和客戶價值,專注於目標,識別問題並執行策略。此外,身為 Google 開發者社群 (Google Developer Groups) 的組織者以及 Women Techmakers 的大使,我持續籌辦各式活動,幫助他人實現成長與成功。","name":"Eva Chu","order":6,"photo":"https://sessionize.com/image/baa4-400o400o1-WtBgt94zMzAsD87x4ykCnr.jpg","shortBio":"擁有超過 10 年的 UX 領域經驗,我主持了多場工作坊和演講,協助企業、客戶及團隊通過產品設計、測試與分析,明確定義業務和客戶價值,專注於目標,識別問題並執行策略。此外,身為 Google 開發者社群 (Google Developer Groups) 的組織者以及 Women Techmaker...","title":"Women Techmakers Taipei Ambassador","socials":[]},"d71705f8-cb2d-497e-9201-1a61b5e09690":{"bio":"Gary is a solutions architect, tech enthusiast, Kotlin GDE, and tech influencer based in Hong Kong who has specialized in the financial services industry for more than 10 years, from local FinTech startups to leading Fortune 500 enterprises. He clearly understands the solution needs of companies of different sizes.\r\n\r\nGary believes modeling the way for technology evolution builds a better world. Starting from 2015, he has continuously built open-source showcase projects, IDE plugins, and blogs to enlighten others. He is keen on sharing industry insights on his Facebook page and the latest technologies at public conferences.\r\n","name":"Gary LO","order":7,"photo":"https://sessionize.com/image/ef67-400o400o1-TerL98AravCKyKkT3Qxpkq.jpeg","shortBio":"Gary is a solutions architect, tech enthusiast, Kotlin GDE, and tech influencer based in Hong Kong who has specialized in the financial services indus...","title":"Solutions Architect|Kotlin GDE|Tech Enthusiast","socials":[{"name":"Twitter","link":"https://twitter.com/gaplo917"},{"name":"LinkedIn","link":"https://www.linkedin.com/in/logary917"},{"name":"Facebook","link":"https://facebook.com/gaplotech"},{"name":"Blog","link":"https://intl.gaplo.tech"}]},"378c5f19-3c9f-4c2f-88cf-3b9ef01c1764":{"bio":"目前擔任 𝗢𝗪𝗔𝗦𝗣 台灣分會會長及 𝗖𝗦𝗖𝗜𝗦 𝗖𝗵𝗶𝗲𝗳 𝗥𝗲𝘀𝗲𝗮𝗿𝗰𝗵 𝗢𝗳𝗳𝗶𝗰𝗲𝗿 職位,同時兼任 𝗖𝗹𝗼𝘂𝗱 𝗦𝗲𝗰𝘂𝗿𝗶𝘁𝘆 𝗔𝗹𝗹𝗶𝗮𝗻𝗰𝗲、𝗧𝗵𝗲 𝗛𝗼𝗻𝗲𝘆𝗻𝗲𝘁 𝗣𝗿𝗼𝗷𝗲𝗰𝘁 等國際資安組織的主要窗口之一和台灣數位安全聯盟理事。\r\n因長時間代理並參與各大頂尖資安產品銷售及技術專案管理,間接也負責國內各層級資安相關事件之鑑識、稽核、法規制訂及解決方案。擁有𝗖𝗘𝗛、 𝗖𝗛𝗙𝗜、 𝗖𝗜𝗦𝗠、 𝗖𝗜𝗦𝗦𝗣、 𝗜𝗦𝗢 𝟮𝟳𝟬𝟬𝟭 𝗟𝗔𝗖 以及𝗖𝗖𝗦𝗞 等多項國際認證,熟悉資訊安全相關技術,範疇涵蓋系統安全、網路安全、管理制度、資訊探勘、數位鑑識、惡意程式分析與人工智慧等領域。經常於產官學研界擔任資訊安全教育相關訓練課程講師,受邀於國內外資訊安全會議演講。\r\n\r\n​現職 安創資訊股份有限公司 Auriga Security, Inc. 的創辦人及執行長。安創資訊,是一間專注於提供客戶安心體驗的公司。團隊導入教練式溝通思維,專業、當責是團隊精神並引進技術卓越的資安產品,輔以自主開發能力,持續精進與更新時下攻防技術與思維;減少人力介入產生失誤或降低反應時間差。安創資訊專注於資訊安全領域與事件調查;提供具體、可執行的合作方案,創造多贏資訊安全體驗服務。","name":"Henry Hu","order":8,"photo":"https://sessionize.com/image/69f7-400o400o1-BwHduz1vPnM7NP71tmbPk7.jpg","shortBio":"目前擔任 𝗢𝗪𝗔𝗦𝗣 台灣分會會長及 𝗖𝗦𝗖𝗜𝗦 𝗖𝗵𝗶𝗲𝗳 𝗥𝗲𝘀𝗲𝗮𝗿𝗰𝗵 𝗢𝗳𝗳𝗶𝗰𝗲𝗿 職位,同時兼任 𝗖𝗹𝗼𝘂𝗱 𝗦𝗲𝗰𝘂𝗿𝗶𝘁𝘆 𝗔𝗹𝗹𝗶𝗮𝗻𝗰𝗲、𝗧𝗵𝗲 𝗛𝗼𝗻𝗲𝘆𝗻...","title":"Chapter Leader / OWASP Taiwan Chapter","socials":[{"name":"LinkedIn","link":"https://www.linkedin.com/ninedter"},{"name":"Company_Website","link":"https://www.aurigasec.com"},{"name":"Sessionize","link":"https://sessionize.com/henry-hu"}]},"42b06e87-8b52-4ae5-9d11-f2f557d1b7ce":{"bio":"Working with on-device AI for Pixel & Android.\r\nVietnamese ICPC competitor with a regional medal.\r\n","name":"Hieu Pham","order":9,"photo":"https://sessionize.com/image/c9b5-400o400o1-QTfBWsbiz6r5pZod4MAbAV.jpg","shortBio":"Working with on-device AI for Pixel & Android.\r\nVietnamese ICPC competitor with a regional medal.\r\n","title":"Software Engineer @ Google","socials":[{"name":"LinkedIn","link":"https://www.linkedin.com/in/ngoc-hieu-99-vn/"}]},"358cf006-caf2-4dc2-b4db-b47fb786564d":{"bio":"SMAI Cloud Architect at Micron. \r\nArea:\r\n- GCP technologies\r\n- Python\r\n- K8S\r\n- CI/CD\r\n- Big Data\r\n- Opensource (Langchain, Crewai)","name":"HSU Yu Ming","order":10,"photo":"https://sessionize.com/image/da3b-400o400o1-KN5q6Hi4BLrz52TRcNdnmV.jpg","shortBio":"SMAI Cloud Architect at Micron. \r\nArea:\r\n- GCP technologies\r\n- Python\r\n- K8S\r\n- CI/CD\r\n- Big Data\r\n- Opensource (Langchain, Crewai)","title":"Micron, Cloud Architect","socials":[{"name":"LinkedIn","link":"https://www.linkedin.com/in/hsuyuming"},{"name":"Company_Website","link":"https://www.micron.com"}]},"e10a74e9-0846-45bf-bb48-57e79f2e610d":{"bio":"吳柏翰(Jerry Wu)是APMIC創辦人暨執行長,擅長自然語言理解及機器學習應用。Jerry Wu於2017年帶領團隊創辦APMIC,以自然語言理解處理(NLU)技術為核心,開發出在地化大型語言模型「CaiGunn開講」,致力於提供企業自主AI解決方案,同時產品也獲得NVIDIA AI Accelerated、NVIDIA Cloud Validated的認證。吳柏翰於2019年成為Google機器學習開發專家(GDE),至今投入Google 機器學習技術推廣已超過5年。在創立APMIC之前,吳柏翰曾擔任裕隆集團首位資深資料科學家,領導進行車上語音助理、知識管理、車聯網等前瞻技術的研究。同時,他也是台灣第一家開放資料顧問公司共同創辦人兼技術長,累積充分的AI相關產業發展經驗。吳柏翰亦曾擔任台科大資訊管理課程的講師多年,培育無數學生投入軟體開發,曾獲得教師教學優良獎。","name":"Jerry Wu","order":11,"photo":"https://sessionize.com/image/7ceb-400o400o1-4PtGnGeMBDCv75wuXd2S9c.png","shortBio":"吳柏翰(Jerry Wu)是APMIC創辦人暨執行長,擅長自然語言理解及機器學習應用。Jerry Wu於2017年帶領團隊創辦APMIC,以自然語言理解處理(NLU)技術為核心,開發出在地化大型語言模型「CaiGunn開講」,致力於提供企業自主AI解決方案,同時產品也獲得NVIDIA AI Acce...","title":"Google Developer Expert","socials":[{"name":"LinkedIn","link":"https://www.linkedin.com/in/jerry2012/"},{"name":"Facebook","link":"https://www.facebook.com/jerrywu2016/"},{"name":"Blog","link":"https://dataology.blogspot.com/"},{"name":"Company_Website","link":"https://www.ap-mic.com/"},{"name":"Sessionize","link":"https://sessionize.com/jerry-wu"}]},"07f9c3c5-c8e6-4187-8bc6-c6f17129faa8":{"bio":"Passionate software developer with a keen interest in open-source ecosystems. Skilled in crafting solutions using open-source tools, specializing in automated testing and CI/CD pipelines. Committed to delivering highly available and maintainable modern tech solutions.","name":"Jian An Lin","order":12,"photo":"https://sessionize.com/image/b794-400o400o1-4HLvEYEhQBtb2LxybjAhU5.jpg","shortBio":"Passionate software developer with a keen interest in open-source ecosystems. Skilled in crafting solutions using open-source tools, specializing in a...","title":"Software Engineer in Test @ Ubiquiti","socials":[{"name":"LinkedIn","link":"https://www.linkedin.com/in/jiananlin1104"},{"name":"Facebook","link":"https://www.facebook.com/Linjianan1104/"},{"name":"Company_Website","link":"https://www.ui.com"},{"name":"Sessionize","link":"https://sessionize.com/jian-an-lin"}]},"29e9ee2f-e316-4829-bdb9-2fafdf7f3e8c":{"bio":"Jimmy Liao 先後就職於 Appier/Microsoft/InfuseAI/IBM 。專業技能橫跨應用程式、手機應用、後端開發、廣告投放、機器學習專案開發,近期致力於 Generative AI 以及相關應用推廣,協助客戶技術落實及技術諮詢。目前為 Google 生成式 AI 開發專家 (Google Developer Expert of Generative AI)。\r\n\r\n日常生活就是跑步,曾經以跑步為通勤工具之一 (單程 20+ km)。\r\n\r\nAs the Google Developer Expert (GDE) GenAI and with 20+ years experience as technical lead in large enterprise and startup. Jimmy Liao act as GenAI Solution Architect now. He focus on solution architecture design, PoC, Production with modern solutions. Also for Generative AI/AI Application landing, education, and communities.\r\n","name":"Jimmy Liao","order":13,"photo":"https://sessionize.com/image/dd01-400o400o1-BnJLo7cscQKXC1GqE7bFcw.jpg","shortBio":"Jimmy Liao 先後就職於 Appier/Microsoft/InfuseAI/IBM 。專業技能橫跨應用程式、手機應用、後端開發、廣告投放、機器學習專案開發,近期致力於 Generative AI 以及相關應用推廣,協助客戶技術落實及技術諮詢。目前為 Google 生成式 AI 開發專家 (...","title":"FullStack, Generative AI Practitioner","socials":[{"name":"Twitter","link":"https://x.com/jimmyliao"},{"name":"LinkedIn","link":"https://www.linkedin.com/in/jimmyliao/"},{"name":"Facebook","link":"https://www.facebook.com/messages/t/jimmyliaotw"},{"name":"Blog","link":"https://memo.jimmyliao.net"},{"name":"Sessionize","link":"https://sessionize.com/jimmy-liao"}]},"5351eb49-101a-4c74-a488-c0b9f70923dc":{"bio":"John 是「全曜財經」的 AI Engineer,負責開發 NLP 應用。 他致力於結合學術研究和軟體工程,以構建創新實用的人工智慧。","name":"John Lu","order":14,"photo":"https://sessionize.com/image/380c-400o400o1-9xJHZbo6EBtCad9PjcYBmm.png","shortBio":"John 是「全曜財經」的 AI Engineer,負責開發 NLP 應用。 他致力於結合學術研究和軟體工程,以構建創新實用的人工智慧。","title":"AI Engineer, CMoney","socials":[{"name":"Blog","link":"https://medium.com/@lush93md"},{"name":"Sessionize","link":"https://sessionize.com/john-lu"}]},"95bbabe7-8115-4476-92a7-248236450835":{"bio":"一位技能樹不小心點歪的工程師,喜歡玩一些有趣的技術。\r\n從 App 原生開發到 DevOps 與容器化皆有一些涉略","name":"Johnny Sung","order":15,"photo":"https://sessionize.com/image/87b6-400o400o1-97d247TgETWKxBNr3eizcZ.jpg","shortBio":"一位技能樹不小心點歪的工程師,喜歡玩一些有趣的技術。\r\n從 App 原生開發到 DevOps 與容器化皆有一些涉略","title":"Full stack developer","socials":[{"name":"Facebook","link":"https://facebook.com/j796160836"},{"name":"Blog","link":"https://blog.jks.coffee/"},{"name":"Sessionize","link":"https://sessionize.com/johnny-sung"}]},"cd751024-0725-493f-89f5-28e6530007d4":{"bio":"在資料領域打滾了若干年,近年來工作內容著重在如何讓資料與 AI 產品可以持續運行與交付,目前在 Micron 擔任 Sr. Solution Architect,負責和團隊們一起打造公司內部的智慧製造相關解決方案。","name":"Mansun Kuo","order":16,"photo":"https://sessionize.com/image/57f0-400o400o1-EmcQAqBsG7Sfx9UNJcgGc5.jpg","shortBio":"在資料領域打滾了若干年,近年來工作內容著重在如何讓資料與 AI 產品可以持續運行與交付,目前在 Micron 擔任 Sr. Solution Architect,負責和團隊們一起打造公司內部的智慧製造相關解決方案。","title":"Micron - Sr. Solution Architect","socials":[{"name":"LinkedIn","link":"https://www.linkedin.com/in/mansun-kuo-3443b482/"},{"name":"Blog","link":"https://mansunkuo.github.io/"}]},"24ce44ea-d436-4476-88ac-08695de0acfa":{"bio":"True believer in (Kotlin) Multiplatform and working with it for over 4 years now. Builds solutions for Android. Maintainer and developer of KMock.\r\nCo-Organizer of KUG Berlin, GDG Android Berlin, Rust Berlin and XTC Berlin. ","name":"Matthias Geisler","order":17,"photo":"https://sessionize.com/image/7eb9-400o400o1-EFHw9K5hdfKBkGe6xBcruK.jpg","shortBio":"True believer in (Kotlin) Multiplatform and working with it for over 4 years now. Builds solutions for Android. Maintainer and developer of KMock.\r\nCo...","title":"Senior Software Engineer@Thermondo","socials":[{"name":"Twitter","link":"https://twitter.com/BitPogo"},{"name":"LinkedIn","link":"https://www.linkedin.com/in/matthias-geisler-44b21a2a2/"},{"name":"Other","link":"https://github.com/bitPogo"},{"name":"Sessionize","link":"https://sessionize.com/matthias-geisler"}]},"84296b39-df28-462e-a1c1-8f0a2416c555":{"bio":"https://sakanamax.github.io/","name":"Max Huang","order":18,"photo":"https://sessionize.com/image/06c3-400o400o1-hQVVmVuGqwMfTHziLooon6.png","shortBio":"https://sakanamax.github.io/","title":"Cloud GDE","socials":[]},"ededcdda-e0a5-47c9-8adc-34f759ea2271":{"bio":"Angular GDE、Microsoft MVP,主要熟悉 .NET WebAPI 與 Angular 開發技術,並經常於個人部落格分享學習知識。\r\n\r\n參加過四次 iT 邦幫忙鐵人賽,榮獲兩次冠軍與一次優選。並著有「打通 RxJS 任督二脈:從菜雞前進老鳥必學的關鍵知識」一書,該書曾榮獲 2021/8 繁體中文書 銷售排行 第 1 名!。","name":"Mike Huang","order":19,"photo":"https://sessionize.com/image/3f14-400o400o1-TtkzeGAX1jQPzS7phvud3u.jpg","shortBio":"Angular GDE、Microsoft MVP,主要熟悉 .NET WebAPI 與 Angular 開發技術,並經常於個人部落格分享學習知識。\r\n\r\n參加過四次 iT 邦幫忙鐵人賽,榮獲兩次冠軍與一次優選。並著有「打通 RxJS 任督二脈:從菜雞前進老鳥必學的關鍵知識」一書,該書曾榮獲 202...","title":"Angular Taiwan","socials":[{"name":"Twitter","link":"https://twitter.com/wellwind"},{"name":"LinkedIn","link":"https://www.linkedin.com/in/wellwind/"},{"name":"Facebook","link":"https://www.facebook.com/fullstackledder"},{"name":"Blog","link":"https://fullstackladder.dev/"}]},"bcbfae97-c963-4955-bbde-95198f9480ec":{"bio":"推廣 Kotlin 在各種領域的開發","name":"Recca Chao","order":20,"photo":"https://sessionize.com/image/f8de-400o400o1-HCRizKUchuiLkj8HBbRNHQ.jpg","shortBio":"推廣 Kotlin 在各種領域的開發","title":"後端工程師,Taiwan Kotlin User Group Organizer","socials":[]},"6746e447-798f-4c2d-8107-1fd5ecb7d4c2":{"bio":"TNL Mediagene 技術長,前愛料理與 INSIDE 共同創辦人與技術長。業餘時喜歡開源與 Google 技術,自 2020 年開始被選為 Google Developer Expert for Firebase。","name":"Richard Lee","order":21,"photo":"https://sessionize.com/image/ecc0-400o400o1-WKUvweFVtYdXfAQP5X7XDu.jpg","shortBio":"TNL Mediagene 技術長,前愛料理與 INSIDE 共同創辦人與技術長。業餘時喜歡開源與 Google 技術,自 2020 年開始被選為 Google Developer Expert for Firebase。","title":"Google Developer Expert for Firebase","socials":[{"name":"Twitter","link":"https://x.com/dlackty"}]},"7c425327-0d8d-4b33-9f39-72d7c7a44909":{"bio":"從事數位鑑識及資安工作多年,在事件調查,分析惡意程式,App資安分析相關方面有些許經驗,樂於和同好進行交流及分享.","name":"Rick Lin","order":22,"photo":"https://sessionize.com/image/3fa1-400o400o1-MMaji3V5esjnhroZHgoeX6.jpg","shortBio":"從事數位鑑識及資安工作多年,在事件調查,分析惡意程式,App資安分析相關方面有些許經驗,樂於和同好進行交流及分享.","title":"Forensic Consultant","socials":[{"name":"Sessionize","link":"https://sessionize.com/rick-lin"}]},"c2fec263-828f-4514-ac70-2c1398453324":{"bio":"總是還在學習路上、在網路產業經歷專案經理、產品經理超過十五年的 PM。","name":"Sandra Zeng","order":23,"photo":"https://sessionize.com/image/11ef-400o400o1-VquUjE3UdPben6pasWzMP8.png","shortBio":"總是還在學習路上、在網路產業經歷專案經理、產品經理超過十五年的 PM。","title":"資深產品經理","socials":[{"name":"LinkedIn","link":"https://www.linkedin.com/in/sandra-zeng-52088bb"}]},"ec17f016-821e-455d-8353-fc27415bd6be":{"bio":"Spanning a 10 year career in cybersecurity, Santiago was a penetration tester focused on web security in the energy & banking industries in LATAM, before moving to the UK to work on developing crawling & scanning capabilities in BurpSuite, a popular web security product. He is a Staff Security Engineer at Google Switzerland, where he leads the Agent Security team.","name":"Santiago Díaz","order":24,"photo":"https://sessionize.com/image/2b93-400o400o1-aCiyMGEkkww59pd45dnpDB.jpg","shortBio":"Spanning a 10 year career in cybersecurity, Santiago was a penetration tester focused on web security in the energy & banking industries in LATAM, bef...","title":"Staff Security Engineer, Google Switzerland","socials":[{"name":"Twitter","link":"https://x.com/i/flow/login?redirect_after_login=%2Fsalchoman"}]},"cb61675c-7b74-4034-85db-9cfb0c2e2543":{"bio":"apiVersion: shawn.user-guide.io/v1\r\nkind: practitioner\r\nmetadata:\r\n name: shawnho\r\n labels:\r\n nickname: dr.ho\r\n motto: show.but.dont.tell\r\n enjoy: sharing\r\n love: [community, container, iac, newthings]\r\nspec:\r\n fans: |\r\n mlops,sre,servicemesh,agile,automation,SRE\r\n tendencies: \r\n - opentelemetry\r\n - crossplane\r\n - kubernetes\r\n - servicemesh","name":"Shawn Ho","order":25,"photo":"https://sessionize.com/image/0675-400o400o1-06adbb17-f14e-4ce8-b5e6-0fd2ae6e0d3c.jpg","shortBio":"apiVersion: shawn.user-guide.io/v1\r\nkind: practitioner\r\nmetadata:\r\n name: shawnho\r\n labels:\r\n nickname: dr.ho\r\n motto: show.but.dont.tell\r\n ...","title":"GCP, AppMod Specialist","socials":[{"name":"LinkedIn","link":"https://www.linkedin.com/in/shawn-ho-a54a111"},{"name":"Blog","link":"https://medium.com/%E8%BC%95%E9%AC%86%E5%B0%8F%E5%93%81-pks%E8%88%87k8s%E7%9A%84%E9%BB%9E%E6%BB%B4"}]},"010b5826-2430-48eb-8355-7b375b1e87dc":{"bio":"Tamas is a Google Developer Expert in Web Technologies and a seasoned Developer Evangelist. He is a passionate advocate for modern web technologies, helping people understand and unlock the latest & greatest features of web development.","name":"Tamas Piros","order":26,"photo":"https://sessionize.com/image/c9fb-400o400o1-Bdqo3bGR2Dj5mzpawq9mRt.JPG","shortBio":"Tamas is a Google Developer Expert in Web Technologies and a seasoned Developer Evangelist. He is a passionate advocate for modern web technologies, h...","title":"Director of Developer Advocacy","socials":[{"name":"Twitter","link":"https://twitter.com/tpiros"},{"name":"LinkedIn","link":"https://www.linkedin.com/in/tpiros"},{"name":"Blog","link":"https://tpiros.dev"},{"name":"Company_Website","link":"https://cloudinary.com"},{"name":"Sessionize","link":"https://sessionize.com/tpiros"}]},"67a2e245-c317-49bc-a66d-ff1a2b94f092":{"bio":"Thomas Chong is an AI Research Engineer at Votee AI, specializing in Large Multimodal Models (LMM), efficient data curation, and low-resource LMM development. He holds an MSc in Big Data Technology and a BEng in Computer Science from The Hong Kong University of Science and Technology.","name":"Thomas Chong","order":27,"photo":"https://sessionize.com/image/dbc6-400o400o1-REBdwsYdc98NsJPuiT19qy.png","shortBio":"Thomas Chong is an AI Research Engineer at Votee AI, specializing in Large Multimodal Models (LMM), efficient data curation, and low-resource LMM deve...","title":"AI Research Engineer, Votee AI","socials":[]},"07edbf1e-9509-4800-84f7-279093e87016":{"bio":"Android developer from Taiwan, more than 10 years experience in mobile area.","name":"Tim Lin","order":28,"photo":"https://sessionize.com/image/e3c2-400o400o1-MDwnmS5SuCLxVbXAoAUqRq.jpg","shortBio":"Android developer from Taiwan, more than 10 years experience in mobile area.","title":"Android GDE","socials":[{"name":"LinkedIn","link":"https://www.linkedin.com/in/jintin/"},{"name":"Blog","link":"https://medium.com/@jintin"},{"name":"Other","link":"https://github.com/Jintin"},{"name":"Sessionize","link":"https://sessionize.com/tim-lin"}]},"e20a6f42-21eb-426f-a87c-ff0f1bb59bbe":{"bio":"魏澤人是陽明交大 AI 學院副教授、木刻思首席數學家、Google Developer Expert(Machine Learning),是花蓮.py 及 Google Developer Groups Hualien 的發起者。曾在東華大學應數系服務,也參與培訓數學奧林匹亞國手。喜歡各種有挑戰的性問題,理想的休閒是邊喝茶邊看書。","name":"TJ Wei","order":29,"photo":"https://sessionize.com/image/c297-400o400o1-pcnTAWE98EfwGGbw9xN9nE.jpg","shortBio":"魏澤人是陽明交大 AI 學院副教授、木刻思首席數學家、Google Developer Expert(Machine Learning),是花蓮.py 及 Google Developer Groups Hualien 的發起者。曾在東華大學應數系服務,也參與培訓數學奧林匹亞國手。喜歡各種有挑戰的性...","title":"GDE","socials":[]},"d711e779-5011-4aa6-becd-7cf21fe8390a":{"bio":"TY is an Android software engineer at Google. He is now focusing on Jetpack CameraX library.","name":"TY Chang","order":30,"photo":"https://sessionize.com/image/267d-400o400o1-e7cb7bc5-31bc-40fb-8bc3-487baf126132.jpg","shortBio":"TY is an Android software engineer at Google. He is now focusing on Jetpack CameraX library.","title":"Google","socials":[]},"10fcc075-ee15-4d55-8050-4128db1ceab7":{"bio":"Be curious. Be passionate. Be creative.","name":"Vic Wen","order":31,"photo":"https://sessionize.com/image/cee9-400o400o1-U7K2XdVMoR2nhk4zNjxmVD.jpg","shortBio":"Be curious. Be passionate. Be creative.","title":"GDG on Campus NTUST Lead","socials":[{"name":"LinkedIn","link":"https://www.linkedin.com/in/guan-hua-wen-625bb0270/"},{"name":"Instagram","link":"https://www.instagram.com/viiccwen/"}]},"55c4d43e-e1dc-4924-b4eb-15c59a5affdc":{"bio":"Flutter GDE。專注在行動平台開發領域。\r\n\r\n從 2005 年開始接觸 Objective C 語言已經 macOS App 開發,從 2008 年開始開發 iOS app。從 2018 年開始接觸 Flutter。\r\n\r\n2020 - 2024 年期間在 Cerence 服務,開發語音相關產品。2011-2019 在 KKBOX 工作,參與過 KKBOX 的 macOS、iOS、tvOS 與 watchOS 版本開發,以及 KKTIX、Uta Pass 的 iOS 版本。之前也參與過雅虎輸入發以及無蝦皮輸入法 macOS 版本。\r\n\r\n開源作品包括香草輸入法、小麥注音輸入法,以及各種自己需要也可以幫助大家的 Flutter Plugin。","name":"Weizhong Yang","order":32,"photo":"https://sessionize.com/image/483c-400o400o1-sWtebMvxbMNSpgb2ACYpZL.jpg","shortBio":"Flutter GDE。專注在行動平台開發領域。\r\n\r\n從 2005 年開始接觸 Objective C 語言已經 macOS App 開發,從 2008 年開始開發 iOS app。從 2018 年開始接觸 Flutter。\r\n\r\n2020 - 2024 年期間在 Cerence 服務,開發語音相...","title":"Mobile Developer","socials":[{"name":"Twitter","link":"https://x.com/zonble"}]},"245ec8d9-dd6e-499b-a9ce-b40755e2ad2b":{"bio":"現任「多奇數位創意有限公司」技術總監。2018 年榮獲 Angular 方向的 Google Developer Expert (GDE) 開發專家。連續 16 度當選微軟最有價值專家(MVP)。2019 獲選微軟技術社群區域總監 (Microsoft Regional Director)。熟悉 Angular、JavaScript、.NET、C#、Java、Go、Docker、Kubernetes 相關技術。擅長 DevOps 與組織文化建立、軟體團隊建構與管理。熱愛分享知識。","name":"Will Huang","order":33,"photo":"https://sessionize.com/image/70b8-400o400o1-wkt3Qj1S187gRPibQwvPAZ.png","shortBio":"現任「多奇數位創意有限公司」技術總監。2018 年榮獲 Angular 方向的 Google Developer Expert (GDE) 開發專家。連續 16 度當選微軟最有價值專家(MVP)。2019 獲選微軟技術社群區域總監 (Microsoft Regional Director)。熟悉 A...","title":"多奇數位創意有限公司, 技術總監","socials":[{"name":"Twitter","link":"https://x.com/Will_Huang"},{"name":"LinkedIn","link":"https://www.linkedin.com/in/will-huang-tw/"},{"name":"Facebook","link":"https://www.facebook.com/will.fans/"},{"name":"Instagram","link":"https://www.instagram.com/willh_tw/"},{"name":"Blog","link":"https://blog.miniasp.com/"},{"name":"Company_Website","link":"https://www.duotify.com/"},{"name":"Other","link":"https://line.me/ti/g2/Uhq2NM0bA6j3C5O0XBAVnm9CGMxJZgY_UMBsPA"},{"name":"Other","link":"http://www.plurk.com/willh"},{"name":"Other","link":"https://github.com/doggy8088"},{"name":"Other","link":"https://stackoverflow.com/users/910074/will-huang"},{"name":"Sessionize","link":"https://sessionize.com/willh"}]},"e964b091-45b0-41e5-92ed-92cef687abb2":{"bio":"大家好,我是 Simon 劉育維,過去曾擔任過電信業的資深工程師 和 在軟體業擔任 MLOps 客戶技術成功工程師,幫助各大知名企業進行機器學習、深度學習、大型語言模型等人工智慧議題進行人工智慧架構規劃的討論,目前在 Medium 上已經公開超過 80 篇技術文章,我希望能夠嘗試使用 AI 做應用,幫助客戶用 AI 解決痛點。","name":"Yu-Wei Liu","order":34,"photo":"https://sessionize.com/image/079f-400o400o1-N44ShcmQ8HVHDukz2sS39J.png","shortBio":"大家好,我是 Simon 劉育維,過去曾擔任過電信業的資深工程師 和 在軟體業擔任 MLOps 客戶技術成功工程師,幫助各大知名企業進行機器學習、深度學習、大型語言模型等人工智慧議題進行人工智慧架構規劃的討論,目前在 Medium 上已經公開超過 80 篇技術文章,我希望能夠嘗試使用 AI 做應用,...","title":"Google GenAI GDE","socials":[{"name":"LinkedIn","link":"https://www.linkedin.com/in/simonliuyuwei/"},{"name":"Facebook","link":"https://www.facebook.com/simonliuyuwei"},{"name":"Blog","link":"https://medium.com/@simon3458"},{"name":"Company_Website","link":"https://simonliuyuwei-4ndgcf4.gamma.site/"}]},"966e28b4-5672-4f16-b8f2-4c009c95e8dc":{"bio":"Su 是一位專注於教育科技(EduTech)的使用體驗設計師(UX Designer),在社群中積極與大家交流,分享關於 UX 的開發的工作經驗。不論您是否接觸過 UX,都不必擔心,我會用簡單易懂的詞彙和實例,幫助大家輕鬆掌握 UX 在產品開發中的重要性。一起來探索 UX 如何提升產品體驗,並發現它對用戶與產品成功的深遠影響!","name":"Yu-ya SU","order":35,"photo":"https://sessionize.com/image/f63d-400o400o1-hWBfxq7cAiJZyvJimNvqh6.jpg","shortBio":"Su 是一位專注於教育科技(EduTech)的使用體驗設計師(UX Designer),在社群中積極與大家交流,分享關於 UX 的開發的工作經驗。不論您是否接觸過 UX,都不必擔心,我會用簡單易懂的詞彙和實例,幫助大家輕鬆掌握 UX 在產品開發中的重要性。一起來探索 UX 如何提升產品體驗,並發現它...","title":"ViewSonic, UX Designer","socials":[{"name":"LinkedIn","link":"https://www.linkedin.com/in/yuya-su-245926161/"}]},"f9ef7cd3-58b7-4d41-8c8b-ac16fc78d214":{"bio":"公司名稱 : 智慧立方有限公司 產品經理\r\n工作內容 : POS系統建置 與 AIoT教學 及 商業策略規劃\r\n兼任 : 資策會物聯網智造基地種子講師 及 服務團隊\r\n\r\n專長\r\nMCU 程式開發與案例製作\r\nOpenAI案例製作與教學\r\nNode-RED整合運用 \r\nGenAI 整合與辦公室效能提升\r\nC# / VB/ MicroPython/ Node-Red / Pyton/ SQL\r\n","name":"俊益 楊","order":36,"photo":"https://sessionize.com/image/6050-400o400o1-hvmd4LKrmozWrTCDip5TK6.png","shortBio":"公司名稱 : 智慧立方有限公司 產品經理\r\n工作內容 : POS系統建置 與 AIoT教學 及 商業策略規劃\r\n兼任 : 資策會物聯網智造基地種子講師 及 服務團隊\r\n\r\n專長\r\nMCU 程式開發與案例製作\r\nOpenAI案例製作與教學\r\nNode-RED整合運用 \r\nGenAI 整合與辦公室效能提...","title":"智慧立方有限公司 產品經理","socials":[]},"3cd72a03-d460-4d89-8f39-33b10be7c482":{"bio":"我是其祐,一位熱愛 Flutter 開發的學生。曾擔任 NTUE GDSC Lead 和資訊研究社社長,帶領團隊完成多項專案。目前也是一位魔術方塊老師,將對魔術方塊的熱情結合程式設計,開發了 CyCube ,期待在 DevFest 分享我的經驗,與大家一同交流。","name":"其祐 李","order":37,"photo":"https://sessionize.com/image/5a90-400o400o1-Gn2pSWtzGE8wFbpJLzso43.jpg","shortBio":"我是其祐,一位熱愛 Flutter 開發的學生。曾擔任 NTUE GDSC Lead 和資訊研究社社長,帶領團隊完成多項專案。目前也是一位魔術方塊老師,將對魔術方塊的熱情結合程式設計,開發了 CyCube ,期待在 DevFest 分享我的經驗,與大家一同交流。","title":"NTUE GDSC, Lead","socials":[]},"8b02b7c1-4594-4359-b6ad-af33918cdcda":{"bio":"I'm a computer science student from NTUE, learning how to use AI to make life more convenient.","name":"奕 陳","order":38,"photo":"https://sessionize.com/image/50b9-400o400o1-7QDhN9FFLuHBMucFqhmZfm.jpg","shortBio":"I'm a computer science student from NTUE, learning how to use AI to make life more convenient.","title":"National Taipei University of Education","socials":[]},"480c82e9-934d-4a65-bfaf-61718b477607":{"bio":"None","name":"宮本 翔太","order":39,"photo":"https://sessionize.com/image/cb02-400o400o1-3iKRsN9fWzcoWjv4TVWuR4.jpg","shortBio":"None","title":"ExpTech.ltd","socials":[]},"95f321d0-eb2e-4475-8c78-7d5cb901e907":{"bio":"Full Stack Engineer\r\nExpTech Studio Ltd. \r\n21歳の普通大学生\r\n趣味で地震防災関連のアプリ(DPIP)開発\r\nNKUST 電気工学","name":"宸毓 郭","order":40,"photo":"https://sessionize.com/image/083b-400o400o1-pt6wk8cw3v3awE9fFKdvAW.jpg","shortBio":"Full Stack Engineer\r\nExpTech Studio Ltd. \r\n21歳の普通大学生\r\n趣味で地震防災関連のアプリ(DPIP)開発\r\nNKUST 電気工学","title":"ExpTech","socials":[{"name":"Instagram","link":"https://www.instagram.com/whes1015/"}]},"8a68d300-1105-4c7d-b6bf-7464dc5d93e1":{"bio":"Google Develops Groups On Campus National Central University Organizer","name":"小松 XiaoSong","order":41,"photo":"https://sessionize.com/image/3c6b-400o400o1-QNFKVcdjfPLToFRHahCfZL.png","shortBio":"Google Develops Groups On Campus National Central University Organizer","title":"National Central University","socials":[{"name":"LinkedIn","link":"https://www.linkedin.com/in/松林-陳-a3b61916b"}]},"3a6bdfde-22f7-4708-b1be-c3f5881d3a7b":{"bio":"Android Taipei host、多年經驗 Android 開發者,同時也熱愛研究 Architecture, Functional programming 以及語言的語法特性","name":"彥彬 洪","order":42,"photo":"https://sessionize.com/image/2c8f-400o400o1-wtvMFCfhgnGLN7YZ48tf5S.png","shortBio":"Android Taipei host、多年經驗 Android 開發者,同時也熱愛研究 Architecture, Functional programming 以及語言的語法特性","title":"PicCollage Android Dev","socials":[{"name":"LinkedIn","link":"https://www.linkedin.com/in/yanbin-hung-94b350b7/"},{"name":"Facebook","link":"https://www.facebook.com/hung.yanbin"}]},"4705d7a2-27bd-42d6-a3b6-46dbaa48fe95":{"bio":"暫無","name":"睿晉 沈","order":43,"photo":"https://sessionize.com/image/9436-400o400o1-43jDEkQaFZ9mdaZNyCgoG4.jpg","shortBio":"暫無","title":"Exptech,Ltd.","socials":[]}} \ No newline at end of file +{"fb95810e-656b-4c4b-88ea-cb17ab1ecf39":{"bio":"Master's student at National Taiwan University","name":"Charlie","order":0,"photo":"https://sessionize.com/image/0ceb-400o400o1-WsSXjWyCZ4DxTChg17EzQW.jpg","shortBio":"Master's student at National Taiwan University","title":"National Taiwan University","socials":[]},"61ad82b5-6ff8-4ed6-bd60-73aad51527ae":{"bio":"大家好,我是 Ali Chen,現任 Fu Jen Catholic University 的 Google Developer Student Club (GDSC) 的 Lead,專注於增強學習(Reinforcement Learning)。我同時也是 NISRA 的講師,熱衷於分享技術知識和實踐經驗。","name":"Ali","order":1,"photo":"https://sessionize.com/image/b9c1-400o400o1-wDm1RLNNmj6MWmjgqFMvoR.jpg","shortBio":"大家好,我是 Ali Chen,現任 Fu Jen Catholic University 的 Google Developer Student Club (GDSC) 的 Lead,專注於增強學習(Reinforcement Learning)。我同時也是 NISRA 的講師,熱衷於分享技術知識和...","title":"GDSC FJU Lead, NISRA Instructor, Research assistant, ","socials":[{"name":"LinkedIn","link":"https://www.linkedin.com/in/alichen888/"},{"name":"Facebook","link":"https://www.facebook.com/profile.php?id=100003950170100"},{"name":"Instagram","link":"https://www.instagram.com/alichen16/"}]},"b475c998-3c6d-4329-b2f0-ff113d8a047c":{"bio":"17年資歷女性工程師,專精於動畫、影像辨識以及即時串流程式開發。經常組織活動,邀請優秀的女性分享她們的技術專長,並在眾多場合分享自己的技術知識,也活躍於非營利組織,辦理活動來支持特殊兒及其家庭。期待用技術改變世界。","name":"Claire Chang","order":2,"photo":"https://sessionize.com/image/367c-400o400o1-XfQd7jD4CqqvgvsgDp33sm.jpg","shortBio":"17年資歷女性工程師,專精於動畫、影像辨識以及即時串流程式開發。經常組織活動,邀請優秀的女性分享她們的技術專長,並在眾多場合分享自己的技術知識,也活躍於非營利組織,辦理活動來支持特殊兒及其家庭。期待用技術改變世界。","title":"女工程師","socials":[{"name":"LinkedIn","link":"https://www.linkedin.com/in/claire-chang-taiwan/"},{"name":"Facebook","link":"https://www.facebook.com/ClaireTechVision/"},{"name":"Instagram","link":"https://www.instagram.com/clairetechvision/"},{"name":"Blog","link":"https://claire-chang.com/"}]},"a34624b8-c0da-481a-9c52-ebd30ff4ffc7":{"bio":"Golang 碼農、DevOps engineer、新創什麼都做工程師、女兒的老爸、Golang Taipei 社群偶爾客串主持人","name":"David Chou","order":3,"photo":"https://sessionize.com/image/8fed-400o400o1-BiCjMgT82rp9TQSYhSbP9U.jpg","shortBio":"Golang 碼農、DevOps engineer、新創什麼都做工程師、女兒的老爸、Golang Taipei 社群偶爾客串主持人","title":"Crescendo Lab, Engineering Manager","socials":[]},"2ab7a51f-5d46-4e5e-b9f1-53df68697012":{"bio":"A senior software engineer based in Singapore who has been recognized as an Android GDE (Google Developer Expert) by Google since 2022. Author of two books: 'Extending Android Book', 'Kotlin-oriented Gradle Essentials'. \r\n\r\nI have worked on Android application infrastructure including build system for 7 years and enjoy exploring new technologies such as Gradle, AGP (Android Gradle Plugin), KSP (Kotlin Symbol Processing), bytecode transformation, and modularity. I take pleasure in sharing knowledge about Android development with the public through blog posts, podcasts, books, and conference presentations in both English and Mandarin. In my spare time, I develop a number of interesting open-source utilities.\r\n\r\nFind more: https://2bab.com/","name":"El Zhang","order":4,"photo":"https://sessionize.com/image/a590-400o400o1-HRttidBMFFSAqEYqihKF7M.jpg","shortBio":"A senior software engineer based in Singapore who has been recognized as an Android GDE (Google Developer Expert) by Google since 2022. Author of two ...","title":"Google Developer Expert for Android, Podcaster, Book Author","socials":[{"name":"Twitter","link":"https://twitter.com/xx2bab"},{"name":"Blog","link":"https://2bab.com"},{"name":"Other","link":"https://2bab.me/en/book/"},{"name":"Sessionize","link":"https://sessionize.com/2BAB"}]},"c3ed4649-9186-4528-8a61-4df109eb7da4":{"bio":"APMIC 的共同創辦人 & 產品負責人 & 打雜工程師\r\n一起把 CaiGunn 帶大的家長\r\n最近在苦惱怎麼跟 CaiGunn 一起度過叛逆期","name":"林益弛 Eli Lin","order":5,"photo":"https://sessionize.com/image/010e-400o400o1-BhZfoCSpkkYKZakEnNMQRT.jpg","shortBio":"APMIC 的共同創辦人 & 產品負責人 & 打雜工程師\r\n一起把 CaiGunn 帶大的家長\r\n最近在苦惱怎麼跟 CaiGunn 一起度過叛逆期","title":"APMIC, Co-founder & Product Owner","socials":[{"name":"Facebook","link":"https://www.facebook.com/linyichin.eli/"},{"name":"Instagram","link":"https://www.instagram.com/lin_aquarius/"},{"name":"Company_Website","link":"https://www.ap-mic.com"}]},"f0f5ab23-97c8-4c74-960b-cfbab65d1299":{"bio":"擁有超過 10 年的 UX 領域經驗,我主持了多場工作坊和演講,協助企業、客戶及團隊通過產品設計、測試與分析,明確定義業務和客戶價值,專注於目標,識別問題並執行策略。此外,身為 Google 開發者社群 (Google Developer Groups) 的組織者以及 Women Techmakers 的大使,我持續籌辦各式活動,幫助他人實現成長與成功。","name":"EvA ChU","order":6,"photo":"https://sessionize.com/image/baa4-400o400o1-WtBgt94zMzAsD87x4ykCnr.jpg","shortBio":"擁有超過 10 年的 UX 領域經驗,我主持了多場工作坊和演講,協助企業、客戶及團隊通過產品設計、測試與分析,明確定義業務和客戶價值,專注於目標,識別問題並執行策略。此外,身為 Google 開發者社群 (Google Developer Groups) 的組織者以及 Women Techmaker...","title":"Women Techmakers Taipei Ambassador","socials":[]},"d71705f8-cb2d-497e-9201-1a61b5e09690":{"bio":"Gary is a solutions architect, tech enthusiast, Kotlin GDE, and tech influencer based in Hong Kong who has specialized in the financial services industry for more than 10 years, from local FinTech startups to leading Fortune 500 enterprises. He clearly understands the solution needs of companies of different sizes.\r\n\r\nGary believes modeling the way for technology evolution builds a better world. Starting from 2015, he has continuously built open-source showcase projects, IDE plugins, and blogs to enlighten others. He is keen on sharing industry insights on his Facebook page and the latest technologies at public conferences.\r\n","name":"Gary Lo","order":7,"photo":"https://sessionize.com/image/ef67-400o400o1-TerL98AravCKyKkT3Qxpkq.jpeg","shortBio":"Gary is a solutions architect, tech enthusiast, Kotlin GDE, and tech influencer based in Hong Kong who has specialized in the financial services indus...","title":"Solutions Architect|Kotlin GDE|Tech Enthusiast","socials":[{"name":"Twitter","link":"https://twitter.com/gaplo917"},{"name":"LinkedIn","link":"https://www.linkedin.com/in/logary917"},{"name":"Facebook","link":"https://facebook.com/gaplotech"},{"name":"Blog","link":"https://intl.gaplo.tech"}]},"378c5f19-3c9f-4c2f-88cf-3b9ef01c1764":{"bio":"目前擔任 𝗢𝗪𝗔𝗦𝗣 台灣分會會長及 𝗖𝗦𝗖𝗜𝗦 𝗖𝗵𝗶𝗲𝗳 𝗥𝗲𝘀𝗲𝗮𝗿𝗰𝗵 𝗢𝗳𝗳𝗶𝗰𝗲𝗿 職位,同時兼任 𝗖𝗹𝗼𝘂𝗱 𝗦𝗲𝗰𝘂𝗿𝗶𝘁𝘆 𝗔𝗹𝗹𝗶𝗮𝗻𝗰𝗲、𝗧𝗵𝗲 𝗛𝗼𝗻𝗲𝘆𝗻𝗲𝘁 𝗣𝗿𝗼𝗷𝗲𝗰𝘁 等國際資安組織的主要窗口之一和台灣數位安全聯盟理事。\r\n因長時間代理並參與各大頂尖資安產品銷售及技術專案管理,間接也負責國內各層級資安相關事件之鑑識、稽核、法規制訂及解決方案。擁有𝗖𝗘𝗛、 𝗖𝗛𝗙𝗜、 𝗖𝗜𝗦𝗠、 𝗖𝗜𝗦𝗦𝗣、 𝗜𝗦𝗢 𝟮𝟳𝟬𝟬𝟭 𝗟𝗔𝗖 以及𝗖𝗖𝗦𝗞 等多項國際認證,熟悉資訊安全相關技術,範疇涵蓋系統安全、網路安全、管理制度、資訊探勘、數位鑑識、惡意程式分析與人工智慧等領域。經常於產官學研界擔任資訊安全教育相關訓練課程講師,受邀於國內外資訊安全會議演講。\r\n\r\n​現職 安創資訊股份有限公司 Auriga Security, Inc. 的創辦人及執行長。安創資訊,是一間專注於提供客戶安心體驗的公司。團隊導入教練式溝通思維,專業、當責是團隊精神並引進技術卓越的資安產品,輔以自主開發能力,持續精進與更新時下攻防技術與思維;減少人力介入產生失誤或降低反應時間差。安創資訊專注於資訊安全領域與事件調查;提供具體、可執行的合作方案,創造多贏資訊安全體驗服務。","name":"Henry Hu","order":8,"photo":"https://sessionize.com/image/69f7-400o400o1-BwHduz1vPnM7NP71tmbPk7.jpg","shortBio":"目前擔任 𝗢𝗪𝗔𝗦𝗣 台灣分會會長及 𝗖𝗦𝗖𝗜𝗦 𝗖𝗵𝗶𝗲𝗳 𝗥𝗲𝘀𝗲𝗮𝗿𝗰𝗵 𝗢𝗳𝗳𝗶𝗰𝗲𝗿 職位,同時兼任 𝗖𝗹𝗼𝘂𝗱 𝗦𝗲𝗰𝘂𝗿𝗶𝘁𝘆 𝗔𝗹𝗹𝗶𝗮𝗻𝗰𝗲、𝗧𝗵𝗲 𝗛𝗼𝗻𝗲𝘆𝗻...","title":"Chapter Leader / OWASP Taiwan Chapter","socials":[{"name":"LinkedIn","link":"https://www.linkedin.com/ninedter"},{"name":"Company_Website","link":"https://www.aurigasec.com"},{"name":"Sessionize","link":"https://sessionize.com/henry-hu"}]},"42b06e87-8b52-4ae5-9d11-f2f557d1b7ce":{"bio":"Working with on-device AI for Pixel & Android.\r\nVietnamese ICPC competitor with a regional medal.\r\n","name":"Ngọc Hiếu","order":9,"photo":"https://sessionize.com/image/c9b5-400o400o1-QTfBWsbiz6r5pZod4MAbAV.jpg","shortBio":"Working with on-device AI for Pixel & Android.\r\nVietnamese ICPC competitor with a regional medal.\r\n","title":"Software Engineer @ Google","socials":[{"name":"LinkedIn","link":"https://www.linkedin.com/in/ngoc-hieu-99-vn/"}]},"358cf006-caf2-4dc2-b4db-b47fb786564d":{"bio":"SMAI Cloud Architect at Micron. \r\nArea:\r\n- GCP technologies\r\n- Python\r\n- K8S\r\n- CI/CD\r\n- Big Data\r\n- Opensource (Langchain, Crewai)","name":"ABE HSU","order":10,"photo":"https://sessionize.com/image/da3b-400o400o1-KN5q6Hi4BLrz52TRcNdnmV.jpg","shortBio":"SMAI Cloud Architect at Micron. \r\nArea:\r\n- GCP technologies\r\n- Python\r\n- K8S\r\n- CI/CD\r\n- Big Data\r\n- Opensource (Langchain, Crewai)","title":"Micron, Cloud Architect","socials":[{"name":"LinkedIn","link":"https://www.linkedin.com/in/hsuyuming"},{"name":"Company_Website","link":"https://www.micron.com"}]},"e10a74e9-0846-45bf-bb48-57e79f2e610d":{"bio":"吳柏翰(Jerry Wu)是APMIC創辦人暨執行長,擅長自然語言理解及機器學習應用。Jerry Wu於2017年帶領團隊創辦APMIC,以自然語言理解處理(NLU)技術為核心,開發出在地化大型語言模型「CaiGunn開講」,致力於提供企業自主AI解決方案,同時產品也獲得NVIDIA AI Accelerated、NVIDIA Cloud Validated的認證。吳柏翰於2019年成為Google機器學習開發專家(GDE),至今投入Google 機器學習技術推廣已超過5年。在創立APMIC之前,吳柏翰曾擔任裕隆集團首位資深資料科學家,領導進行車上語音助理、知識管理、車聯網等前瞻技術的研究。同時,他也是台灣第一家開放資料顧問公司共同創辦人兼技術長,累積充分的AI相關產業發展經驗。吳柏翰亦曾擔任台科大資訊管理課程的講師多年,培育無數學生投入軟體開發,曾獲得教師教學優良獎。","name":"JerryWu","order":11,"photo":"https://sessionize.com/image/7ceb-400o400o1-4PtGnGeMBDCv75wuXd2S9c.png","shortBio":"吳柏翰(Jerry Wu)是APMIC創辦人暨執行長,擅長自然語言理解及機器學習應用。Jerry Wu於2017年帶領團隊創辦APMIC,以自然語言理解處理(NLU)技術為核心,開發出在地化大型語言模型「CaiGunn開講」,致力於提供企業自主AI解決方案,同時產品也獲得NVIDIA AI Acce...","title":"Google Developer Expert","socials":[{"name":"LinkedIn","link":"https://www.linkedin.com/in/jerry2012/"},{"name":"Facebook","link":"https://www.facebook.com/jerrywu2016/"},{"name":"Blog","link":"https://dataology.blogspot.com/"},{"name":"Company_Website","link":"https://www.ap-mic.com/"},{"name":"Sessionize","link":"https://sessionize.com/jerry-wu"}]},"07f9c3c5-c8e6-4187-8bc6-c6f17129faa8":{"bio":"Passionate software developer with a keen interest in open-source ecosystems. Skilled in crafting solutions using open-source tools, specializing in automated testing and CI/CD pipelines. Committed to delivering highly available and maintainable modern tech solutions.","name":"Kane","order":12,"photo":"https://sessionize.com/image/b794-400o400o1-4HLvEYEhQBtb2LxybjAhU5.jpg","shortBio":"Passionate software developer with a keen interest in open-source ecosystems. Skilled in crafting solutions using open-source tools, specializing in a...","title":"Software Engineer in Test @ Ubiquiti","socials":[{"name":"LinkedIn","link":"https://www.linkedin.com/in/jiananlin1104"},{"name":"Facebook","link":"https://www.facebook.com/Linjianan1104/"},{"name":"Company_Website","link":"https://www.ui.com"},{"name":"Sessionize","link":"https://sessionize.com/jian-an-lin"}]},"29e9ee2f-e316-4829-bdb9-2fafdf7f3e8c":{"bio":"Jimmy Liao 先後就職於 Appier/Microsoft/InfuseAI/IBM 。專業技能橫跨應用程式、手機應用、後端開發、廣告投放、機器學習專案開發,近期致力於 Generative AI 以及相關應用推廣,協助客戶技術落實及技術諮詢。目前為 Google 生成式 AI 開發專家 (Google Developer Expert of Generative AI)。\r\n\r\n日常生活就是跑步,曾經以跑步為通勤工具之一 (單程 20+ km)。\r\n\r\nAs the Google Developer Expert (GDE) GenAI and with 20+ years experience as technical lead in large enterprise and startup. Jimmy Liao act as GenAI Solution Architect now. He focus on solution architecture design, PoC, Production with modern solutions. Also for Generative AI/AI Application landing, education, and communities.\r\n","name":"Jimmy Liao","order":13,"photo":"https://sessionize.com/image/dd01-400o400o1-BnJLo7cscQKXC1GqE7bFcw.jpg","shortBio":"Jimmy Liao 先後就職於 Appier/Microsoft/InfuseAI/IBM 。專業技能橫跨應用程式、手機應用、後端開發、廣告投放、機器學習專案開發,近期致力於 Generative AI 以及相關應用推廣,協助客戶技術落實及技術諮詢。目前為 Google 生成式 AI 開發專家 (...","title":"FullStack, Generative AI Practitioner","socials":[{"name":"Twitter","link":"https://x.com/jimmyliao"},{"name":"LinkedIn","link":"https://www.linkedin.com/in/jimmyliao/"},{"name":"Facebook","link":"https://www.facebook.com/messages/t/jimmyliaotw"},{"name":"Blog","link":"https://memo.jimmyliao.net"},{"name":"Sessionize","link":"https://sessionize.com/jimmy-liao"}]},"5351eb49-101a-4c74-a488-c0b9f70923dc":{"bio":"John 是「全曜財經」的 AI Engineer,負責開發 NLP 應用。 他致力於結合學術研究和軟體工程,以構建創新實用的人工智慧。","name":"John Lu","order":14,"photo":"https://sessionize.com/image/380c-400o400o1-9xJHZbo6EBtCad9PjcYBmm.png","shortBio":"John 是「全曜財經」的 AI Engineer,負責開發 NLP 應用。 他致力於結合學術研究和軟體工程,以構建創新實用的人工智慧。","title":"AI Engineer, CMoney","socials":[{"name":"Blog","link":"https://medium.com/@lush93md"},{"name":"Sessionize","link":"https://sessionize.com/john-lu"}]},"95bbabe7-8115-4476-92a7-248236450835":{"bio":"一位技能樹不小心點歪的工程師,喜歡玩一些有趣的技術。\r\n從 App 原生開發到 DevOps 與容器化皆有一些涉略","name":"Johnny Sung","order":15,"photo":"https://sessionize.com/image/87b6-400o400o1-97d247TgETWKxBNr3eizcZ.jpg","shortBio":"一位技能樹不小心點歪的工程師,喜歡玩一些有趣的技術。\r\n從 App 原生開發到 DevOps 與容器化皆有一些涉略","title":"Full stack developer","socials":[{"name":"Facebook","link":"https://facebook.com/j796160836"},{"name":"Blog","link":"https://blog.jks.coffee/"},{"name":"Sessionize","link":"https://sessionize.com/johnny-sung"}]},"cd751024-0725-493f-89f5-28e6530007d4":{"bio":"在資料領域打滾了若干年,近年來工作內容著重在如何讓資料與 AI 產品可以持續運行與交付,目前在 Micron 擔任 Sr. Solution Architect,負責和團隊們一起打造公司內部的智慧製造相關解決方案。","name":"Mansun Kuo","order":16,"photo":"https://sessionize.com/image/57f0-400o400o1-EmcQAqBsG7Sfx9UNJcgGc5.jpg","shortBio":"在資料領域打滾了若干年,近年來工作內容著重在如何讓資料與 AI 產品可以持續運行與交付,目前在 Micron 擔任 Sr. Solution Architect,負責和團隊們一起打造公司內部的智慧製造相關解決方案。","title":"Micron - Sr. Solution Architect","socials":[{"name":"LinkedIn","link":"https://www.linkedin.com/in/mansun-kuo-3443b482/"},{"name":"Blog","link":"https://mansunkuo.github.io/"}]},"24ce44ea-d436-4476-88ac-08695de0acfa":{"bio":"True believer in (Kotlin) Multiplatform and working with it for over 4 years now. Builds solutions for Android. Maintainer and developer of KMock.\r\nCo-Organizer of KUG Berlin, GDG Android Berlin, Rust Berlin and XTC Berlin. ","name":"Matthias Geisler","order":17,"photo":"https://sessionize.com/image/7eb9-400o400o1-EFHw9K5hdfKBkGe6xBcruK.jpg","shortBio":"True believer in (Kotlin) Multiplatform and working with it for over 4 years now. Builds solutions for Android. Maintainer and developer of KMock.\r\nCo...","title":"Senior Software Engineer@Thermondo","socials":[{"name":"Twitter","link":"https://twitter.com/BitPogo"},{"name":"LinkedIn","link":"https://www.linkedin.com/in/matthias-geisler-44b21a2a2/"},{"name":"Other","link":"https://github.com/bitPogo"},{"name":"Sessionize","link":"https://sessionize.com/matthias-geisler"}]},"84296b39-df28-462e-a1c1-8f0a2416c555":{"bio":"https://sakanamax.github.io/","name":"Max Huang","order":18,"photo":"https://sessionize.com/image/06c3-400o400o1-hQVVmVuGqwMfTHziLooon6.png","shortBio":"https://sakanamax.github.io/","title":"Cloud GDE","socials":[]},"ededcdda-e0a5-47c9-8adc-34f759ea2271":{"bio":"Angular GDE、Microsoft MVP,主要熟悉 .NET WebAPI 與 Angular 開發技術,並經常於個人部落格分享學習知識。\r\n\r\n參加過四次 iT 邦幫忙鐵人賽,榮獲兩次冠軍與一次優選。並著有「打通 RxJS 任督二脈:從菜雞前進老鳥必學的關鍵知識」一書,該書曾榮獲 2021/8 繁體中文書 銷售排行 第 1 名!。","name":"Mike Huang","order":19,"photo":"https://sessionize.com/image/3f14-400o400o1-TtkzeGAX1jQPzS7phvud3u.jpg","shortBio":"Angular GDE、Microsoft MVP,主要熟悉 .NET WebAPI 與 Angular 開發技術,並經常於個人部落格分享學習知識。\r\n\r\n參加過四次 iT 邦幫忙鐵人賽,榮獲兩次冠軍與一次優選。並著有「打通 RxJS 任督二脈:從菜雞前進老鳥必學的關鍵知識」一書,該書曾榮獲 202...","title":"Angular Taiwan","socials":[{"name":"Twitter","link":"https://twitter.com/wellwind"},{"name":"LinkedIn","link":"https://www.linkedin.com/in/wellwind/"},{"name":"Facebook","link":"https://www.facebook.com/fullstackledder"},{"name":"Blog","link":"https://fullstackladder.dev/"}]},"bcbfae97-c963-4955-bbde-95198f9480ec":{"bio":"推廣 Kotlin 在各種領域的開發","name":"Recca Chao","order":20,"photo":"https://sessionize.com/image/f8de-400o400o1-HCRizKUchuiLkj8HBbRNHQ.jpg","shortBio":"推廣 Kotlin 在各種領域的開發","title":"後端工程師,Taiwan Kotlin User Group Organizer","socials":[]},"6746e447-798f-4c2d-8107-1fd5ecb7d4c2":{"bio":"TNL Mediagene 技術長,前愛料理與 INSIDE 共同創辦人與技術長。業餘時喜歡開源與 Google 技術,自 2020 年開始被選為 Google Developer Expert for Firebase。","name":"Richard Lee","order":21,"photo":"https://sessionize.com/image/ecc0-400o400o1-WKUvweFVtYdXfAQP5X7XDu.jpg","shortBio":"TNL Mediagene 技術長,前愛料理與 INSIDE 共同創辦人與技術長。業餘時喜歡開源與 Google 技術,自 2020 年開始被選為 Google Developer Expert for Firebase。","title":"Google Developer Expert for Firebase","socials":[{"name":"Twitter","link":"https://x.com/dlackty"}]},"7c425327-0d8d-4b33-9f39-72d7c7a44909":{"bio":"從事數位鑑識及資安工作多年,在事件調查,分析惡意程式,App資安分析相關方面有些許經驗,樂於和同好進行交流及分享.","name":"林育峰","order":22,"photo":"https://sessionize.com/image/3fa1-400o400o1-MMaji3V5esjnhroZHgoeX6.jpg","shortBio":"從事數位鑑識及資安工作多年,在事件調查,分析惡意程式,App資安分析相關方面有些許經驗,樂於和同好進行交流及分享.","title":"Forensic Consultant","socials":[{"name":"Sessionize","link":"https://sessionize.com/rick-lin"}]},"c2fec263-828f-4514-ac70-2c1398453324":{"bio":"總是還在學習路上、在網路產業經歷專案經理、產品經理超過十五年的 PM。","name":"Sandra Zeng","order":23,"photo":"https://sessionize.com/image/11ef-400o400o1-VquUjE3UdPben6pasWzMP8.png","shortBio":"總是還在學習路上、在網路產業經歷專案經理、產品經理超過十五年的 PM。","title":"資深產品經理","socials":[{"name":"LinkedIn","link":"https://www.linkedin.com/in/sandra-zeng-52088bb"}]},"ec17f016-821e-455d-8353-fc27415bd6be":{"bio":"Spanning a 10 year career in cybersecurity, Santiago was a penetration tester focused on web security in the energy & banking industries in LATAM, before moving to the UK to work on developing crawling & scanning capabilities in BurpSuite, a popular web security product. He is a Staff Security Engineer at Google Switzerland, where he leads the Agent Security team.","name":"Santiago Diaz","order":24,"photo":"https://sessionize.com/image/2b93-400o400o1-aCiyMGEkkww59pd45dnpDB.jpg","shortBio":"Spanning a 10 year career in cybersecurity, Santiago was a penetration tester focused on web security in the energy & banking industries in LATAM, bef...","title":"Staff Security Engineer, Google Switzerland","socials":[{"name":"Twitter","link":"https://x.com/i/flow/login?redirect_after_login=%2Fsalchoman"}]},"cb61675c-7b74-4034-85db-9cfb0c2e2543":{"bio":"apiVersion: shawn.user-guide.io/v1\r\nkind: practitioner\r\nmetadata:\r\n name: shawnho\r\n labels:\r\n nickname: dr.ho\r\n motto: show.but.dont.tell\r\n enjoy: sharing\r\n love: [community, container, iac, newthings]\r\nspec:\r\n fans: |\r\n mlops,sre,servicemesh,agile,automation,SRE\r\n tendencies: \r\n - opentelemetry\r\n - crossplane\r\n - kubernetes\r\n - servicemesh","name":"Shawn Ho","order":25,"photo":"https://sessionize.com/image/0675-400o400o1-06adbb17-f14e-4ce8-b5e6-0fd2ae6e0d3c.jpg","shortBio":"apiVersion: shawn.user-guide.io/v1\r\nkind: practitioner\r\nmetadata:\r\n name: shawnho\r\n labels:\r\n nickname: dr.ho\r\n motto: show.but.dont.tell\r\n ...","title":"GCP, AppMod Specialist","socials":[{"name":"LinkedIn","link":"https://www.linkedin.com/in/shawn-ho-a54a111"},{"name":"Blog","link":"https://medium.com/%E8%BC%95%E9%AC%86%E5%B0%8F%E5%93%81-pks%E8%88%87k8s%E7%9A%84%E9%BB%9E%E6%BB%B4"}]},"010b5826-2430-48eb-8355-7b375b1e87dc":{"bio":"Tamas is a Google Developer Expert in Web Technologies and a seasoned Developer Evangelist. He is a passionate advocate for modern web technologies, helping people understand and unlock the latest & greatest features of web development.","name":"Tamas Piros","order":26,"photo":"https://sessionize.com/image/c9fb-400o400o1-Bdqo3bGR2Dj5mzpawq9mRt.JPG","shortBio":"Tamas is a Google Developer Expert in Web Technologies and a seasoned Developer Evangelist. He is a passionate advocate for modern web technologies, h...","title":"Director of Developer Advocacy","socials":[{"name":"Twitter","link":"https://twitter.com/tpiros"},{"name":"LinkedIn","link":"https://www.linkedin.com/in/tpiros"},{"name":"Blog","link":"https://tpiros.dev"},{"name":"Company_Website","link":"https://cloudinary.com"},{"name":"Sessionize","link":"https://sessionize.com/tpiros"}]},"67a2e245-c317-49bc-a66d-ff1a2b94f092":{"bio":"Thomas Chong is an AI Research Engineer at Votee AI, specializing in Large Multimodal Models (LMM), efficient data curation, and low-resource LMM development. He holds an MSc in Big Data Technology and a BEng in Computer Science from The Hong Kong University of Science and Technology.","name":"Thomas Chong","order":27,"photo":"https://sessionize.com/image/dbc6-400o400o1-REBdwsYdc98NsJPuiT19qy.png","shortBio":"Thomas Chong is an AI Research Engineer at Votee AI, specializing in Large Multimodal Models (LMM), efficient data curation, and low-resource LMM deve...","title":"AI Research Engineer, Votee AI","socials":[]},"07edbf1e-9509-4800-84f7-279093e87016":{"bio":"Android developer from Taiwan, more than 10 years experience in mobile area.","name":"Tim Lin","order":28,"photo":"https://sessionize.com/image/e3c2-400o400o1-MDwnmS5SuCLxVbXAoAUqRq.jpg","shortBio":"Android developer from Taiwan, more than 10 years experience in mobile area.","title":"Android GDE","socials":[{"name":"LinkedIn","link":"https://www.linkedin.com/in/jintin/"},{"name":"Blog","link":"https://medium.com/@jintin"},{"name":"Other","link":"https://github.com/Jintin"},{"name":"Sessionize","link":"https://sessionize.com/tim-lin"}]},"e20a6f42-21eb-426f-a87c-ff0f1bb59bbe":{"bio":"魏澤人是陽明交大 AI 學院副教授、木刻思首席數學家、Google Developer Expert(Machine Learning),是花蓮.py 及 Google Developer Groups Hualien 的發起者。曾在東華大學應數系服務,也參與培訓數學奧林匹亞國手。喜歡各種有挑戰的性問題,理想的休閒是邊喝茶邊看書。","name":"tjwei","order":29,"photo":"https://sessionize.com/image/c297-400o400o1-pcnTAWE98EfwGGbw9xN9nE.jpg","shortBio":"魏澤人是陽明交大 AI 學院副教授、木刻思首席數學家、Google Developer Expert(Machine Learning),是花蓮.py 及 Google Developer Groups Hualien 的發起者。曾在東華大學應數系服務,也參與培訓數學奧林匹亞國手。喜歡各種有挑戰的性...","title":"GDE","socials":[]},"d711e779-5011-4aa6-becd-7cf21fe8390a":{"bio":"TY is an Android software engineer at Google. He is now focusing on Jetpack CameraX library.","name":"TY Chang","order":30,"photo":"https://sessionize.com/image/267d-400o400o1-e7cb7bc5-31bc-40fb-8bc3-487baf126132.jpg","shortBio":"TY is an Android software engineer at Google. He is now focusing on Jetpack CameraX library.","title":"Google","socials":[]},"10fcc075-ee15-4d55-8050-4128db1ceab7":{"bio":"Be curious. Be passionate. Be creative.","name":"Vic Wen","order":31,"photo":"https://sessionize.com/image/cee9-400o400o1-U7K2XdVMoR2nhk4zNjxmVD.jpg","shortBio":"Be curious. Be passionate. Be creative.","title":"GDG on Campus NTUST Lead","socials":[{"name":"LinkedIn","link":"https://www.linkedin.com/in/guan-hua-wen-625bb0270/"},{"name":"Instagram","link":"https://www.instagram.com/viiccwen/"}]},"55c4d43e-e1dc-4924-b4eb-15c59a5affdc":{"bio":"Flutter GDE。專注在行動平台開發領域。\r\n\r\n從 2005 年開始接觸 Objective C 語言已經 macOS App 開發,從 2008 年開始開發 iOS app。從 2018 年開始接觸 Flutter。\r\n\r\n2020 - 2024 年期間在 Cerence 服務,開發語音相關產品。2011-2019 在 KKBOX 工作,參與過 KKBOX 的 macOS、iOS、tvOS 與 watchOS 版本開發,以及 KKTIX、Uta Pass 的 iOS 版本。之前也參與過雅虎輸入發以及無蝦皮輸入法 macOS 版本。\r\n\r\n開源作品包括香草輸入法、小麥注音輸入法,以及各種自己需要也可以幫助大家的 Flutter Plugin。","name":"Weizhong Yang a.k.a zonble","order":32,"photo":"https://sessionize.com/image/483c-400o400o1-sWtebMvxbMNSpgb2ACYpZL.jpg","shortBio":"Flutter GDE。專注在行動平台開發領域。\r\n\r\n從 2005 年開始接觸 Objective C 語言已經 macOS App 開發,從 2008 年開始開發 iOS app。從 2018 年開始接觸 Flutter。\r\n\r\n2020 - 2024 年期間在 Cerence 服務,開發語音相...","title":"Mobile Developer","socials":[{"name":"Twitter","link":"https://x.com/zonble"}]},"245ec8d9-dd6e-499b-a9ce-b40755e2ad2b":{"bio":"現任「多奇數位創意有限公司」技術總監。2018 年榮獲 Angular 方向的 Google Developer Expert (GDE) 開發專家。連續 16 度當選微軟最有價值專家(MVP)。2019 獲選微軟技術社群區域總監 (Microsoft Regional Director)。熟悉 Angular、JavaScript、.NET、C#、Java、Go、Docker、Kubernetes 相關技術。擅長 DevOps 與組織文化建立、軟體團隊建構與管理。熱愛分享知識。","name":"Will 保哥","order":33,"photo":"https://sessionize.com/image/70b8-400o400o1-wkt3Qj1S187gRPibQwvPAZ.png","shortBio":"現任「多奇數位創意有限公司」技術總監。2018 年榮獲 Angular 方向的 Google Developer Expert (GDE) 開發專家。連續 16 度當選微軟最有價值專家(MVP)。2019 獲選微軟技術社群區域總監 (Microsoft Regional Director)。熟悉 A...","title":"多奇數位創意有限公司, 技術總監","socials":[{"name":"Twitter","link":"https://x.com/Will_Huang"},{"name":"LinkedIn","link":"https://www.linkedin.com/in/will-huang-tw/"},{"name":"Facebook","link":"https://www.facebook.com/will.fans/"},{"name":"Instagram","link":"https://www.instagram.com/willh_tw/"},{"name":"Blog","link":"https://blog.miniasp.com/"},{"name":"Company_Website","link":"https://www.duotify.com/"},{"name":"Other","link":"https://line.me/ti/g2/Uhq2NM0bA6j3C5O0XBAVnm9CGMxJZgY_UMBsPA"},{"name":"Other","link":"http://www.plurk.com/willh"},{"name":"Other","link":"https://github.com/doggy8088"},{"name":"Other","link":"https://stackoverflow.com/users/910074/will-huang"},{"name":"Sessionize","link":"https://sessionize.com/willh"}]},"e964b091-45b0-41e5-92ed-92cef687abb2":{"bio":"大家好,我是 Simon 劉育維,過去曾擔任過電信業的資深工程師 和 在軟體業擔任 MLOps 客戶技術成功工程師,幫助各大知名企業進行機器學習、深度學習、大型語言模型等人工智慧議題進行人工智慧架構規劃的討論,目前在 Medium 上已經公開超過 80 篇技術文章,我希望能夠嘗試使用 AI 做應用,幫助客戶用 AI 解決痛點。","name":"Simon Liu","order":34,"photo":"https://sessionize.com/image/079f-400o400o1-N44ShcmQ8HVHDukz2sS39J.png","shortBio":"大家好,我是 Simon 劉育維,過去曾擔任過電信業的資深工程師 和 在軟體業擔任 MLOps 客戶技術成功工程師,幫助各大知名企業進行機器學習、深度學習、大型語言模型等人工智慧議題進行人工智慧架構規劃的討論,目前在 Medium 上已經公開超過 80 篇技術文章,我希望能夠嘗試使用 AI 做應用,...","title":"Google GenAI GDE","socials":[{"name":"LinkedIn","link":"https://www.linkedin.com/in/simonliuyuwei/"},{"name":"Facebook","link":"https://www.facebook.com/simonliuyuwei"},{"name":"Blog","link":"https://medium.com/@simon3458"},{"name":"Company_Website","link":"https://simonliuyuwei-4ndgcf4.gamma.site/"}]},"966e28b4-5672-4f16-b8f2-4c009c95e8dc":{"bio":"Su 是一位專注於教育科技(EduTech)的使用體驗設計師(UX Designer),在社群中積極與大家交流,分享關於 UX 的開發的工作經驗。不論您是否接觸過 UX,都不必擔心,我會用簡單易懂的詞彙和實例,幫助大家輕鬆掌握 UX 在產品開發中的重要性。一起來探索 UX 如何提升產品體驗,並發現它對用戶與產品成功的深遠影響!","name":"Su","order":35,"photo":"https://sessionize.com/image/f63d-400o400o1-hWBfxq7cAiJZyvJimNvqh6.jpg","shortBio":"Su 是一位專注於教育科技(EduTech)的使用體驗設計師(UX Designer),在社群中積極與大家交流,分享關於 UX 的開發的工作經驗。不論您是否接觸過 UX,都不必擔心,我會用簡單易懂的詞彙和實例,幫助大家輕鬆掌握 UX 在產品開發中的重要性。一起來探索 UX 如何提升產品體驗,並發現它...","title":"ViewSonic, UX Designer","socials":[{"name":"LinkedIn","link":"https://www.linkedin.com/in/yuya-su-245926161/"}]},"f9ef7cd3-58b7-4d41-8c8b-ac16fc78d214":{"bio":"公司名稱 : 智慧立方有限公司 產品經理\r\n工作內容 : POS系統建置 與 AIoT教學 及 商業策略規劃\r\n兼任 : 資策會物聯網智造基地種子講師 及 服務團隊\r\n\r\n專長\r\nMCU 程式開發與案例製作\r\nOpenAI案例製作與教學\r\nNode-RED整合運用 \r\nGenAI 整合與辦公室效能提升\r\nC# / VB/ MicroPython/ Node-Red / Pyton/ SQL\r\n","name":"益師傅","order":36,"photo":"https://sessionize.com/image/6050-400o400o1-hvmd4LKrmozWrTCDip5TK6.png","shortBio":"公司名稱 : 智慧立方有限公司 產品經理\r\n工作內容 : POS系統建置 與 AIoT教學 及 商業策略規劃\r\n兼任 : 資策會物聯網智造基地種子講師 及 服務團隊\r\n\r\n專長\r\nMCU 程式開發與案例製作\r\nOpenAI案例製作與教學\r\nNode-RED整合運用 \r\nGenAI 整合與辦公室效能提...","title":"智慧立方有限公司 產品經理","socials":[]},"3cd72a03-d460-4d89-8f39-33b10be7c482":{"bio":"我是其祐,一位熱愛 Flutter 開發的學生。曾擔任 NTUE GDSC Lead 和資訊研究社社長,帶領團隊完成多項專案。目前也是一位魔術方塊老師,將對魔術方塊的熱情結合程式設計,開發了 CyCube ,期待在 DevFest 分享我的經驗,與大家一同交流。","name":"Chi Yu, Li","order":37,"photo":"https://sessionize.com/image/5a90-400o400o1-Gn2pSWtzGE8wFbpJLzso43.jpg","shortBio":"我是其祐,一位熱愛 Flutter 開發的學生。曾擔任 NTUE GDSC Lead 和資訊研究社社長,帶領團隊完成多項專案。目前也是一位魔術方塊老師,將對魔術方塊的熱情結合程式設計,開發了 CyCube ,期待在 DevFest 分享我的經驗,與大家一同交流。","title":"NTUE GDSC, Lead","socials":[]},"8b02b7c1-4594-4359-b6ad-af33918cdcda":{"bio":"I'm a computer science student from NTUE, learning how to use AI to make life more convenient.","name":"Eason Chen","order":38,"photo":"https://sessionize.com/image/50b9-400o400o1-7QDhN9FFLuHBMucFqhmZfm.jpg","shortBio":"I'm a computer science student from NTUE, learning how to use AI to make life more convenient.","title":"National Taipei University of Education","socials":[]},"95f321d0-eb2e-4475-8c78-7d5cb901e907":{"bio":"Full Stack Engineer\r\nExpTech Studio Ltd. \r\n21歳の普通大学生\r\n趣味で地震防災関連のアプリ(DPIP)開発\r\nNKUST 電気工学","name":"YuYu1015","order":39,"photo":"https://sessionize.com/image/083b-400o400o1-pt6wk8cw3v3awE9fFKdvAW.jpg","shortBio":"Full Stack Engineer\r\nExpTech Studio Ltd. \r\n21歳の普通大学生\r\n趣味で地震防災関連のアプリ(DPIP)開発\r\nNKUST 電気工学","title":"ExpTech","socials":[{"name":"Instagram","link":"https://www.instagram.com/whes1015/"}]},"8a68d300-1105-4c7d-b6bf-7464dc5d93e1":{"bio":"Google Develops Groups On Campus National Central University Organizer","name":"小松 XiaoSong","order":40,"photo":"https://sessionize.com/image/3c6b-400o400o1-QNFKVcdjfPLToFRHahCfZL.png","shortBio":"Google Develops Groups On Campus National Central University Organizer","title":"National Central University","socials":[{"name":"LinkedIn","link":"https://www.linkedin.com/in/松林-陳-a3b61916b"}]},"3a6bdfde-22f7-4708-b1be-c3f5881d3a7b":{"bio":"Android Taipei host、多年經驗 Android 開發者,同時也熱愛研究 Architecture, Functional programming 以及語言的語法特性","name":"彥彬","order":41,"photo":"https://sessionize.com/image/2c8f-400o400o1-wtvMFCfhgnGLN7YZ48tf5S.png","shortBio":"Android Taipei host、多年經驗 Android 開發者,同時也熱愛研究 Architecture, Functional programming 以及語言的語法特性","title":"PicCollage Android Dev","socials":[{"name":"LinkedIn","link":"https://www.linkedin.com/in/yanbin-hung-94b350b7/"},{"name":"Facebook","link":"https://www.facebook.com/hung.yanbin"}]},"4705d7a2-27bd-42d6-a3b6-46dbaa48fe95":{"bio":"暫無","name":"沈睿晉","order":42,"photo":"https://sessionize.com/image/9436-400o400o1-43jDEkQaFZ9mdaZNyCgoG4.jpg","shortBio":"暫無","title":"ExpTech Ltd.","socials":[]},"480c82e9-934d-4a65-bfaf-61718b477607":{"bio":"None","name":"宮本翔太","order":43,"photo":"https://sessionize.com/image/cb02-400o400o1-3iKRsN9fWzcoWjv4TVWuR4.jpg","shortBio":"None","title":"ExpTech.ltd","socials":[]}} \ No newline at end of file