From 268a47b49d2f8a3097668a75ccc3c12302ef5575 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Sun, 28 Feb 2021 12:29:34 +0100 Subject: [PATCH] :alien: add feature casualties of large databases --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a8b5929..9ca06fc 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ Submit an [issue](https://github.com/DannyDannyDanny/gitmoji/issues) (or [Pull R * Do [CodeReviews](https://softwareengineering.stackexchange.com/questions/141005/how-would-you-know-if-youve-written-readable-and-easily-maintainable-code/141010#141010) * 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/) * Avoid [dark patterns](https://darkpatterns.org/types-of-dark-pattern.html) * Security * Audit [security](https://hangar.tech/posts/our-dsq/)