From b075393dd61d6170888e2f317d6bc2214bf79452 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Wed, 28 Jul 2021 14:41:48 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cf9055f..c961dcd 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,7 @@ When deploying to FreeBSD and Linux servers, place the code in the `/home` direc * Use databases * 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/) +* [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) * Security * Audit [security](https://hangar.tech/posts/our-dsq/)