👋🏾 Hi, this is Brandon, an active Software Engineer. Also a passionate contributor of Open Source Software.
🇹🇼 You can find me on software engineering instagram account @backend_b__
💼 Work Experience
🔬 Awards
- 🥇 1st place winner @Andes Awards
- 🥇 1st place winner @NCCU CS Final Year Project Competition
- 🥇 1st place winner @Coding 101 programming competition
- 🥈 2nd place winner @Hackathon organized by TSMC
- 🥈 2nd place (Merit Award) winner @TCSE English Session Paper
📜 Publications
- Investigating the Influence of Data Architecture on the Performance of Kubernetes-based Applications
- Explored the use of edge AI to improve the lives of the visually impaired through progressive web applications.
My Blog is deployed on free, limited resources, please refresh the page if you find images are not loaded.
這個部落格架在免費、有限的算力資源上,如果發現圖片跑不出來可以幫我多重整幾次喔
精選文章
How Nuxt idiot migrate from Nuxt2 to Nuxt3
今天想來跟大家聊聊身為前端小白的我是怎麼去規劃並進行全端專案 Nuxt 重大版本 Migration。由於筆者本身具備的前端經驗少之又少,本篇並不希望將焦點放在 Nuxt 或任何技術上;反之希望帶給讀者的是:我在面對未知領域時,拆解問題的思路以及心得。
Migration
Frontend
Review
一起來跑 TDD,直到完成 User Story 為止
我以前總覺得 TDD 是個不切實際的軟體開發流程,可以遵守 TDD 的團隊除了都有一定的技術底子之外,大概也都需要很自律⋯⋯不然怎麼會有力氣花時間想好要寫什麼測試、測資有哪些?
Backend
Software Engineering
雜談、生活 I/O
將一些生活中得到的 input 用零碎的組織 output 出來,透過零散地記錄來 review 自己。應該是我的部落格最像部落格的地方了吧
Review
Note
Advantech Internship Review
在研華待了九個多月,希望這點心得紀錄可以幫到對想來實習的人有幫助
Review
01 JavaScript is more than single-threaded
平常沒什麼機會特別寫多執行緒的程式,而 Thread 的創建成本相對低廉,如果我們在適合平行執行的任務中使用多個 thread,並且硬體也支援的話,那會對於效能的提升產生顯著的影響力!
JS Multithreaded
Note
2024 LINE TECH FRESH Interview
感謝前人分享心路歷程跟心得
想說打鐵趁熱,來記錄一下在 LINE 面試的流程以及心得!希望可以幫到準備在 summer 開始申請的大家
Interview
My 2023 recap
2023 對我而言可以說是傳奇的一年,在不同領域都有破壞性的突破
Review
Note: Learning Redis
有點凌亂的角落,放了一些我學習的碎片
Database
Note
Note: Learning Kubernetes
有點凌亂的角落,放了一些我學習的碎片
DevOps
Note
Introduction to JSON Web Token
猴子也能懂的 JWT,不懂有點可惜了
Security
Useful tools for macOS
筆者為重度使用 MacBook 患者,覺得不管是開發者或一般使用者都一定要來看看這些小工具
Tools
How to use free GCE continuously
免費 GCE 接力給另一個帳戶,不用再重新設定 VM 了!
DevOps
How to apply GPT onto your LINE-bot
基本上串 ChatGPT 很簡單,尤其是 python 已經有套件的狀況下
都是看一下官方文件就可以串起來的簡單步驟
讀者們如果有 Docker 的基礎,應該二十分鐘內就可以串好並部署了!
AI
Backend