-
Notifications
You must be signed in to change notification settings - Fork 2
/
groups.json
156 lines (156 loc) · 5.44 KB
/
groups.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
[
{
"name": "CyprusJS",
"slug": "cyprus-js",
"logo": {
"svg": "https://raw.githubusercontent.com/cyprus-developer-community/home/main/assets/cyprusjs.svg",
"png": "https://github.com/cyprus-developer-community/home/blob/main/assets/cyprusjs.png?raw=true",
"width": 600,
"height": 337
},
"organizers": [
{
"name": "Michael Bashurov",
"github": "https://github.com/saitonakamura",
"avatar": "https://avatars.githubusercontent.com/u/1552189?s=150&v=4"
}
],
"links": [
{
"type": "website",
"href": "https://cyprusjs.org"
}
],
"excerpt": "CyprusJS is place for JavaScript enthusiasts in Cyprus to come together and discuss JavaScript and related technologies, learn from each other and solve problems."
},
{
"name": "GDG Cyprus",
"slug": "gdg-cy",
"logo": {
"png": "https://github.com/cyprus-developer-community/home/blob/main/assets/gdgcyprus.png?raw=true",
"width": 525,
"height": 525
},
"organizers": [
{
"name": "Andreas Loizou",
"github": "https://github.com/lack3r",
"avatar": "https://avatars.githubusercontent.com/u/5957042?s=150&v=4"
},
{
"name": "Galatia Partheniou",
"github": "https://github.com/GalatiaPar",
"avatar": "https://avatars.githubusercontent.com/u/1167460?s=150&v=4"
},
{
"name": "Maria Stylianou",
"github": "https://github.com/marsty5",
"avatar": "https://avatars.githubusercontent.com/u/2454869?s=150&v=4"
},
{
"name": "Andreas Lefkatis",
"github": "https://github.com/lefkatis",
"avatar": "https://avatars.githubusercontent.com/u/6929760?s=150&v=4"
},
{
"name": "Michalis Dimitriou",
"github": "https://github.com/michdim",
"avatar": "https://avatars.githubusercontent.com/u/44052587?s=150&v=4"
}
],
"links": [
{
"type": "website",
"href": "https://gdg.community.dev/gdg-cyprus"
},
{
"type": "meetup",
"href": "https://www.meetup.com/gdg-cyprus"
},
{
"type": "facebook",
"href": "https://www.facebook.com/GDGCyprus"
}
],
"excerpt": "GDG Cyprus is an independent group of developers across Cyprus. We aim to run tech talks, workshops, study groups, networking events and hackathons as well as partner with major initiatives in Cyprus to promote and support the technical community of Cyprus."
},
{
"name": "Py-Data-Cy",
"slug": "py-data-cy",
"logo": {
"png": "https://github.com/cyprus-developer-community/home/blob/main/assets/pydata-cyprus.png?raw=true",
"width": 952,
"height": 718
},
"organizers": [
{
"name": "Christos Christodoulou",
"github": "https://github.com/chr7stos",
"avatar": "https://avatars.githubusercontent.com/u/3687203?s=150&v=4"
},
{
"name": "Nick Sorros",
"github": "https://github.com/nsorros",
"avatar": "https://avatars.githubusercontent.com/u/4975761?s=150v=4"
},
{
"name": "Argyris Argyrou",
"github": "https://github.com/argyris",
"avatar": "https://avatars.githubusercontent.com/u/632662?s=150&v=4"
}
],
"links": [
{
"type": "meetup",
"href": "https://www.meetup.com/pydata-cyprus"
}
],
"excerpt": "PyData Cyprus is the Cyprus chapter of the international PyData community. This is a group for anyone interested in data science. All skill levels are welcome. We started this group because we want to meet other enthusiasts in the area. We're looking forward to exploring exciting new ideas with everybody!"
},
{
"name": "Cyprus Software Craftsmanship Community",
"slug": "cyprus-software-craftsmanship-community",
"logo": {
"png": "https://github.com/cyprus-developer-community/home/blob/main/assets/cyprus-software-craftsmanship-community.png?raw=true",
"width": 800,
"height": 385
},
"organizers": [
{
"name": "Andreas Loizou",
"github": "https://github.com/lack3r",
"avatar": "https://avatars.githubusercontent.com/u/5957042?s=150&v=4"
}
],
"links": [
{
"type": "meetup",
"href": "https://www.meetup.com/software-craftsmanship-community-cyprus"
}
],
"excerpt": "This is an open community for everyone who deeply cares about software development. We are a group of professionals who want to share their knowledge and learn from each other."
},
{
"name": "CyprusRust",
"slug": "cyprus-rust",
"logo": {
"png": "https://github.com/cyprusrust/CyprusRust/raw/master/assets/cyprus-rust.png?raw=true",
"width": 540,
"height": 540
},
"organizers": [
{
"name": "Federico Rampazzo",
"github": "https://github.com/framp",
"avatar": "https://avatars.githubusercontent.com/u/611109?s=150&v=4"
}
],
"links": [
{
"type": "website",
"href": "https://cyprusrust.org"
}
],
"excerpt": "CyprusRus is a community of Rust users in Cyprus who are passioned about sharing our knowledge and experiences with the language. Whether you are new to Rust or have been using the language for some time, we welcome you to join our community. We believe that by working together, we can all improve our skills and advance our knowledge of the language."
}
]