From 0d6f58c54a7af6c8b4e6cd98663eb36ec4e3accc Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Tue, 28 Jan 2020 20:49:17 -0500 Subject: Editorial pass & migration to mkdocs. There's a lot in grimoire.ca that I either no longer stand behind or feel pretty weird about having out there. --- docs/code/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/code/index.md (limited to 'docs/code/index.md') diff --git a/docs/code/index.md b/docs/code/index.md new file mode 100644 index 0000000..a2f1564 --- /dev/null +++ b/docs/code/index.md @@ -0,0 +1,11 @@ +# Code + +Pieces of code and code-adjacent work, with or without exposition, that don't quite fit into the library ecosystem, but which I enjoyed writing. + +* [A Users, Roles & Privileges Scheme Using Graphs](users-rolegraph-privs.md) — An SQL schema and associated queries for handling permissions when roles can nest arbitrarily. + +* [Configuring Browser Apps](configuring-browser-apps.md) — Notes on the available techniques for delivering runtime configuration to code running in a user's browser, and the tradeoffs involved. + +* [Writing Good Commit Messages](commit-messages.md) — A style guide. + +I also maintain a [Github account](https://github.com/ojacobson/) for more substantial projects. -- cgit v1.2.3