From 082ed07f12a1ef9baba4dcf77d8ebda9c6af368a Mon Sep 17 00:00:00 2001 From: Fabrizio Cafolla Date: Sun, 23 Jun 2024 12:02:10 +0200 Subject: [PATCH] feat(communities): Add TomorrowDevs (#150) --- analytics/partnership.json | 1 + awesome/communities/data/tomorrow-devs.json | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 awesome/communities/data/tomorrow-devs.json diff --git a/analytics/partnership.json b/analytics/partnership.json index d994296..0b192b0 100644 --- a/analytics/partnership.json +++ b/analytics/partnership.json @@ -13,6 +13,7 @@ "grusp.json", "hr-feat-ict.json", "need-for-nerd.json", + "tomorrow-devs.json", "codemotion.json" ], "sponsor": [] diff --git a/awesome/communities/data/tomorrow-devs.json b/awesome/communities/data/tomorrow-devs.json new file mode 100644 index 0000000..e4e81e2 --- /dev/null +++ b/awesome/communities/data/tomorrow-devs.json @@ -0,0 +1,14 @@ +{ + "name": "TomorrowDevs", + "url": "https://www.tomorrowdevs.com/", + "type": "Channel", + "platform": "Discord", + "description": "Il nostro focus è il Learn by Doing, di conseguenza ci focalizziamo sul realizzare tante attività di apprendimento attraverso la pratica. Progetti in Team, Coding Challenge, Hackathon, percorsi customizzati, tutti seguiti da Mentor esperti del settore.", + "tags": [ + "Coding Challenge", + "Collaborative Projects", + "Mentoring", + "Mock Interview" + ], + "events_type": ["Hackathon"] +}