# 一些覺得有用的工具蒐藏

### Development

- [mkcert](https://github.com/FiloSottile/mkcert)：開發工具，產生一個本地使用的 HTTPS 憑證
- [sqlcommenter](https://github.com/google/sqlcommenter)：用於檢測 ORM 成效的工具
- [wallace-cli](https://github.com/projectwallace/wallace-cli)：用於分析 CSS 的工具
- [Recoil](https://github.com/facebookexperimental/Recoil)：Recoil 是一個用於 React 應用程序的實驗性狀態管理庫。它提供了一些單獨使用 React 難以實現的功能，同時兼容 React 的最新功能。
- [mariana trench](https://github.com/facebook/mariana-trench)：針對 Android 和 Java 應用程序的安全性靜態分析工具。
- [Browser fingerprinting](https://github.com/niespodd/browser-fingerprinting)：用可用的對策分析機器人保護系統🚿。抓取網頁時如何擊敗反殭屍系統👻並繞過瀏覽器指紋腳本🕵️‍♂️？
- [Python anti pattern](https://docs.quantifiedcode.com/python-anti-patterns/index.html)：Python 開發的反指標
- [BentoJS](https://bentojs.dev/)：AMP 團隊所開發的
- [kpt](https://github.com/GoogleContainerTools/kpt)：一個 Git 原生、模式感知、可擴展的客戶端工具，用於打包、定制、驗證和應用 Kubernetes 資源。

### Terminal

- [sampler](https://github.com/sqshq/sampler)：用於 shell 命令執行、可視化和警報的工具
- [kube-prompt](https://github.com/c-bata/kube-prompt)：提供自動補齊 kubernetes 指令的工具
- [termshark](https://github.com/gcla/termshark)：在 Terminal 使用類似 Wireshark 的工具

### Privacy Policy

- [中文隱私權政策樣板](https://github.com/lyrasoft/chinese-privacy-policy-template)

### Security

- [authov](https://github.com/authcov/authcov)：掃描網站權限覆蓋
- [Fucking algorithm](https://github.com/labuladong/fucking-algorithm)
- [The Ultimate Guide to the Google Search Parameters](https://moz.com/blog/the-ultimate-guide-to-the-google-search-parameters)
- [Disapproved Ads Auditor](https://github.com/google/disapproved-ads-auditor)
- [Kondo](https://github.com/tbillington/kondo)：用於清除電腦非必要的空間
- [npkill](https://github.com/voidcosmos/npkill)：列出所有系統內的 node_module 並可以清除
- [pyroscope](https://github.com/pyroscope-io/pyroscope)：About
Continuous Profiling Platform! Debug performance issues down to a single line of code
- [xstate](https://github.com/statelyai/xstate)

### Interview

- [Coding interview university](https://github.com/jwasham/coding-interview-university)：成為一個軟體工程師的面試準備
- [The Complete FAANG Preparation](https://github.com/AkashSingh3031/The-Complete-FAANG-Preparation)：用於搜集所有準備 FAANG 工作的面試問題
- [面試背後的面試](https://github.com/kkbruce/reverse-interview-zh-Hant)
- [System design primer](https://github.com/donnemartin/system-design-primer)：了解如何設計大型系統。準備系統設計面試。包括 Anki 抽認卡。

