team work

2024 年度回顧

這是我在 2024 年最想聊的一些事。

年度回顧 前端測試指南:策略與實踐 Frontend Testing Guide Strategies and Practices WebConf Taiwan 投資 加密貨幣 職涯 閱讀 旅遊 Netflix 影集 電影 生活 JavaScript Patterns 讀書會 The Art of Unit Testing front end testing sharing team work visual testing visual regression testing 團隊合作 學不動了 職涯 讀書會 軟技能 甜點 · 留言


關於這本書《前端測試指南:策略與實踐》(Frontend Testing Guide: Strategies and Practices)

在前端領域,快節奏且不斷革新的開發環境下,如何能在迅速產出的同時保持高品質的程式碼成為一大挑戰,因此「測試」變得十分重要。選擇何種測試方式、如何撰寫和執行測試成為開發者必須深思的議題。缺乏測試的程式碼難以確保品質,而解決這個問題的關鍵在於建立適當的測試策略。因此想藉由這本書來分享我在前端測試領域所積累的實務經驗,希望能對大家有所啟發和幫助。

front end testing Frontend Testing Guide Strategies and Practices 前端測試指南:策略與實踐 單元測試 團隊合作 整合測試 端對端測試 自動化測試 視覺測試 AI ChatGPT Cypress DevOps End-to-End Testing GitHub Copilot Integration Test Jest Memori Mixtini Percy pre-commit pre-push React Testing Library sharing TDD team work Unit Test visual regression testing visual testing · 留言


在組織中推行單元測試 | 單元測試的藝術 第 3 版 | 閱讀筆記

「單元測試的藝術」讀書會 - 在組織中推行單元測試 (The Art of Unit Testing, 3e - Integrating unit testing into the organization) 閱讀筆記。

The Art of Unit Testing Unit Test front end testing team work 單元測試 自動化測試 團隊合作 軟技能 閱讀筆記 讀書會 · 留言


規劃測試策略 | 單元測試的藝術 第 3 版 | 閱讀筆記

「單元測試的藝術」讀書會 - 規劃測試策略 (The Art of Unit Testing, 3e - Developing a testing strategy) 閱讀筆記。

The Art of Unit Testing Unit Test front end testing front-end architecture team work 單元測試 自動化測試 團隊合作 閱讀筆記 讀書會 · 留言


Pre-push Mechanism

我在推 code 之前會先跑 lint 和 unit test,確保推 code 到 remote 上的每個 commit 都是符合團隊規範並且是正確的。不過這樣的流程若靠人為確認是很麻煩也困難的,最好的方法就是能成為一種機制,來自動化幫我們處理。

pre-push pre-commit 團隊合作 team work best practice git GitHub 職涯 · 留言


優雅整合 Linter、Husky、Lint-Staged:寫扣看扣皆大歡喜的密技

大部份的工程師都是謹慎的,除了桌上的物品要放整齊外,寫 code 更是井井有條,例如:開頭要幾個空白還是 tab、要在哪裡斷行、一行限制多少字等,說是細節卻也是基本禮貌。

linter husky lint-staged ESLint 團隊合作 team work code review best practice WebConf Taiwan git GitHub 職涯 · 留言