From 14aedda3aa9c91c5c25442d64e69dafc153d938f Mon Sep 17 00:00:00 2001 From: Robin Date: Tue, 22 Oct 2019 11:08:02 -0700 Subject: [PATCH] Add tags to the podcasts resources --- resources/podcasts.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/podcasts.json b/resources/podcasts.json index 60dafa6..0e12094 100644 --- a/resources/podcasts.json +++ b/resources/podcasts.json @@ -6,19 +6,19 @@ "title": "syntax.fm", "desc": "Full Stack Developers Wes Bos and Scott Tolinski dive deep into web development topics, explaining how they work and talking about their own experiences. They cover from JavaScript frameworks like React, to the latest advancements in CSS to simplifying web tooling.", "url": "https://syntax.fm/", - "tags": [] + "tags": ["audio", "frontend", "backend", "javascript"] }, { "title": "The Changelog", "desc": "News and podcasts for developers.", "url": "https://changelog.com/", - "tags": [] + "tags": ["aggregator", "daily", "audio"] }, { "title": "Ladybug Podcast", "desc": "Listen to Kelly Vaughn, Ali Spittel, Emma Wedekind, and Lindsey Kopacz, four women in tech, discuss topics such as how to get your first job in tech and how to manage side projects.", "url": "https://ladybug.dev/", - "tags": [] + "tags": ["weekly", "audio", "newsletter", "women"] } ] } \ No newline at end of file