diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2020-01-28 23:34:06 -0500 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2020-01-28 23:34:06 -0500 |
| commit | 34708dfa902afabf4833c25233132e56514915de (patch) | |
| tree | 0f4fd5c2c8d782885c5b821114b060e89fce1dcd /docs/code/index.md | |
| parent | 9bf334de6a2a17371eae9bcdf342c416332350aa (diff) | |
| parent | 6a7b97b436a5a20c172e6b04bf0caa37d544fde4 (diff) | |
Switch to mkdocs.
Diffstat (limited to 'docs/code/index.md')
| -rw-r--r-- | docs/code/index.md | 11 |
1 files changed, 11 insertions, 0 deletions
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. |
