From d1bb9869ea5c6a9e9004ba591b753896dafdbb9f Mon Sep 17 00:00:00 2001 From: max Date: Sun, 26 Apr 2020 14:48:35 -0600 Subject: [PATCH] --- Helpful-Programming-Docs.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Helpful-Programming-Docs.md diff --git a/Helpful-Programming-Docs.md b/Helpful-Programming-Docs.md new file mode 100644 index 0000000..a59f7be --- /dev/null +++ b/Helpful-Programming-Docs.md @@ -0,0 +1,7 @@ +The Twelve Factor App +Guid for building an agile, scalable, secure application +https://12factor.net/ + +How to escape promise hell +Guid for setting up promises in a clean way, review this +https://medium.com/@pyrolistical/how-to-get-out-of-promise-hell-8c20e0ab0513 \ No newline at end of file