Upgrade to Pro — share decks privately, control downloads, hide ads and more …

陽明交大資工系-企業參訪: 前端工程團隊介紹

陽明交大資工系-企業參訪: 前端工程團隊介紹

Event: 陽明交大資工系企業參訪
Speaker: Stanley Lin

LINE Developers Taiwan

April 19, 2023
Tweet

More Decks by LINE Developers Taiwan

Other Decks in Technology

Transcript

  1. Stanley Lin LINE Taiwan | Software Engineer ▸ 2021 LINE

    Taiwan | Software Engineer ▸ 2021 LINE Taiwan | TECH FRESH 實習 ▸ 2020 智⾒科技 | Software Engineer ▸ 陽明交⼤ 資⼯所 戊組 ▸ MUILab (Mobile and Ubiquitous Interaction Lab) ▸ 移動裝置與普及運算實驗室
  2. 01 02 03 04 05 06 Contents Web Products in

    LINE Taiwan As a Frontend Team in LINE Taiwan As a Frontend Member in Product Team As an Engineer in LINE Taiwan Recruiting Q&A
  3. Goals Quality Delivery Repeat Success Share Knowledge Step Ahead Prepare

    for future Don’t reinvent wheel CI/CD, Testing Growing by crowd intelligence
  4. LINE Planner Frontend Backend Planner Frontend Planner Frontend Product Product

    Product Project Project Teams Backend Backend QA QA QA
  5. LINE Planner Frontend Backend Planner Frontend Planner Frontend Product Product

    Product Project Project Teams Backend Backend QA QA QA
  6. Day Day Day Day Day Product Developing AI hackathon TF

    Meetup (DevOps TF) Product Developing Study group (Code complete) LINE Class (PJM Training) Tech Sharing (Web Components) Optional Optional Optional Optional Optional Technical Explore
  7. Review Resume Remote Technical Interview Meet the Team (Optional) Remote

    Pretest Hiring Manager Interview Director Interview (Optional) Interview
  8. 找不到 Side project? • 健康管理:軟體可以記錄⽤⼾的飲食習慣、運動量和⾝體狀況等信息,並根據這些信息提供個性化的 健康建議,以幫助⽤⼾保持健康。 • 情感⽀持:軟體可以使⽤語⾳識別技術,了解⽤⼾的情感狀況,提供情感⽀持和建議,幫助⽤⼾減輕 壓⼒和焦慮。 •

    ⾦融管理:軟體可以記錄⽤⼾的⽀出和收入,並根據這些信息提供個性化的理財建議,幫助⽤⼾管理 財務。 • 教育培訓:軟體可以根據⽤⼾的興趣和學習⽬標,提供個性化的學習資源和教育培訓。 • ⽣活諮詢:軟體可以提供關於旅⾏、購物、飲食、健康等⽅⾯的建議和建議,幫助⽤⼾更好地⽣活。
  9. 整合多⽅服務 • 結合⼤型語⾔模型、Speech To Text、Text to Speech、LINE BOT 的長輩健康管理機器 ⼈?

    • 結合群眾外包、假新聞辨識、AI 摘要整理的公⺠記者新聞平台? • 結合⼤型語⾔模型, 實況聊天室 API、Speech To Text、Text to Speech、虛擬⼈物模型的 聊天虛擬實況主?
  10. 刷題? • 3Sum 是⼀個經典的算法問題,題⽬描述如下: • 給定⼀個整數數組 nums,請找出所有满⾜ a + b

    + c = 0 的三元組 (a, b, c)。 • 為了避免重複,答案中不可以包含重複的三元組。 • 以下是⼀種 JavaScript 實現⽅式,時間複雜度為 O(n^2) … (以下省略)