-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathevents.json
131 lines (131 loc) · 4.2 KB
/
events.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
{
"meetups": [
{
"name": "Bay Area Scala",
"meetup-url": null,
"luma-url": "https://lu.ma/scala",
"other-url": "https://bayareascala.com",
"social-media-url": "https://x.com/BayAreaScala",
"locations": [
{
"city": "San Francisco",
"state": "California",
"country": "USA"
},
{
"city": "Berkeley",
"state": "California",
"country": "USA"
},
{
"city": "Walnut Creek",
"state": "California",
"country": "USA"
},
{
"city": "San Jose",
"state": "California",
"country": "USA"
},
{
"city": "Mountain View",
"state": "California",
"country": "USA"
},
{
"city": "Cupertino",
"state": "California",
"country": "USA"
},
{
"city": "Palo Alto",
"state": "California",
"country": "USA"
}
],
"description": "Bay Area Scala is a group for functional programmers who use Scala to build software who are based in San Francisco Bay Area or nearby. We welcome programmers of all skill levels to our events."
},
{
"name": "SF Scala",
"meetup-url": "http://www.meetup.com/SF-Scala/",
"luma-url": "https://lu.ma/scala",
"other-url": "https://www.sfscala.org/",
"social-media-url": "https://x.com/BayAreaScala",
"locations": [
{
"city": "San Francisco",
"state": "California",
"country": "USA"
}
],
"description": "SF Scala is a group for functional programmers who use Scala to build software who are based in San Francisco or nearby. We welcome programmers of all skill levels to our events."
},
{
"name": "Scala Bay",
"meetup-url": "https://www.meetup.com/scala-bay/",
"luma-url": "https://lu.ma/scala",
"other-url": "https://bayareascala.com",
"social-media-url": "https://x.com/BayAreaScala",
"locations": [
{
"city": "Palo Alto",
"state": "California",
"country": "USA"
},
{
"city": "Mountain View",
"state": "California",
"country": "USA"
},
{
"city": "Cupertino",
"state": "California",
"country": "USA"
},
{
"city": "San Jose",
"state": "California",
"country": "USA"
}
],
"description": "Scala Bay is a group for functional programmers who use Scala to build software are based near Palo Alto / Mountain View / Cupertino (South of Bay Area). We welcome programmers of all skill levels to our events."
}
],
"conferences": [
{
"name": "Scale By The Bay",
"meetup-url": "https://scale.bythebay.io/",
"luma-url": null,
"other-url": "http://functional.tv/",
"social-media-url": "https://x.com/ScaleByTheBay",
"locations": [
{
"city": "Oakland",
"state": "California",
"country": "USA"
}
],
"description": "Scale By the Bay is a developers' own conference. It is a community conference with the best Bay Area meetups and technologies powering the global leaders in data, operations, ML, and the art and craft of software engineering."
},
{
"name": "Scala Days",
"meetup-url": "https://scaladays.org",
"luma-url": null,
"other-url": "https://www.youtube.com/c/ScalaDaysConferences",
"social-media-url": "https://x.com/scaladays",
"locations": [
{
"city": "Seattle",
"state": "Washington",
"country": "USA"
},
{
"city": "Madrid",
"state": null,
"country": "Spain"
}
],
"description": "Scala Days brings developers from around the globe to share their experiences and new ideas around creating applications with Scala and related technologies, like Spark, Kafka, and Akka. Scala Days provides a unique opportunity for Scala users to interact with the contributors to the language and related technologies and connect with fellow developers."
}
]
}