|
You are here |
wpsoftware.net | ||
| | | | |
www.watsonbrosgames.com
|
|
| | | | | ||
| | | | |
hjr265.me
|
|
| | | | | Git has this great feature that I think is well-known but under-used. I am talking about Git hooks. With Git hooks, you can run scripts during different Git actions. Like this one: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 #!/bin/sh GOFILES=`git diff --name-only --cached | grep -e '.go$' | grep -ve 'vendor/'` UNFMTFILES=() for f in $GOFILES; do if [ -n "`gofmt -l -s . | |
| | | | |
mazzo.li
|
|
| | | | | [AI summary] A writer shares about open-sourcing TernFS, a distributed filesystem they developed over a year and a half, highlighting the project's growth from prototype to production use. | |
| | | | |
ha.nnes.dev
|
|
| | | [AI summary] The author discusses their experience of rewriting their website multiple times, exploring different static site generators (SSGs) and the challenges of managing side effects and data processing in web development. | ||