zero icon indicating copy to clipboard operation
zero copied to clipboard

Allow startup developers to ship to production on day 1

Results 66 zero issues
Sort by recently updated
recently updated
newest added

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...

backend

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...

Epic
infrastructure
backend

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...

frontend
backend
CI
good first issue

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...

Epic
frontend
backend

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...

Epic
backend

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 -...

documentation
Epic
frontend
backend
CI

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...

Epic

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]...

bug