工作室

製作過程中的筆記

關於軟體、介面、小系統、實作過程與設計決策的紀錄。

Commitlint

Using Commitlint and Husky to enforce Conventional Commit message formats.

  • May 4, 2023
  • Technical note
  • git
  • commitlint
  • husky

Fetch vs. Axios

Notes comparing the browser Fetch API with Axios for common request patterns.

  • Jan 4, 2023
  • Technical note
  • javascript
  • fetch
  • axios

NodeJS-安裝與版本切換

Installing Node.js with nvm and switching between multiple Node versions.

  • Mar 11, 2022
  • Technical note
  • nodejs
  • nvm

Python - Guess The Number

A beginner-friendly walkthrough for building a Python guess-the-number game.

  • Jan 15, 2022
  • Technical note
  • python
  • beginner
  • game

Docker基本操作

A practical Docker command reference covering images, containers, and volumes.

  • Mar 23, 2021
  • Technical note
  • docker