Insights

Field notes on shipping AI inside real systems.

Page 36

Gilp: A node tool to implement pre-commit and other git hooks

Git has a lot of hooks for client and server side but the most used and known hook is pre-commit, where you can run some validations (like linters) and cancel a commit if something fails.

Read post