Update README.md

This commit is contained in:
dannydannydanny 2021-07-28 14:41:48 +02:00 committed by GitHub
parent 2cd505b5db
commit b075393dd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -142,6 +142,7 @@ When deploying to FreeBSD and Linux servers, place the code in the `/home` direc
* Use databases * Use databases
* Consider SQL (but [don't use `select *`](https://tanelpoder.com/posts/reasons-why-select-star-is-bad-for-sql-performance/)) * Consider SQL (but [don't use `select *`](https://tanelpoder.com/posts/reasons-why-select-star-is-bad-for-sql-performance/))
* Be aware of [feature casualties of large databases](https://web.dev/streams/) * Be aware of [feature casualties of large databases](https://web.dev/streams/)
* [Data Science - Hierarchy of Needs](https://hackernoon.com/the-ai-hierarchy-of-needs-18f111fcc007)
* Avoid [dark patterns](https://darkpatterns.org/types-of-dark-pattern.html) * Avoid [dark patterns](https://darkpatterns.org/types-of-dark-pattern.html)
* Security * Security
* Audit [security](https://hangar.tech/posts/our-dsq/) * Audit [security](https://hangar.tech/posts/our-dsq/)