Standard Search
About 13 results
https://seth.computer/notes/github-actions-with-docker · 11 Nov 2020
A walkthrough of building a custom GitHub Actions workflow using Docker instead of marketplace actions. Covers the action file, Dockerfile, entrypoint script, and workflow configuration for building a Zola site and deploying it to Netlify.
https://seth.computer/notes/what-makes-an-api-simple · 30 Aug 2019
Explores the tradeoffs in API design between minimal request inputs and richer contextual data. Argues that 'simple' should mean simple to use correctly, not just simple to look at. When an API encapsulates business logic, shifting complexity onto the API ...
https://seth.computer/notes/how-im-writing-haskell · 4 Aug 2019
A walkthrough of a Haskell development environment built on NixOS, Vim, GHCid, and Hoogle. Covers the Nix and Cabal setup, fast compiler feedback with GHCid, testing with hspec, and documentation lookups, all prioritizing simplicity and locally contained t...