forked from DevelopersLife/awesome-tech-resources
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommunities.json
73 lines (73 loc) · 2.17 KB
/
communities.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
[
{
"name": "DevelopersLife",
"description": "La community di Developer, aspiranti Developer e semplici curiosi!",
"logo_file": "developerslife.png",
"homepage_url": "https://developerslife.dev",
"place": "online",
"primary_language": "Italian",
"topics": [
"Developer",
"Formazione",
"Lavoro"
],
"extra": {
"chat_url": "t.me/developerslifechannel",
"youtube_url": "youtube.com/c/DevelopersLifeChannel",
"other": [{
"name": "DevelopersLife Chan",
"description": "Canale DevelopersLife su Telegram per ricevere le novità da DevelopersLife",
"url": "t.me/developersLifeChan"
}, {
"name": "DevelopersLife Eventi",
"description": "Canale DevelopersLife su Telegram per ricevere informazioni su eventi",
"url": "t.me/developersLifeChan"
}, {
"name": "DevelopersLife Offerte",
"description": "Canale DevelopersLife su Telegram per ricevere offerte di lavoro",
"url": "t.me/developersLifeChan"
}, {
"name": "DevelopersLife Instagram",
"description": "Il profilo Instagram di DevelopersLife",
"url": "instagram.com/developerslifechannel/"
}]
}
},
{
"name": "We Are Devs",
"description": "Community italiana sul mondo front-end, e non solo...",
"logo_file": "wearedevs.png",
"homepage_url": "https://www.fabiobiondi.dev/",
"place": "online",
"primary_language": "Italian",
"topics": [
"javascript",
"angular",
"react",
"vue",
"mobile"
],
"extra": {
"chat_url": "https://t.me/we_are_devs",
"youtube_url": "https://www.youtube.com/c/FabioBiondi"
}
},
{
"name": "Open Source Support - by @ptkdev",
"description": "Meme sui dev e il coding, community di aiuto, guide e tutorial sulla programmazione.",
"logo_file": "opensourcesupport.png",
"homepage_url": "https://ptk.dev/",
"place": "online",
"primary_language": "Italian",
"topics": [
"front-end",
"opensource",
"back-end",
"mobile",
"devops"
],
"extra": {
"chat_url": "https://t.me/ptkdev_support_italian"
}
}
]