# Coding Notes

##### API Client Tools

- [Bruno](https://www.usebruno.com/) is a Git-integrated, fully offline, and open-source API client
- [Httpie](https://httpie.io/) - Alternative to Curl
- [posting](https://github.com/darrenburns/posting) - A powerful HTTP client that lives in your terminal.
- [Yaak](https://yaak.app/) - The API client for modern developers

##### Authentication

- [Hanko](https://www.hanko.io/) - The Complete Authentication and User Management Solution for the Passkey 
    - GitHub: [https://github.com/teamhanko/hanko](https://github.com/teamhanko/hanko)
    - [Hanko: Open-source authentication and user management - Help Net Security](https://www.helpnetsecurity.com/2025/05/19/hanko-open-source-authentication-user-management/)
- JWT: Jason Web Token 
    - [What Are JSON Web Tokens (JWT)?](https://www.freecodecamp.org/news/what-are-json-web-tokens-jwt/)
    - [The JSON Web Token Handbook: Learn to Use JWTs for Web Authentication](https://www.freecodecamp.org/news/the-json-web-token-handbook-learn-to-use-jwts-for-web-authentication/)

##### Multi-Thread

- [C/C++ 實現多執行緒解說](https://tech.meituan.com/2024/07/19/multi-threading-and-multi-thread-synchronization.html)

##### Code Performance

[Performance comparison: counting words in Python, Go, C++, C, AWK, Forth, and Rust](https://benhoyt.com/writings/count-words/)

- 如何量化不同程式語言的執行效率與程式優化
- 比較不同程式語言的執行效率
- 對於大檔案的文字處理有很詳盡的解釋

##### Magika

- [Github: Magika](https://github.com/google/magika)
- 基於深度學習的檔案類型辨識系統Magika
- 支援 Python, Javascript (Node.js)
- [Google開源內部所使用的檔案辨識系統Magika | iThome](https://www.ithome.com.tw/news/161316)

#### Public API

##### Public API

- [Public APIs — A directory of free and public apis](https://publicapis.io/)
- [APILayer](https://apilayer.com/)
    - GitHub: [https://github.com/public-apis/public-apis](https://github.com/public-apis/public-apis)
- [Free Public APIs](https://www.freepublicapis.com/)

##### API Platform

- [Apidog](https://apidog.com/)
- [Postman](https://www.postman.com/)
- [Swagger UI](https://swagger.io/)
- [19 Best Postman Alternatives in 2024 (Including Open Source) (apidog.com)](https://apidog.com/blog/top-postman-alternative-open-source/)
- [What is Swagger API? A Complete Guide for Beginners (apidog.com)](https://apidog.com/blog/what-is-swagger-api/)
- [How to Make API Documentation Easily: Guide &amp; 6 Tips for Beginners](https://dev.to/fallon_jimmy/how-to-make-api-documentation-easily-guide-6-tips-for-beginners-3agi)

##### IPinfo

- [https://ipinfo.io/](https://ipinfo.io/)
- [\[免费无请求限制\] IPINFO免费国家级IP数据 提供API接口和每日更新的IP数据库 – 蓝点网](https://www.landiannews.com/download/108979.html)

##### API Testing

[![api_testing.jpg](https://osslab.tw/uploads/images/gallery/2025-07/scaled-1680-/api-testing.jpg)](https://osslab.tw/uploads/images/gallery/2025-07/api-testing.jpg)

##### Hello World

[![hello_world.jpg](https://osslab.tw/uploads/images/gallery/2024-11/scaled-1680-/hello-world.jpg)](https://osslab.tw/uploads/images/gallery/2024-11/hello-world.jpg)