From f241a82e698896f1da2d30fbfc836b339bd1bb43 Mon Sep 17 00:00:00 2001 From: Matthias Hampel Date: Sun, 30 Jun 2019 14:50:17 +0200 Subject: [PATCH] add serverless.css-tricks.com --- store.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/store.json b/store.json index bb4e4f8..3dbfd05 100644 --- a/store.json +++ b/store.json @@ -848,6 +848,11 @@ "title": "Servers for hackers", "desc": "Tutorials on how to handle your servers.", "url": "https://serversforhackers.com/" + }, + { + "title": "Serverless for Front-End Developers", + "desc": "Find Serverless services (e.g. functions, databases and other tools) for your next project. There are also articles related to Serverless and JAMstack.", + "url": "https://serverless.css-tricks.com/" } ] },