From 5fac4e88a13943718a75b62f644b444e6f51eed1 Mon Sep 17 00:00:00 2001 From: Juan Diaz Date: Tue, 1 Oct 2024 13:01:37 -0400 Subject: [PATCH] Add Virtual Coffee podcast resource (#505) --- resources/v.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/v.ts b/resources/v.ts index 8bce76d8..2b2fecae 100644 --- a/resources/v.ts +++ b/resources/v.ts @@ -52,6 +52,13 @@ export const resources: Resource[] = [ 'VIM Adventures is an online game based on VIM\'s keyboard shortcuts. It\'s the "Zelda meets text editing" game. So come have some fun and learn some VIM!', url: 'https://vim-adventures.com/', }, + { + name: 'Virtual Coffee', + categories: ['Podcast'], + description: + 'Virtual Coffee is an intimate community for developers at all stages of the journey. It is a place to ask questions, share knowledge, and build friendships.', + url: 'https://virtualcoffee.io/podcast/', + }, { name: 'Visily', categories: ['UI', 'UX', 'Design', 'Prototyping', 'AI'],