Archive
共 42 筆文章
2025
17 posts
09-20
關於 Domain-Driven Design (DDD)
#DDD #Clean-Architecture
09-11
CA: Data Transfer Object (DTO)
#Notes #DTO
09-08
Astro 圖片優化策略
#blog #performance
08-07
Claude Code CLI:真正的 AI 開發代理人
#Claude #心得
07-20
Leetcode 326. Power of Three
#Leetcode #Algorithm
06-07
一分鐘闡述你的價值
#Notes #Elevator-Pitch
05-30
關於 cherry-pick 時機與常見誤區
#Git #心得
04-29
Build Your Own Cursor Rules
#Cursor #Cursor-Rules
04-20
為系統升級 Linter: ESLint v8 to v9
#Linter #心得
03-30
為何軟體開發要做向下兼容
#Notes #Compatibility
03-09
AI 時代人才新思維 - 葉丙成
#AI #心得
02-27
為什麼 TypeScript 不做更強的型別推論
#Notes #TypeScript
02-14
MECE 金字塔原則
#Notes #MECE
02-08
Vitest with React Testing
#Notes #Vitest
01-31
Kubernetes - Deployment Strategies
#Notes #Kubernetes
01-11
MacOS 將 Docker 檢測為惡意軟體問題
#Notes #Docker
01-04
2024 年度回顧
#Retro #Life
2024
17 posts
12-30
[TS] Set、flatMap 優化資料搜尋
#Notes #TypeScript
12-01
[TS] Enhancing React Views with Enums
#Notes #TypeScript
11-22
Common Mistakes with useEffect Dependencies
#Notes #React
11-10
Enemy of Clean Code
#心得 #Performance
10-16
Using SWR for Better Data Fetching
#Notes #React
10-14
Handling Errors Gracefully in React
#Notes #React
10-05
Homebrew 打造簡潔優雅的開發環境
#Notes #Homebrew
09-24
Junior 軟體工程師面試心得
#心得 #Junior
09-20
TypeScript 之 Generics 泛型
#Notes #TypeScript
09-05
Redux Toolkit (RTK) 簡化狀態管理
#Notes #React
08-12
React 開發上的小技巧
#Notes #React
08-01
貫穿所有軟體開發的 SOLID 原則
#心得 #OOP
07-19
前端效能優化(2) - Throttle
#Notes #JavaScript
07-17
前端效能優化(1) - Debounce
#Notes #JavaScript
07-15
使用 Astro+Tailwind 實現 Dark mode
#Notes #Astro
07-12
關於我重構部落格這檔事
#心得 #Blog
06-20
淺談 JavaScript 單執行緒語言如何做到異步運算
#Notes #JavaScript
2023
1 post
12-20
在寫 HTML 需要注意的事
#Notes #HTML