zero
zero copied to clipboard
Allow startup developers to ship to production on day 1
Should include: - Support in backend for memcached (Go and/or Node) - Support either custom or via library for cache-aside caching w/invalidation - Read from cache. On miss, read from...
Document the encryption we enable by default (including pros and cons): - S3 bucket encryption - Database encryption through RDS - Password encryption provided by Kratos if applicable (related to...
We should have an example in the backend and frontend projects of a workflow that runs only on branches, runs linter, unit tests, etc. and then blocks the branch from...
Look into feature flagging support for the backend and frontend. Worth it to build our own? Most likely better to go with an industry leader like LaunchDarkly, but there will...
Analyze and choose best tools for error / exception handling, logging, etc. in supported frontend and backend languages, and integrate. Look at options like outputting all JSON logs, and then...
We have the bare-bones pipeline but there is more work we could do to fill in the testing piece, including - examples of good practices around - unit testing -...
To be differentiated from: - Streaming ( Definitely some feature overlap here. For example, NATS could cover some of it. Also Redis could cover some use cases. ) - Notification...
On a non-Mac computer, pressing the delete key results in an EOF being sent to the `zero init` questionnaire prompt: ``` ✔ Production Frontend Host Name (e.g. app.): app-20-09-14.█ ERROR[2020-09-14T09:46:22-07:00]...