I chose a lazy person to do a hard job. Because a lazy person will find an easy way to do it.
— Bill Gates
This site contains generic examples of things I have learned about and use at work. If my work life was a story, every chapter would start with something like this...
I did not realize these things had these properties! I wonder how many of these things exist with this, that, or the other thing? If I give you a list of the things I care about, can you do a "search" and give me a list of things that have the properties I am looking for?
— Ends (aka End Users)
-
Vault - I am using the vault CLI to access secrets at work for API calls (vaultOAuthToken.mjs line 15), but this is not required to use the generic GitHub API and Google BigQuery examples.
-
Google Cloud - I am using the gcloud CLI to authenticate and access BigQuery.
gcloud CLI - Authorize with a user account
gcloud auth application-default login
npm run test
PASS test/requirements.test.js
PASS test/general.test.js
Test Suites: 2 passed, 2 total
Tests: 11 passed, 11 total
Snapshots: 0 total
Time: 1.411 s, estimated 2 s
Ran all test suites.
npm run start
- Requirements - https://www.mkdocs.org/user-guide/installation/#requirements
- Installing MkDocs - https://www.mkdocs.org/user-guide/installation/#installing-mkdocs
- Themes (material) - https://github.com/squidfunk/mkdocs-material#quick-start
- Formatting options (markdown_extensions) - https://www.mkdocs.org/user-guide/configuration/#formatting-options
- Run the built-in development server - https://www.mkdocs.org/user-guide/cli/#mkdocs-serve
- Deployment options - https://www.mkdocs.org/user-guide/deploying-your-docs/