Update README.md
This commit is contained in:
parent
2cd505b5db
commit
b075393dd6
1 changed files with 1 additions and 0 deletions
|
|
@ -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/)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue