-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathevents_100.json
More file actions
2831 lines (2831 loc) · 364 KB
/
events_100.json
File metadata and controls
2831 lines (2831 loc) · 364 KB
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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
[
{
"name": "Upcoming",
"events": [
{
"id": "312986063",
"organizer": "Wesley de Groot",
"date": "20260506190000:20260506220000",
"name": "Weekly Meeten en Drinken",
"description": "Ahoy, fellow Appsterdammers!\nIf you feel like it's time to start slowly getting used to being social again, maybe you'd like to warm up with your fellow makers, nerds, and other technology enthusiasts, who might better understand your specific interests and social style.\nJoin us in the cozy cafe where Appsterdam was born, at an earlier than usual time, to enjoy their legendary terrace and its ongoing attempts to comply with an ever-shifting landscape of rules \u2014 something many App Makers will understand!\nYes, even after ten long years and a pandemic, this is still the place for you to meet your fellow Appsterdammers, get to know members of the community, meet a potential business partner, bring your app to share with others, exchange ideas with like-minded people... No talks are ever scheduled and everyone is always welcome to join.\nBe sure to ask the waitress\/waiter about their seasonal beers and grab a snack to share with your friends. All Appsterdammers get 10% off the entire bill, so order whatever you want to eat\/drink. Then sit back and enjoy the company of your peers.\nThe day is always Wednesday. The place is always [Caf\u00e9 Bax](http:\/\/www.cafebax.nl\/). The time, for now, is 19:00.\nPlease note: It's a very casual event so people often don't RSVP or show up exactly on time. But don't fear, you can always find Appsterdammers at this event! Not sure you're in the right place? Just ask the staff!",
"price": "0",
"location_name": "Cafe Bax",
"location_address": "Ten Katestraat 119, Amsterdam",
"icon": "\ud83c\udf7a",
"attendees": "4",
"latitude": "0",
"longitude": "0"
},
{
"id": "313046461",
"organizer": "D\u00e1niel Varga, Maike Warner",
"date": "20260509093000:20260509113000",
"name": "Coffee Coding",
"description": "BACK TO COFFEE ROOM AGAIN!\n\nWelcome to Appsterdam.\n\nWhether you are a seasoned programmer or learning to code Apps, wouldn\u2019t it be cool to run by your challenge with another programmer when you get stuck? Or you have questions, or simply want to be in the environment of other like-minded friends while you work on your project?\n\nWelcome to Appsterdam.\n\nBring your laptop and get feedback, encouragement and support, no matter what level you are at.\n\nShare and contribute. Get guidance. Feel good.\n\nAll levels are welcome, so don\u2019t be shy.\n\nIn the future we plan to have break-out sessions where we will have short talks on valuable topics and also conduct mini-hackathons where all of us get to participate and learn together.\n\nMaike and Daniel are super committed to have an inspired group.\n\nWe start at 9:30 and end at 11:30 sharp, so some a bit closer to 9:30 to make sure you get the help you desire.\n\nJust ask and maybe we can help you with:\n\n\u2022 Android Development\n\n\u2022 iOS Development\n\n\u2022 Flutter Development\n\n\u2022 C++\n\n\u2022 JavaScript\n\n\u2022 Python\n\n\u2022 Rust\n\n\u2022 UX\/UI Design (Adobe XD, Balsamiq, Keynote, Sketch, Figma)",
"price": "0",
"location_name": "The Coffee Room",
"location_address": "Kinkerstraat 110, Amsterdam",
"icon": "note.text",
"attendees": "3",
"latitude": "0",
"longitude": "0"
},
{
"id": "312986065",
"organizer": "Wesley de Groot",
"date": "20260513190000:20260513220000",
"name": "Weekly Meeten en Drinken",
"description": "Ahoy, fellow Appsterdammers!\nIf you feel like it's time to start slowly getting used to being social again, maybe you'd like to warm up with your fellow makers, nerds, and other technology enthusiasts, who might better understand your specific interests and social style.\nJoin us in the cozy cafe where Appsterdam was born, at an earlier than usual time, to enjoy their legendary terrace and its ongoing attempts to comply with an ever-shifting landscape of rules \u2014 something many App Makers will understand!\nYes, even after ten long years and a pandemic, this is still the place for you to meet your fellow Appsterdammers, get to know members of the community, meet a potential business partner, bring your app to share with others, exchange ideas with like-minded people... No talks are ever scheduled and everyone is always welcome to join.\nBe sure to ask the waitress\/waiter about their seasonal beers and grab a snack to share with your friends. All Appsterdammers get 10% off the entire bill, so order whatever you want to eat\/drink. Then sit back and enjoy the company of your peers.\nThe day is always Wednesday. The place is always [Caf\u00e9 Bax](http:\/\/www.cafebax.nl\/). The time, for now, is 19:00.\nPlease note: It's a very casual event so people often don't RSVP or show up exactly on time. But don't fear, you can always find Appsterdammers at this event! Not sure you're in the right place? Just ask the staff!",
"price": "0",
"location_name": "Cafe Bax",
"location_address": "Ten Katestraat 119, Amsterdam",
"icon": "\ud83c\udf7a",
"attendees": "3",
"latitude": "0",
"longitude": "0"
},
{
"id": "313046462",
"organizer": "D\u00e1niel Varga, Maike Warner",
"date": "20260516093000:20260516113000",
"name": "Coffee Coding",
"description": "BACK TO COFFEE ROOM AGAIN!\n\nWelcome to Appsterdam.\n\nWhether you are a seasoned programmer or learning to code Apps, wouldn\u2019t it be cool to run by your challenge with another programmer when you get stuck? Or you have questions, or simply want to be in the environment of other like-minded friends while you work on your project?\n\nWelcome to Appsterdam.\n\nBring your laptop and get feedback, encouragement and support, no matter what level you are at.\n\nShare and contribute. Get guidance. Feel good.\n\nAll levels are welcome, so don\u2019t be shy.\n\nIn the future we plan to have break-out sessions where we will have short talks on valuable topics and also conduct mini-hackathons where all of us get to participate and learn together.\n\nMaike and Daniel are super committed to have an inspired group.\n\nWe start at 9:30 and end at 11:30 sharp, so some a bit closer to 9:30 to make sure you get the help you desire.\n\nJust ask and maybe we can help you with:\n\n\u2022 Android Development\n\n\u2022 iOS Development\n\n\u2022 Flutter Development\n\n\u2022 C++\n\n\u2022 JavaScript\n\n\u2022 Python\n\n\u2022 Rust\n\n\u2022 UX\/UI Design (Adobe XD, Balsamiq, Keynote, Sketch, Figma)",
"price": "0",
"location_name": "The Coffee Room",
"location_address": "Kinkerstraat 110, Amsterdam",
"icon": "note.text",
"attendees": "4",
"latitude": "0",
"longitude": "0"
},
{
"id": "312986068",
"organizer": "Wesley de Groot",
"date": "20260520190000:20260520220000",
"name": "Weekly Meeten en Drinken",
"description": "Ahoy, fellow Appsterdammers!\nIf you feel like it's time to start slowly getting used to being social again, maybe you'd like to warm up with your fellow makers, nerds, and other technology enthusiasts, who might better understand your specific interests and social style.\nJoin us in the cozy cafe where Appsterdam was born, at an earlier than usual time, to enjoy their legendary terrace and its ongoing attempts to comply with an ever-shifting landscape of rules \u2014 something many App Makers will understand!\nYes, even after ten long years and a pandemic, this is still the place for you to meet your fellow Appsterdammers, get to know members of the community, meet a potential business partner, bring your app to share with others, exchange ideas with like-minded people... No talks are ever scheduled and everyone is always welcome to join.\nBe sure to ask the waitress\/waiter about their seasonal beers and grab a snack to share with your friends. All Appsterdammers get 10% off the entire bill, so order whatever you want to eat\/drink. Then sit back and enjoy the company of your peers.\nThe day is always Wednesday. The place is always [Caf\u00e9 Bax](http:\/\/www.cafebax.nl\/). The time, for now, is 19:00.\nPlease note: It's a very casual event so people often don't RSVP or show up exactly on time. But don't fear, you can always find Appsterdammers at this event! Not sure you're in the right place? Just ask the staff!",
"price": "0",
"location_name": "Cafe Bax",
"location_address": "Ten Katestraat 119, Amsterdam",
"icon": "\ud83c\udf7a",
"attendees": "2",
"latitude": "0",
"longitude": "0"
},
{
"id": "ppssvtyjchbfc",
"organizer": "D\u00e1niel Varga, Maike Warner",
"date": "20260523093000:20260523113000",
"name": "Coffee Coding",
"description": "BACK TO COFFEE ROOM AGAIN!\n\nWelcome to Appsterdam.\n\nWhether you are a seasoned programmer or learning to code Apps, wouldn\u2019t it be cool to run by your challenge with another programmer when you get stuck? Or you have questions, or simply want to be in the environment of other like-minded friends while you work on your project?\n\nWelcome to Appsterdam.\n\nBring your laptop and get feedback, encouragement and support, no matter what level you are at.\n\nShare and contribute. Get guidance. Feel good.\n\nAll levels are welcome, so don\u2019t be shy.\n\nIn the future we plan to have break-out sessions where we will have short talks on valuable topics and also conduct mini-hackathons where all of us get to participate and learn together.\n\nMaike and Daniel are super committed to have an inspired group.\n\nWe start at 9:30 and end at 11:30 sharp, so some a bit closer to 9:30 to make sure you get the help you desire.\n\nJust ask and maybe we can help you with:\n\n\u2022 Android Development\n\n\u2022 iOS Development\n\n\u2022 Flutter Development\n\n\u2022 C++\n\n\u2022 JavaScript\n\n\u2022 Python\n\n\u2022 Rust\n\n\u2022 UX\/UI Design (Adobe XD, Balsamiq, Keynote, Sketch, Figma)",
"price": "0",
"location_name": "The Coffee Room",
"location_address": "Kinkerstraat 110, Amsterdam",
"icon": "note.text",
"attendees": "2",
"latitude": "0",
"longitude": "0"
},
{
"id": "314592470",
"organizer": "D\u00e1niel Varga, Maike Warner",
"date": "20260523093000:20260523113000",
"name": "Coffee Coding",
"description": "BACK TO COFFEE ROOM AGAIN!\n\nWelcome to Appsterdam.\n\nWhether you are a seasoned programmer or learning to code Apps, wouldn\u2019t it be cool to run by your challenge with another programmer when you get stuck? Or you have questions, or simply want to be in the environment of other like-minded friends while you work on your project?\n\nWelcome to Appsterdam.\n\nBring your laptop and get feedback, encouragement and support, no matter what level you are at.\n\nShare and contribute. Get guidance. Feel good.\n\nAll levels are welcome, so don\u2019t be shy.\n\nIn the future we plan to have break-out sessions where we will have short talks on valuable topics and also conduct mini-hackathons where all of us get to participate and learn together.\n\nMaike and Daniel are super committed to have an inspired group.\n\nWe start at 9:30 and end at 11:30 sharp, so some a bit closer to 9:30 to make sure you get the help you desire.\n\nJust ask and maybe we can help you with:\n\n\u2022 Android Development\n\n\u2022 iOS Development\n\n\u2022 Flutter Development\n\n\u2022 C++\n\n\u2022 JavaScript\n\n\u2022 Python\n\n\u2022 Rust\n\n\u2022 UX\/UI Design (Adobe XD, Balsamiq, Keynote, Sketch, Figma)",
"price": "0",
"location_name": "The Coffee Room",
"location_address": "Kinkerstraat 110, Amsterdam",
"icon": "note.text",
"attendees": "3",
"latitude": "0",
"longitude": "0"
},
{
"id": "312986070",
"organizer": "Wesley de Groot",
"date": "20260527190000:20260527220000",
"name": "Weekly Meeten en Drinken",
"description": "Ahoy, fellow Appsterdammers!\nIf you feel like it's time to start slowly getting used to being social again, maybe you'd like to warm up with your fellow makers, nerds, and other technology enthusiasts, who might better understand your specific interests and social style.\nJoin us in the cozy cafe where Appsterdam was born, at an earlier than usual time, to enjoy their legendary terrace and its ongoing attempts to comply with an ever-shifting landscape of rules \u2014 something many App Makers will understand!\nYes, even after ten long years and a pandemic, this is still the place for you to meet your fellow Appsterdammers, get to know members of the community, meet a potential business partner, bring your app to share with others, exchange ideas with like-minded people... No talks are ever scheduled and everyone is always welcome to join.\nBe sure to ask the waitress\/waiter about their seasonal beers and grab a snack to share with your friends. All Appsterdammers get 10% off the entire bill, so order whatever you want to eat\/drink. Then sit back and enjoy the company of your peers.\nThe day is always Wednesday. The place is always [Caf\u00e9 Bax](http:\/\/www.cafebax.nl\/). The time, for now, is 19:00.\nPlease note: It's a very casual event so people often don't RSVP or show up exactly on time. But don't fear, you can always find Appsterdammers at this event! Not sure you're in the right place? Just ask the staff!",
"price": "0",
"location_name": "Cafe Bax",
"location_address": "Ten Katestraat 119, Amsterdam",
"icon": "\ud83c\udf7a",
"attendees": "2",
"latitude": "0",
"longitude": "0"
},
{
"id": "ppssvtyjchbnc",
"organizer": "D\u00e1niel Varga, Maike Warner",
"date": "20260530093000:20260530113000",
"name": "Coffee Coding",
"description": "BACK TO COFFEE ROOM AGAIN!\n\nWelcome to Appsterdam.\n\nWhether you are a seasoned programmer or learning to code Apps, wouldn\u2019t it be cool to run by your challenge with another programmer when you get stuck? Or you have questions, or simply want to be in the environment of other like-minded friends while you work on your project?\n\nWelcome to Appsterdam.\n\nBring your laptop and get feedback, encouragement and support, no matter what level you are at.\n\nShare and contribute. Get guidance. Feel good.\n\nAll levels are welcome, so don\u2019t be shy.\n\nIn the future we plan to have break-out sessions where we will have short talks on valuable topics and also conduct mini-hackathons where all of us get to participate and learn together.\n\nMaike and Daniel are super committed to have an inspired group.\n\nWe start at 9:30 and end at 11:30 sharp, so some a bit closer to 9:30 to make sure you get the help you desire.\n\nJust ask and maybe we can help you with:\n\n\u2022 Android Development\n\n\u2022 iOS Development\n\n\u2022 Flutter Development\n\n\u2022 C++\n\n\u2022 JavaScript\n\n\u2022 Python\n\n\u2022 Rust\n\n\u2022 UX\/UI Design (Adobe XD, Balsamiq, Keynote, Sketch, Figma)",
"price": "0",
"location_name": "The Coffee Room",
"location_address": "Kinkerstraat 110, Amsterdam",
"icon": "note.text",
"attendees": "2",
"latitude": "0",
"longitude": "0"
},
{
"id": "314592481",
"organizer": "D\u00e1niel Varga, Maike Warner",
"date": "20260530093000:20260530113000",
"name": "Coffee Coding",
"description": "BACK TO COFFEE ROOM AGAIN!\n\nWelcome to Appsterdam.\n\nWhether you are a seasoned programmer or learning to code Apps, wouldn\u2019t it be cool to run by your challenge with another programmer when you get stuck? Or you have questions, or simply want to be in the environment of other like-minded friends while you work on your project?\n\nWelcome to Appsterdam.\n\nBring your laptop and get feedback, encouragement and support, no matter what level you are at.\n\nShare and contribute. Get guidance. Feel good.\n\nAll levels are welcome, so don\u2019t be shy.\n\nIn the future we plan to have break-out sessions where we will have short talks on valuable topics and also conduct mini-hackathons where all of us get to participate and learn together.\n\nMaike and Daniel are super committed to have an inspired group.\n\nWe start at 9:30 and end at 11:30 sharp, so some a bit closer to 9:30 to make sure you get the help you desire.\n\nJust ask and maybe we can help you with:\n\n\u2022 Android Development\n\n\u2022 iOS Development\n\n\u2022 Flutter Development\n\n\u2022 C++\n\n\u2022 JavaScript\n\n\u2022 Python\n\n\u2022 Rust\n\n\u2022 UX\/UI Design (Adobe XD, Balsamiq, Keynote, Sketch, Figma)",
"price": "0",
"location_name": "The Coffee Room",
"location_address": "Kinkerstraat 110, Amsterdam",
"icon": "note.text",
"attendees": "5",
"latitude": "0",
"longitude": "0"
},
{
"id": "312986072",
"organizer": "Wesley de Groot",
"date": "20260603190000:20260603220000",
"name": "Weekly Meeten en Drinken",
"description": "Ahoy, fellow Appsterdammers!\nIf you feel like it's time to start slowly getting used to being social again, maybe you'd like to warm up with your fellow makers, nerds, and other technology enthusiasts, who might better understand your specific interests and social style.\nJoin us in the cozy cafe where Appsterdam was born, at an earlier than usual time, to enjoy their legendary terrace and its ongoing attempts to comply with an ever-shifting landscape of rules \u2014 something many App Makers will understand!\nYes, even after ten long years and a pandemic, this is still the place for you to meet your fellow Appsterdammers, get to know members of the community, meet a potential business partner, bring your app to share with others, exchange ideas with like-minded people... No talks are ever scheduled and everyone is always welcome to join.\nBe sure to ask the waitress\/waiter about their seasonal beers and grab a snack to share with your friends. All Appsterdammers get 10% off the entire bill, so order whatever you want to eat\/drink. Then sit back and enjoy the company of your peers.\nThe day is always Wednesday. The place is always [Caf\u00e9 Bax](http:\/\/www.cafebax.nl\/). The time, for now, is 19:00.\nPlease note: It's a very casual event so people often don't RSVP or show up exactly on time. But don't fear, you can always find Appsterdammers at this event! Not sure you're in the right place? Just ask the staff!",
"price": "0",
"location_name": "Cafe Bax",
"location_address": "Ten Katestraat 119, Amsterdam",
"icon": "\ud83c\udf7a",
"attendees": "2",
"latitude": "0",
"longitude": "0"
},
{
"id": "ppssvtyjcjbjb",
"organizer": "D\u00e1niel Varga, Maike Warner",
"date": "20260606093000:20260606113000",
"name": "Coffee Coding",
"description": "BACK TO COFFEE ROOM AGAIN!\n\nWelcome to Appsterdam.\n\nWhether you are a seasoned programmer or learning to code Apps, wouldn\u2019t it be cool to run by your challenge with another programmer when you get stuck? Or you have questions, or simply want to be in the environment of other like-minded friends while you work on your project?\n\nWelcome to Appsterdam.\n\nBring your laptop and get feedback, encouragement and support, no matter what level you are at.\n\nShare and contribute. Get guidance. Feel good.\n\nAll levels are welcome, so don\u2019t be shy.\n\nIn the future we plan to have break-out sessions where we will have short talks on valuable topics and also conduct mini-hackathons where all of us get to participate and learn together.\n\nMaike and Daniel are super committed to have an inspired group.\n\nWe start at 9:30 and end at 11:30 sharp, so some a bit closer to 9:30 to make sure you get the help you desire.\n\nJust ask and maybe we can help you with:\n\n\u2022 Android Development\n\n\u2022 iOS Development\n\n\u2022 Flutter Development\n\n\u2022 C++\n\n\u2022 JavaScript\n\n\u2022 Python\n\n\u2022 Rust\n\n\u2022 UX\/UI Design (Adobe XD, Balsamiq, Keynote, Sketch, Figma)",
"price": "0",
"location_name": "The Coffee Room",
"location_address": "Kinkerstraat 110, Amsterdam",
"icon": "note.text",
"attendees": "2",
"latitude": "0",
"longitude": "0"
},
{
"id": "312986074",
"organizer": "Wesley de Groot",
"date": "20260610190000:20260610220000",
"name": "Weekly Meeten en Drinken",
"description": "Ahoy, fellow Appsterdammers!\nIf you feel like it's time to start slowly getting used to being social again, maybe you'd like to warm up with your fellow makers, nerds, and other technology enthusiasts, who might better understand your specific interests and social style.\nJoin us in the cozy cafe where Appsterdam was born, at an earlier than usual time, to enjoy their legendary terrace and its ongoing attempts to comply with an ever-shifting landscape of rules \u2014 something many App Makers will understand!\nYes, even after ten long years and a pandemic, this is still the place for you to meet your fellow Appsterdammers, get to know members of the community, meet a potential business partner, bring your app to share with others, exchange ideas with like-minded people... No talks are ever scheduled and everyone is always welcome to join.\nBe sure to ask the waitress\/waiter about their seasonal beers and grab a snack to share with your friends. All Appsterdammers get 10% off the entire bill, so order whatever you want to eat\/drink. Then sit back and enjoy the company of your peers.\nThe day is always Wednesday. The place is always [Caf\u00e9 Bax](http:\/\/www.cafebax.nl\/). The time, for now, is 19:00.\nPlease note: It's a very casual event so people often don't RSVP or show up exactly on time. But don't fear, you can always find Appsterdammers at this event! Not sure you're in the right place? Just ask the staff!",
"price": "0",
"location_name": "Cafe Bax",
"location_address": "Ten Katestraat 119, Amsterdam",
"icon": "\ud83c\udf7a",
"attendees": "2",
"latitude": "0",
"longitude": "0"
},
{
"id": "ppssvtyjcjbrb",
"organizer": "D\u00e1niel Varga, Maike Warner",
"date": "20260613093000:20260613113000",
"name": "Coffee Coding",
"description": "BACK TO COFFEE ROOM AGAIN!\n\nWelcome to Appsterdam.\n\nWhether you are a seasoned programmer or learning to code Apps, wouldn\u2019t it be cool to run by your challenge with another programmer when you get stuck? Or you have questions, or simply want to be in the environment of other like-minded friends while you work on your project?\n\nWelcome to Appsterdam.\n\nBring your laptop and get feedback, encouragement and support, no matter what level you are at.\n\nShare and contribute. Get guidance. Feel good.\n\nAll levels are welcome, so don\u2019t be shy.\n\nIn the future we plan to have break-out sessions where we will have short talks on valuable topics and also conduct mini-hackathons where all of us get to participate and learn together.\n\nMaike and Daniel are super committed to have an inspired group.\n\nWe start at 9:30 and end at 11:30 sharp, so some a bit closer to 9:30 to make sure you get the help you desire.\n\nJust ask and maybe we can help you with:\n\n\u2022 Android Development\n\n\u2022 iOS Development\n\n\u2022 Flutter Development\n\n\u2022 C++\n\n\u2022 JavaScript\n\n\u2022 Python\n\n\u2022 Rust\n\n\u2022 UX\/UI Design (Adobe XD, Balsamiq, Keynote, Sketch, Figma)",
"price": "0",
"location_name": "The Coffee Room",
"location_address": "Kinkerstraat 110, Amsterdam",
"icon": "note.text",
"attendees": "2",
"latitude": "0",
"longitude": "0"
},
{
"id": "312986077",
"organizer": "Wesley de Groot",
"date": "20260617190000:20260617220000",
"name": "Weekly Meeten en Drinken",
"description": "Ahoy, fellow Appsterdammers!\nIf you feel like it's time to start slowly getting used to being social again, maybe you'd like to warm up with your fellow makers, nerds, and other technology enthusiasts, who might better understand your specific interests and social style.\nJoin us in the cozy cafe where Appsterdam was born, at an earlier than usual time, to enjoy their legendary terrace and its ongoing attempts to comply with an ever-shifting landscape of rules \u2014 something many App Makers will understand!\nYes, even after ten long years and a pandemic, this is still the place for you to meet your fellow Appsterdammers, get to know members of the community, meet a potential business partner, bring your app to share with others, exchange ideas with like-minded people... No talks are ever scheduled and everyone is always welcome to join.\nBe sure to ask the waitress\/waiter about their seasonal beers and grab a snack to share with your friends. All Appsterdammers get 10% off the entire bill, so order whatever you want to eat\/drink. Then sit back and enjoy the company of your peers.\nThe day is always Wednesday. The place is always [Caf\u00e9 Bax](http:\/\/www.cafebax.nl\/). The time, for now, is 19:00.\nPlease note: It's a very casual event so people often don't RSVP or show up exactly on time. But don't fear, you can always find Appsterdammers at this event! Not sure you're in the right place? Just ask the staff!",
"price": "0",
"location_name": "Cafe Bax",
"location_address": "Ten Katestraat 119, Amsterdam",
"icon": "\ud83c\udf7a",
"attendees": "2",
"latitude": "0",
"longitude": "0"
},
{
"id": "ppssvtyjcjbbc",
"organizer": "D\u00e1niel Varga, Maike Warner",
"date": "20260620093000:20260620113000",
"name": "Coffee Coding",
"description": "BACK TO COFFEE ROOM AGAIN!\n\nWelcome to Appsterdam.\n\nWhether you are a seasoned programmer or learning to code Apps, wouldn\u2019t it be cool to run by your challenge with another programmer when you get stuck? Or you have questions, or simply want to be in the environment of other like-minded friends while you work on your project?\n\nWelcome to Appsterdam.\n\nBring your laptop and get feedback, encouragement and support, no matter what level you are at.\n\nShare and contribute. Get guidance. Feel good.\n\nAll levels are welcome, so don\u2019t be shy.\n\nIn the future we plan to have break-out sessions where we will have short talks on valuable topics and also conduct mini-hackathons where all of us get to participate and learn together.\n\nMaike and Daniel are super committed to have an inspired group.\n\nWe start at 9:30 and end at 11:30 sharp, so some a bit closer to 9:30 to make sure you get the help you desire.\n\nJust ask and maybe we can help you with:\n\n\u2022 Android Development\n\n\u2022 iOS Development\n\n\u2022 Flutter Development\n\n\u2022 C++\n\n\u2022 JavaScript\n\n\u2022 Python\n\n\u2022 Rust\n\n\u2022 UX\/UI Design (Adobe XD, Balsamiq, Keynote, Sketch, Figma)",
"price": "0",
"location_name": "The Coffee Room",
"location_address": "Kinkerstraat 110, Amsterdam",
"icon": "note.text",
"attendees": "2",
"latitude": "0",
"longitude": "0"
},
{
"id": "312986078",
"organizer": "Wesley de Groot",
"date": "20260624190000:20260624220000",
"name": "Weekly Meeten en Drinken",
"description": "Ahoy, fellow Appsterdammers!\nIf you feel like it's time to start slowly getting used to being social again, maybe you'd like to warm up with your fellow makers, nerds, and other technology enthusiasts, who might better understand your specific interests and social style.\nJoin us in the cozy cafe where Appsterdam was born, at an earlier than usual time, to enjoy their legendary terrace and its ongoing attempts to comply with an ever-shifting landscape of rules \u2014 something many App Makers will understand!\nYes, even after ten long years and a pandemic, this is still the place for you to meet your fellow Appsterdammers, get to know members of the community, meet a potential business partner, bring your app to share with others, exchange ideas with like-minded people... No talks are ever scheduled and everyone is always welcome to join.\nBe sure to ask the waitress\/waiter about their seasonal beers and grab a snack to share with your friends. All Appsterdammers get 10% off the entire bill, so order whatever you want to eat\/drink. Then sit back and enjoy the company of your peers.\nThe day is always Wednesday. The place is always [Caf\u00e9 Bax](http:\/\/www.cafebax.nl\/). The time, for now, is 19:00.\nPlease note: It's a very casual event so people often don't RSVP or show up exactly on time. But don't fear, you can always find Appsterdammers at this event! Not sure you're in the right place? Just ask the staff!",
"price": "0",
"location_name": "Cafe Bax",
"location_address": "Ten Katestraat 119, Amsterdam",
"icon": "\ud83c\udf7a",
"attendees": "2",
"latitude": "0",
"longitude": "0"
},
{
"id": "ppssvtyjcjbkc",
"organizer": "D\u00e1niel Varga, Maike Warner",
"date": "20260627093000:20260627113000",
"name": "Coffee Coding",
"description": "BACK TO COFFEE ROOM AGAIN!\n\nWelcome to Appsterdam.\n\nWhether you are a seasoned programmer or learning to code Apps, wouldn\u2019t it be cool to run by your challenge with another programmer when you get stuck? Or you have questions, or simply want to be in the environment of other like-minded friends while you work on your project?\n\nWelcome to Appsterdam.\n\nBring your laptop and get feedback, encouragement and support, no matter what level you are at.\n\nShare and contribute. Get guidance. Feel good.\n\nAll levels are welcome, so don\u2019t be shy.\n\nIn the future we plan to have break-out sessions where we will have short talks on valuable topics and also conduct mini-hackathons where all of us get to participate and learn together.\n\nMaike and Daniel are super committed to have an inspired group.\n\nWe start at 9:30 and end at 11:30 sharp, so some a bit closer to 9:30 to make sure you get the help you desire.\n\nJust ask and maybe we can help you with:\n\n\u2022 Android Development\n\n\u2022 iOS Development\n\n\u2022 Flutter Development\n\n\u2022 C++\n\n\u2022 JavaScript\n\n\u2022 Python\n\n\u2022 Rust\n\n\u2022 UX\/UI Design (Adobe XD, Balsamiq, Keynote, Sketch, Figma)",
"price": "0",
"location_name": "The Coffee Room",
"location_address": "Kinkerstraat 110, Amsterdam",
"icon": "note.text",
"attendees": "2",
"latitude": "0",
"longitude": "0"
},
{
"id": "312986079",
"organizer": "Wesley de Groot",
"date": "20260701190000:20260701220000",
"name": "Weekly Meeten en Drinken",
"description": "Ahoy, fellow Appsterdammers!\nIf you feel like it's time to start slowly getting used to being social again, maybe you'd like to warm up with your fellow makers, nerds, and other technology enthusiasts, who might better understand your specific interests and social style.\nJoin us in the cozy cafe where Appsterdam was born, at an earlier than usual time, to enjoy their legendary terrace and its ongoing attempts to comply with an ever-shifting landscape of rules \u2014 something many App Makers will understand!\nYes, even after ten long years and a pandemic, this is still the place for you to meet your fellow Appsterdammers, get to know members of the community, meet a potential business partner, bring your app to share with others, exchange ideas with like-minded people... No talks are ever scheduled and everyone is always welcome to join.\nBe sure to ask the waitress\/waiter about their seasonal beers and grab a snack to share with your friends. All Appsterdammers get 10% off the entire bill, so order whatever you want to eat\/drink. Then sit back and enjoy the company of your peers.\nThe day is always Wednesday. The place is always [Caf\u00e9 Bax](http:\/\/www.cafebax.nl\/). The time, for now, is 19:00.\nPlease note: It's a very casual event so people often don't RSVP or show up exactly on time. But don't fear, you can always find Appsterdammers at this event! Not sure you're in the right place? Just ask the staff!",
"price": "0",
"location_name": "Cafe Bax",
"location_address": "Ten Katestraat 119, Amsterdam",
"icon": "\ud83c\udf7a",
"attendees": "2",
"latitude": "0",
"longitude": "0"
},
{
"id": "ppssvtyjckbgb",
"organizer": "D\u00e1niel Varga, Maike Warner",
"date": "20260704093000:20260704113000",
"name": "Coffee Coding",
"description": "BACK TO COFFEE ROOM AGAIN!\n\nWelcome to Appsterdam.\n\nWhether you are a seasoned programmer or learning to code Apps, wouldn\u2019t it be cool to run by your challenge with another programmer when you get stuck? Or you have questions, or simply want to be in the environment of other like-minded friends while you work on your project?\n\nWelcome to Appsterdam.\n\nBring your laptop and get feedback, encouragement and support, no matter what level you are at.\n\nShare and contribute. Get guidance. Feel good.\n\nAll levels are welcome, so don\u2019t be shy.\n\nIn the future we plan to have break-out sessions where we will have short talks on valuable topics and also conduct mini-hackathons where all of us get to participate and learn together.\n\nMaike and Daniel are super committed to have an inspired group.\n\nWe start at 9:30 and end at 11:30 sharp, so some a bit closer to 9:30 to make sure you get the help you desire.\n\nJust ask and maybe we can help you with:\n\n\u2022 Android Development\n\n\u2022 iOS Development\n\n\u2022 Flutter Development\n\n\u2022 C++\n\n\u2022 JavaScript\n\n\u2022 Python\n\n\u2022 Rust\n\n\u2022 UX\/UI Design (Adobe XD, Balsamiq, Keynote, Sketch, Figma)",
"price": "0",
"location_name": "The Coffee Room",
"location_address": "Kinkerstraat 110, Amsterdam",
"icon": "note.text",
"attendees": "2",
"latitude": "0",
"longitude": "0"
},
{
"id": "312986082",
"organizer": "Wesley de Groot",
"date": "20260708190000:20260708220000",
"name": "Weekly Meeten en Drinken",
"description": "Ahoy, fellow Appsterdammers!\nIf you feel like it's time to start slowly getting used to being social again, maybe you'd like to warm up with your fellow makers, nerds, and other technology enthusiasts, who might better understand your specific interests and social style.\nJoin us in the cozy cafe where Appsterdam was born, at an earlier than usual time, to enjoy their legendary terrace and its ongoing attempts to comply with an ever-shifting landscape of rules \u2014 something many App Makers will understand!\nYes, even after ten long years and a pandemic, this is still the place for you to meet your fellow Appsterdammers, get to know members of the community, meet a potential business partner, bring your app to share with others, exchange ideas with like-minded people... No talks are ever scheduled and everyone is always welcome to join.\nBe sure to ask the waitress\/waiter about their seasonal beers and grab a snack to share with your friends. All Appsterdammers get 10% off the entire bill, so order whatever you want to eat\/drink. Then sit back and enjoy the company of your peers.\nThe day is always Wednesday. The place is always [Caf\u00e9 Bax](http:\/\/www.cafebax.nl\/). The time, for now, is 19:00.\nPlease note: It's a very casual event so people often don't RSVP or show up exactly on time. But don't fear, you can always find Appsterdammers at this event! Not sure you're in the right place? Just ask the staff!",
"price": "0",
"location_name": "Cafe Bax",
"location_address": "Ten Katestraat 119, Amsterdam",
"icon": "\ud83c\udf7a",
"attendees": "2",
"latitude": "0",
"longitude": "0"
},
{
"id": "ppssvtyjckbpb",
"organizer": "D\u00e1niel Varga, Maike Warner",
"date": "20260711093000:20260711113000",
"name": "Coffee Coding",
"description": "BACK TO COFFEE ROOM AGAIN!\n\nWelcome to Appsterdam.\n\nWhether you are a seasoned programmer or learning to code Apps, wouldn\u2019t it be cool to run by your challenge with another programmer when you get stuck? Or you have questions, or simply want to be in the environment of other like-minded friends while you work on your project?\n\nWelcome to Appsterdam.\n\nBring your laptop and get feedback, encouragement and support, no matter what level you are at.\n\nShare and contribute. Get guidance. Feel good.\n\nAll levels are welcome, so don\u2019t be shy.\n\nIn the future we plan to have break-out sessions where we will have short talks on valuable topics and also conduct mini-hackathons where all of us get to participate and learn together.\n\nMaike and Daniel are super committed to have an inspired group.\n\nWe start at 9:30 and end at 11:30 sharp, so some a bit closer to 9:30 to make sure you get the help you desire.\n\nJust ask and maybe we can help you with:\n\n\u2022 Android Development\n\n\u2022 iOS Development\n\n\u2022 Flutter Development\n\n\u2022 C++\n\n\u2022 JavaScript\n\n\u2022 Python\n\n\u2022 Rust\n\n\u2022 UX\/UI Design (Adobe XD, Balsamiq, Keynote, Sketch, Figma)",
"price": "0",
"location_name": "The Coffee Room",
"location_address": "Kinkerstraat 110, Amsterdam",
"icon": "note.text",
"attendees": "2",
"latitude": "0",
"longitude": "0"
},
{
"id": "312986084",
"organizer": "Wesley de Groot",
"date": "20260715190000:20260715220000",
"name": "Weekly Meeten en Drinken",
"description": "Ahoy, fellow Appsterdammers!\nIf you feel like it's time to start slowly getting used to being social again, maybe you'd like to warm up with your fellow makers, nerds, and other technology enthusiasts, who might better understand your specific interests and social style.\nJoin us in the cozy cafe where Appsterdam was born, at an earlier than usual time, to enjoy their legendary terrace and its ongoing attempts to comply with an ever-shifting landscape of rules \u2014 something many App Makers will understand!\nYes, even after ten long years and a pandemic, this is still the place for you to meet your fellow Appsterdammers, get to know members of the community, meet a potential business partner, bring your app to share with others, exchange ideas with like-minded people... No talks are ever scheduled and everyone is always welcome to join.\nBe sure to ask the waitress\/waiter about their seasonal beers and grab a snack to share with your friends. All Appsterdammers get 10% off the entire bill, so order whatever you want to eat\/drink. Then sit back and enjoy the company of your peers.\nThe day is always Wednesday. The place is always [Caf\u00e9 Bax](http:\/\/www.cafebax.nl\/). The time, for now, is 19:00.\nPlease note: It's a very casual event so people often don't RSVP or show up exactly on time. But don't fear, you can always find Appsterdammers at this event! Not sure you're in the right place? Just ask the staff!",
"price": "0",
"location_name": "Cafe Bax",
"location_address": "Ten Katestraat 119, Amsterdam",
"icon": "\ud83c\udf7a",
"attendees": "2",
"latitude": "0",
"longitude": "0"
},
{
"id": "ppssvtyjckbxb",
"organizer": "D\u00e1niel Varga, Maike Warner",
"date": "20260718093000:20260718113000",
"name": "Coffee Coding",
"description": "BACK TO COFFEE ROOM AGAIN!\n\nWelcome to Appsterdam.\n\nWhether you are a seasoned programmer or learning to code Apps, wouldn\u2019t it be cool to run by your challenge with another programmer when you get stuck? Or you have questions, or simply want to be in the environment of other like-minded friends while you work on your project?\n\nWelcome to Appsterdam.\n\nBring your laptop and get feedback, encouragement and support, no matter what level you are at.\n\nShare and contribute. Get guidance. Feel good.\n\nAll levels are welcome, so don\u2019t be shy.\n\nIn the future we plan to have break-out sessions where we will have short talks on valuable topics and also conduct mini-hackathons where all of us get to participate and learn together.\n\nMaike and Daniel are super committed to have an inspired group.\n\nWe start at 9:30 and end at 11:30 sharp, so some a bit closer to 9:30 to make sure you get the help you desire.\n\nJust ask and maybe we can help you with:\n\n\u2022 Android Development\n\n\u2022 iOS Development\n\n\u2022 Flutter Development\n\n\u2022 C++\n\n\u2022 JavaScript\n\n\u2022 Python\n\n\u2022 Rust\n\n\u2022 UX\/UI Design (Adobe XD, Balsamiq, Keynote, Sketch, Figma)",
"price": "0",
"location_name": "The Coffee Room",
"location_address": "Kinkerstraat 110, Amsterdam",
"icon": "note.text",
"attendees": "2",
"latitude": "0",
"longitude": "0"
},
{
"id": "312986086",
"organizer": "Wesley de Groot",
"date": "20260722190000:20260722220000",
"name": "Weekly Meeten en Drinken",
"description": "Ahoy, fellow Appsterdammers!\nIf you feel like it's time to start slowly getting used to being social again, maybe you'd like to warm up with your fellow makers, nerds, and other technology enthusiasts, who might better understand your specific interests and social style.\nJoin us in the cozy cafe where Appsterdam was born, at an earlier than usual time, to enjoy their legendary terrace and its ongoing attempts to comply with an ever-shifting landscape of rules \u2014 something many App Makers will understand!\nYes, even after ten long years and a pandemic, this is still the place for you to meet your fellow Appsterdammers, get to know members of the community, meet a potential business partner, bring your app to share with others, exchange ideas with like-minded people... No talks are ever scheduled and everyone is always welcome to join.\nBe sure to ask the waitress\/waiter about their seasonal beers and grab a snack to share with your friends. All Appsterdammers get 10% off the entire bill, so order whatever you want to eat\/drink. Then sit back and enjoy the company of your peers.\nThe day is always Wednesday. The place is always [Caf\u00e9 Bax](http:\/\/www.cafebax.nl\/). The time, for now, is 19:00.\nPlease note: It's a very casual event so people often don't RSVP or show up exactly on time. But don't fear, you can always find Appsterdammers at this event! Not sure you're in the right place? Just ask the staff!",
"price": "0",
"location_name": "Cafe Bax",
"location_address": "Ten Katestraat 119, Amsterdam",
"icon": "\ud83c\udf7a",
"attendees": "2",
"latitude": "0",
"longitude": "0"
},
{
"id": "ppssvtyjckbhc",
"organizer": "D\u00e1niel Varga, Maike Warner",
"date": "20260725093000:20260725113000",
"name": "Coffee Coding",
"description": "BACK TO COFFEE ROOM AGAIN!\n\nWelcome to Appsterdam.\n\nWhether you are a seasoned programmer or learning to code Apps, wouldn\u2019t it be cool to run by your challenge with another programmer when you get stuck? Or you have questions, or simply want to be in the environment of other like-minded friends while you work on your project?\n\nWelcome to Appsterdam.\n\nBring your laptop and get feedback, encouragement and support, no matter what level you are at.\n\nShare and contribute. Get guidance. Feel good.\n\nAll levels are welcome, so don\u2019t be shy.\n\nIn the future we plan to have break-out sessions where we will have short talks on valuable topics and also conduct mini-hackathons where all of us get to participate and learn together.\n\nMaike and Daniel are super committed to have an inspired group.\n\nWe start at 9:30 and end at 11:30 sharp, so some a bit closer to 9:30 to make sure you get the help you desire.\n\nJust ask and maybe we can help you with:\n\n\u2022 Android Development\n\n\u2022 iOS Development\n\n\u2022 Flutter Development\n\n\u2022 C++\n\n\u2022 JavaScript\n\n\u2022 Python\n\n\u2022 Rust\n\n\u2022 UX\/UI Design (Adobe XD, Balsamiq, Keynote, Sketch, Figma)",
"price": "0",
"location_name": "The Coffee Room",
"location_address": "Kinkerstraat 110, Amsterdam",
"icon": "note.text",
"attendees": "2",
"latitude": "0",
"longitude": "0"
},
{
"id": "312986087",
"organizer": "Wesley de Groot",
"date": "20260729190000:20260729220000",
"name": "Weekly Meeten en Drinken",
"description": "Ahoy, fellow Appsterdammers!\nIf you feel like it's time to start slowly getting used to being social again, maybe you'd like to warm up with your fellow makers, nerds, and other technology enthusiasts, who might better understand your specific interests and social style.\nJoin us in the cozy cafe where Appsterdam was born, at an earlier than usual time, to enjoy their legendary terrace and its ongoing attempts to comply with an ever-shifting landscape of rules \u2014 something many App Makers will understand!\nYes, even after ten long years and a pandemic, this is still the place for you to meet your fellow Appsterdammers, get to know members of the community, meet a potential business partner, bring your app to share with others, exchange ideas with like-minded people... No talks are ever scheduled and everyone is always welcome to join.\nBe sure to ask the waitress\/waiter about their seasonal beers and grab a snack to share with your friends. All Appsterdammers get 10% off the entire bill, so order whatever you want to eat\/drink. Then sit back and enjoy the company of your peers.\nThe day is always Wednesday. The place is always [Caf\u00e9 Bax](http:\/\/www.cafebax.nl\/). The time, for now, is 19:00.\nPlease note: It's a very casual event so people often don't RSVP or show up exactly on time. But don't fear, you can always find Appsterdammers at this event! Not sure you're in the right place? Just ask the staff!",
"price": "0",
"location_name": "Cafe Bax",
"location_address": "Ten Katestraat 119, Amsterdam",
"icon": "\ud83c\udf7a",
"attendees": "2",
"latitude": "0",
"longitude": "0"
},
{
"id": "ppssvtyjclbcb",
"organizer": "D\u00e1niel Varga, Maike Warner",
"date": "20260801093000:20260801113000",
"name": "Coffee Coding",
"description": "BACK TO COFFEE ROOM AGAIN!\n\nWelcome to Appsterdam.\n\nWhether you are a seasoned programmer or learning to code Apps, wouldn\u2019t it be cool to run by your challenge with another programmer when you get stuck? Or you have questions, or simply want to be in the environment of other like-minded friends while you work on your project?\n\nWelcome to Appsterdam.\n\nBring your laptop and get feedback, encouragement and support, no matter what level you are at.\n\nShare and contribute. Get guidance. Feel good.\n\nAll levels are welcome, so don\u2019t be shy.\n\nIn the future we plan to have break-out sessions where we will have short talks on valuable topics and also conduct mini-hackathons where all of us get to participate and learn together.\n\nMaike and Daniel are super committed to have an inspired group.\n\nWe start at 9:30 and end at 11:30 sharp, so some a bit closer to 9:30 to make sure you get the help you desire.\n\nJust ask and maybe we can help you with:\n\n\u2022 Android Development\n\n\u2022 iOS Development\n\n\u2022 Flutter Development\n\n\u2022 C++\n\n\u2022 JavaScript\n\n\u2022 Python\n\n\u2022 Rust\n\n\u2022 UX\/UI Design (Adobe XD, Balsamiq, Keynote, Sketch, Figma)",
"price": "0",
"location_name": "The Coffee Room",
"location_address": "Kinkerstraat 110, Amsterdam",
"icon": "note.text",
"attendees": "2",
"latitude": "0",
"longitude": "0"
},
{
"id": "312986090",
"organizer": "Wesley de Groot",
"date": "20260805190000:20260805220000",
"name": "Weekly Meeten en Drinken",
"description": "Ahoy, fellow Appsterdammers!\nIf you feel like it's time to start slowly getting used to being social again, maybe you'd like to warm up with your fellow makers, nerds, and other technology enthusiasts, who might better understand your specific interests and social style.\nJoin us in the cozy cafe where Appsterdam was born, at an earlier than usual time, to enjoy their legendary terrace and its ongoing attempts to comply with an ever-shifting landscape of rules \u2014 something many App Makers will understand!\nYes, even after ten long years and a pandemic, this is still the place for you to meet your fellow Appsterdammers, get to know members of the community, meet a potential business partner, bring your app to share with others, exchange ideas with like-minded people... No talks are ever scheduled and everyone is always welcome to join.\nBe sure to ask the waitress\/waiter about their seasonal beers and grab a snack to share with your friends. All Appsterdammers get 10% off the entire bill, so order whatever you want to eat\/drink. Then sit back and enjoy the company of your peers.\nThe day is always Wednesday. The place is always [Caf\u00e9 Bax](http:\/\/www.cafebax.nl\/). The time, for now, is 19:00.\nPlease note: It's a very casual event so people often don't RSVP or show up exactly on time. But don't fear, you can always find Appsterdammers at this event! Not sure you're in the right place? Just ask the staff!",
"price": "0",
"location_name": "Cafe Bax",
"location_address": "Ten Katestraat 119, Amsterdam",
"icon": "\ud83c\udf7a",
"attendees": "2",
"latitude": "0",
"longitude": "0"
},
{
"id": "ppssvtyjclblb",
"organizer": "D\u00e1niel Varga, Maike Warner",
"date": "20260808093000:20260808113000",
"name": "Coffee Coding",
"description": "BACK TO COFFEE ROOM AGAIN!\n\nWelcome to Appsterdam.\n\nWhether you are a seasoned programmer or learning to code Apps, wouldn\u2019t it be cool to run by your challenge with another programmer when you get stuck? Or you have questions, or simply want to be in the environment of other like-minded friends while you work on your project?\n\nWelcome to Appsterdam.\n\nBring your laptop and get feedback, encouragement and support, no matter what level you are at.\n\nShare and contribute. Get guidance. Feel good.\n\nAll levels are welcome, so don\u2019t be shy.\n\nIn the future we plan to have break-out sessions where we will have short talks on valuable topics and also conduct mini-hackathons where all of us get to participate and learn together.\n\nMaike and Daniel are super committed to have an inspired group.\n\nWe start at 9:30 and end at 11:30 sharp, so some a bit closer to 9:30 to make sure you get the help you desire.\n\nJust ask and maybe we can help you with:\n\n\u2022 Android Development\n\n\u2022 iOS Development\n\n\u2022 Flutter Development\n\n\u2022 C++\n\n\u2022 JavaScript\n\n\u2022 Python\n\n\u2022 Rust\n\n\u2022 UX\/UI Design (Adobe XD, Balsamiq, Keynote, Sketch, Figma)",
"price": "0",
"location_name": "The Coffee Room",
"location_address": "Kinkerstraat 110, Amsterdam",
"icon": "note.text",
"attendees": "2",
"latitude": "0",
"longitude": "0"
},
{
"id": "312986091",
"organizer": "Wesley de Groot",
"date": "20260812190000:20260812220000",
"name": "Weekly Meeten en Drinken",
"description": "Ahoy, fellow Appsterdammers!\nIf you feel like it's time to start slowly getting used to being social again, maybe you'd like to warm up with your fellow makers, nerds, and other technology enthusiasts, who might better understand your specific interests and social style.\nJoin us in the cozy cafe where Appsterdam was born, at an earlier than usual time, to enjoy their legendary terrace and its ongoing attempts to comply with an ever-shifting landscape of rules \u2014 something many App Makers will understand!\nYes, even after ten long years and a pandemic, this is still the place for you to meet your fellow Appsterdammers, get to know members of the community, meet a potential business partner, bring your app to share with others, exchange ideas with like-minded people... No talks are ever scheduled and everyone is always welcome to join.\nBe sure to ask the waitress\/waiter about their seasonal beers and grab a snack to share with your friends. All Appsterdammers get 10% off the entire bill, so order whatever you want to eat\/drink. Then sit back and enjoy the company of your peers.\nThe day is always Wednesday. The place is always [Caf\u00e9 Bax](http:\/\/www.cafebax.nl\/). The time, for now, is 19:00.\nPlease note: It's a very casual event so people often don't RSVP or show up exactly on time. But don't fear, you can always find Appsterdammers at this event! Not sure you're in the right place? Just ask the staff!",
"price": "0",
"location_name": "Cafe Bax",
"location_address": "Ten Katestraat 119, Amsterdam",
"icon": "\ud83c\udf7a",
"attendees": "2",
"latitude": "0",
"longitude": "0"
},
{
"id": "ppssvtyjclbtb",
"organizer": "D\u00e1niel Varga, Maike Warner",
"date": "20260815093000:20260815113000",
"name": "Coffee Coding",
"description": "BACK TO COFFEE ROOM AGAIN!\n\nWelcome to Appsterdam.\n\nWhether you are a seasoned programmer or learning to code Apps, wouldn\u2019t it be cool to run by your challenge with another programmer when you get stuck? Or you have questions, or simply want to be in the environment of other like-minded friends while you work on your project?\n\nWelcome to Appsterdam.\n\nBring your laptop and get feedback, encouragement and support, no matter what level you are at.\n\nShare and contribute. Get guidance. Feel good.\n\nAll levels are welcome, so don\u2019t be shy.\n\nIn the future we plan to have break-out sessions where we will have short talks on valuable topics and also conduct mini-hackathons where all of us get to participate and learn together.\n\nMaike and Daniel are super committed to have an inspired group.\n\nWe start at 9:30 and end at 11:30 sharp, so some a bit closer to 9:30 to make sure you get the help you desire.\n\nJust ask and maybe we can help you with:\n\n\u2022 Android Development\n\n\u2022 iOS Development\n\n\u2022 Flutter Development\n\n\u2022 C++\n\n\u2022 JavaScript\n\n\u2022 Python\n\n\u2022 Rust\n\n\u2022 UX\/UI Design (Adobe XD, Balsamiq, Keynote, Sketch, Figma)",
"price": "0",
"location_name": "The Coffee Room",
"location_address": "Kinkerstraat 110, Amsterdam",
"icon": "note.text",
"attendees": "2",
"latitude": "0",
"longitude": "0"
}
]
},
{
"name": "2026",
"events": [
{
"id": "314260720",
"organizer": "Jake, Wesley de Groot",
"date": "20260502130000:20260502160000",
"name": "Weekend Fun: The Apple Museum",
"description": "What would be a better way to spend your Saturday than getting together with Appsterdammers, their friends and families to visit [The Apple Museum](https:\/\/applemuseum.nl)!\n\nPricing: \u20ac21.50\n\n**Schedule:**\n\u2022 We'll gather in front of the location at 12:45 (we\u2019ll enter at 13:00)\n\n**Contact information:**\nIf you want to meet us later, get lost or for any other reason need to get in touch with one of the organizers.\n\u2022 Wesley, [Twitter](http:\/\/twitter.com\/0xWDG\/), [Bluesky](https:\/\/bsky.app\/profile\/0xwdg.bsky.social), [Mastodon](https:\/\/mastodon.social\/@0xWDG)\n\u2022 Jake, [Twitter](http:\/\/twitter.com\/jake_ruston\/)\n\u2022 [WhatsApp Group](https:\/\/appsterdam.rs\/whatsapp)\n\u2022 [Discord group](https:\/\/appsterdam.rs\/discord)\n\n**Address:**\n[Proostwetering 5d, 3543 AB Utrecht](https:\/\/www.google.com\/maps\/place\/The+Apple+Museum\/@52.1083795,5.050273,17z\/data=!3m1!4b1!4m6!3m5!1s0x47c66f917b3a5a57:0x30b88cb99fd02ca3!8m2!3d52.1083795!4d5.0528479!16s%2Fg%2F11ltklv94m?entry=ttu&g_ep=EgoyMDI2MDQwOC4wIKXMDSoASAFQAw%3D%3D)\n\nWe hope to see you there!\n\nMore about Weekend Fun:\nOur Weekend Fun events are family friendly, usually non-tech gatherings. We get together to have a fun day. Wether you are coming by yourself, or you're bringing your kids, parents, neighbors, colleagues, partner, friends, everyone is welcome to join! Examples of Weekend Fun events: Game Days, picnics, NEMO, walking tours through other cities, boat trips, several museums and much more.",
"price": "0",
"location_name": "The Wall",
"location_address": "Hertogswetering 183, Utrecht",
"icon": "hands.sparkles",
"attendees": "5",
"latitude": "0",
"longitude": "0"
},
{
"id": "313046457",
"organizer": "D\u00e1niel Varga, Maike Warner",
"date": "20260502093000:20260502113000",
"name": "Coffee Coding",
"description": "BACK TO COFFEE ROOM AGAIN!\n\nWelcome to Appsterdam.\n\nWhether you are a seasoned programmer or learning to code Apps, wouldn\u2019t it be cool to run by your challenge with another programmer when you get stuck? Or you have questions, or simply want to be in the environment of other like-minded friends while you work on your project?\n\nWelcome to Appsterdam.\n\nBring your laptop and get feedback, encouragement and support, no matter what level you are at.\n\nShare and contribute. Get guidance. Feel good.\n\nAll levels are welcome, so don\u2019t be shy.\n\nIn the future we plan to have break-out sessions where we will have short talks on valuable topics and also conduct mini-hackathons where all of us get to participate and learn together.\n\nMaike and Daniel are super committed to have an inspired group.\n\nWe start at 9:30 and end at 11:30 sharp, so some a bit closer to 9:30 to make sure you get the help you desire.\n\nJust ask and maybe we can help you with:\n\n\u2022 Android Development\n\n\u2022 iOS Development\n\n\u2022 Flutter Development\n\n\u2022 C++\n\n\u2022 JavaScript\n\n\u2022 Python\n\n\u2022 Rust\n\n\u2022 UX\/UI Design (Adobe XD, Balsamiq, Keynote, Sketch, Figma)",
"price": "0",
"location_name": "The Coffee Room",
"location_address": "Kinkerstraat 110, Amsterdam",
"icon": "note.text",
"attendees": "6",
"latitude": "0",
"longitude": "0"
},
{
"id": "312986060",
"organizer": "Wesley de Groot",
"date": "20260429190000:20260429220000",
"name": "Weekly Meeten en Drinken",
"description": "Ahoy, fellow Appsterdammers!\nIf you feel like it's time to start slowly getting used to being social again, maybe you'd like to warm up with your fellow makers, nerds, and other technology enthusiasts, who might better understand your specific interests and social style.\nJoin us in the cozy cafe where Appsterdam was born, at an earlier than usual time, to enjoy their legendary terrace and its ongoing attempts to comply with an ever-shifting landscape of rules \u2014 something many App Makers will understand!\nYes, even after ten long years and a pandemic, this is still the place for you to meet your fellow Appsterdammers, get to know members of the community, meet a potential business partner, bring your app to share with others, exchange ideas with like-minded people... No talks are ever scheduled and everyone is always welcome to join.\nBe sure to ask the waitress\/waiter about their seasonal beers and grab a snack to share with your friends. All Appsterdammers get 10% off the entire bill, so order whatever you want to eat\/drink. Then sit back and enjoy the company of your peers.\nThe day is always Wednesday. The place is always [Caf\u00e9 Bax](http:\/\/www.cafebax.nl\/). The time, for now, is 19:00.\nPlease note: It's a very casual event so people often don't RSVP or show up exactly on time. But don't fear, you can always find Appsterdammers at this event! Not sure you're in the right place? Just ask the staff!",
"price": "0",
"location_name": "Cafe Bax",
"location_address": "Ten Katestraat 119, Amsterdam",
"icon": "\ud83c\udf7a",
"attendees": "2",
"latitude": "0",
"longitude": "0"
},
{
"id": "314091380",
"organizer": "Josefine Quack",
"date": "20260426100000:20260426180000",
"name": "uncommon ground - a space for creators, coders, and makers",
"description": "Welcome to our pop-up creators\u2019 and makers\u2019 space: an open, low-barrier environment where people of all disciplines can come together to create. Bring your own tools, whether that\u2019s a laptop, a sketchbook, a typewriter, or a crochet kit and spend time sketching, making, coding, writing, painting, sewing, or building.\n\nThe concept is simple: no workshops, no formal program, just an open space where everyone is welcome to focus on their own project or get inspired by others. It\u2019s about creating side by side, with minimal structure and maximum accessibility.\nWe can learn and inspire each other.\n\nWhether you want to work on your side project, procrastinate your side project with a new side project, or learn a new skill, or just drink coffee - you're welcome to drop by anytime during 10-18h for as long or short as you want.\n\nThe event is intended to cross-pollination between different disciplines, spark fresh ideas, and inspire participants to explore skills outside their comfort zone.\nEveryone is welcome, regardless of background or experience.",
"price": "0",
"location_name": "001 Commandantswoning | Marineterrein",
"location_address": "Kattenburgerstraat 5, Amsterdam",
"icon": "https:\/\/secure.meetupstatic.com\/photos\/event\/9\/6\/3\/4\/highres_518678452.jpeg",
"attendees": "22",
"latitude": "0",
"longitude": "0"
},
{
"id": "313046451",
"organizer": "D\u00e1niel Varga, Maike Warner",
"date": "20260425093000:20260425113000",
"name": "Coffee Coding",
"description": "BACK TO COFFEE ROOM AGAIN!\n\nWelcome to Appsterdam.\n\nWhether you are a seasoned programmer or learning to code Apps, wouldn\u2019t it be cool to run by your challenge with another programmer when you get stuck? Or you have questions, or simply want to be in the environment of other like-minded friends while you work on your project?\n\nWelcome to Appsterdam.\n\nBring your laptop and get feedback, encouragement and support, no matter what level you are at.\n\nShare and contribute. Get guidance. Feel good.\n\nAll levels are welcome, so don\u2019t be shy.\n\nIn the future we plan to have break-out sessions where we will have short talks on valuable topics and also conduct mini-hackathons where all of us get to participate and learn together.\n\nMaike and Daniel are super committed to have an inspired group.\n\nWe start at 9:30 and end at 11:30 sharp, so some a bit closer to 9:30 to make sure you get the help you desire.\n\nJust ask and maybe we can help you with:\n\n\u2022 Android Development\n\n\u2022 iOS Development\n\n\u2022 Flutter Development\n\n\u2022 C++\n\n\u2022 JavaScript\n\n\u2022 Python\n\n\u2022 Rust\n\n\u2022 UX\/UI Design (Adobe XD, Balsamiq, Keynote, Sketch, Figma)",
"price": "0",
"location_name": "The Coffee Room",
"location_address": "Kinkerstraat 110, Amsterdam",
"icon": "note.text",
"attendees": "7",
"latitude": "0",
"longitude": "0"
},
{
"id": "312986058",
"organizer": "Unknown, Jake",
"date": "20260422190000:20260422220000",
"name": "Weekly Meeten en Drinken",
"description": "",
"price": "0",
"location_name": "Cafe Bax",
"location_address": "Ten Katestraat 119, Amsterdam",
"icon": "\ud83c\udf7a",
"attendees": "2",
"latitude": "0",
"longitude": "0"
},
{
"id": "313046449",
"organizer": "D\u00e1niel Varga, Maike Warner",
"date": "20260418093000:20260418113000",
"name": "Coffee Coding",
"description": "BACK TO COFFEE ROOM AGAIN!\n\nWelcome to Appsterdam.\n\nWhether you are a seasoned programmer or learning to code Apps, wouldn\u2019t it be cool to run by your challenge with another programmer when you get stuck? Or you have questions, or simply want to be in the environment of other like-minded friends while you work on your project?\n\nWelcome to Appsterdam.\n\nBring your laptop and get feedback, encouragement and support, no matter what level you are at.\n\nShare and contribute. Get guidance. Feel good.\n\nAll levels are welcome, so don\u2019t be shy.\n\nIn the future we plan to have break-out sessions where we will have short talks on valuable topics and also conduct mini-hackathons where all of us get to participate and learn together.\n\nMaike and Daniel are super committed to have an inspired group.\n\nWe start at 9:30 and end at 11:30 sharp, so some a bit closer to 9:30 to make sure you get the help you desire.\n\nJust ask and maybe we can help you with:\n\n\u2022 Android Development\n\n\u2022 iOS Development\n\n\u2022 Flutter Development\n\n\u2022 C++\n\n\u2022 JavaScript\n\n\u2022 Python\n\n\u2022 Rust\n\n\u2022 UX\/UI Design (Adobe XD, Balsamiq, Keynote, Sketch, Figma)",
"price": "0",
"location_name": "The Coffee Room",
"location_address": "Kinkerstraat 110, Amsterdam",
"icon": "note.text",
"attendees": "6",
"latitude": "0",
"longitude": "0"
},
{
"id": "312986057",
"organizer": "Jake",
"date": "20260415190000:20260415220000",
"name": "Weekly Meeten en Drinken",
"description": "",
"price": "0",
"location_name": "Cafe Bax",
"location_address": "Ten Katestraat 119, Amsterdam",
"icon": "\ud83c\udf7a",
"attendees": "3",
"latitude": "0",
"longitude": "0"
},
{
"id": "313046446",
"organizer": "D\u00e1niel Varga, Maike Warner",
"date": "20260411093000:20260411113000",
"name": "Coffee Coding",
"description": "BACK TO COFFEE ROOM AGAIN!\n\nWelcome to Appsterdam.\n\nWhether you are a seasoned programmer or learning to code Apps, wouldn\u2019t it be cool to run by your challenge with another programmer when you get stuck? Or you have questions, or simply want to be in the environment of other like-minded friends while you work on your project?\n\nWelcome to Appsterdam.\n\nBring your laptop and get feedback, encouragement and support, no matter what level you are at.\n\nShare and contribute. Get guidance. Feel good.\n\nAll levels are welcome, so don\u2019t be shy.\n\nIn the future we plan to have break-out sessions where we will have short talks on valuable topics and also conduct mini-hackathons where all of us get to participate and learn together.\n\nMaike and Daniel are super committed to have an inspired group.\n\nWe start at 9:30 and end at 11:30 sharp, so some a bit closer to 9:30 to make sure you get the help you desire.\n\nJust ask and maybe we can help you with:\n\n\u2022 Android Development\n\n\u2022 iOS Development\n\n\u2022 Flutter Development\n\n\u2022 C++\n\n\u2022 JavaScript\n\n\u2022 Python\n\n\u2022 Rust\n\n\u2022 UX\/UI Design (Adobe XD, Balsamiq, Keynote, Sketch, Figma)",
"price": "0",
"location_name": "The Coffee Room",
"location_address": "Kinkerstraat 110, Amsterdam",
"icon": "note.text",
"attendees": "4",
"latitude": "0",
"longitude": "0"
},
{
"id": "312986055",
"organizer": "Wesley de Groot",
"date": "20260408190000:20260408220000",
"name": "Weekly Meeten en Drinken",
"description": "Ahoy, fellow Appsterdammers!\nIf you feel like it's time to start slowly getting used to being social again, maybe you'd like to warm up with your fellow makers, nerds, and other technology enthusiasts, who might better understand your specific interests and social style.\nJoin us in the cozy cafe where Appsterdam was born, at an earlier than usual time, to enjoy their legendary terrace and its ongoing attempts to comply with an ever-shifting landscape of rules \u2014 something many App Makers will understand!\nYes, even after ten long years and a pandemic, this is still the place for you to meet your fellow Appsterdammers, get to know members of the community, meet a potential business partner, bring your app to share with others, exchange ideas with like-minded people... No talks are ever scheduled and everyone is always welcome to join.\nBe sure to ask the waitress\/waiter about their seasonal beers and grab a snack to share with your friends. All Appsterdammers get 10% off the entire bill, so order whatever you want to eat\/drink. Then sit back and enjoy the company of your peers.\nThe day is always Wednesday. The place is always [Caf\u00e9 Bax](http:\/\/www.cafebax.nl\/). The time, for now, is 19:00.\nPlease note: It's a very casual event so people often don't RSVP or show up exactly on time. But don't fear, you can always find Appsterdammers at this event! Not sure you're in the right place? Just ask the staff!",
"price": "0",
"location_name": "Cafe Bax",
"location_address": "Ten Katestraat 119, Amsterdam",
"icon": "\ud83c\udf7a",
"attendees": "3",
"latitude": "0",
"longitude": "0"
},
{
"id": "313960400",
"organizer": "Wesley de Groot, Jake",
"date": "20260404113000:20260404143000",
"name": "Weekend Fun: Super Mario Experience",
"description": "What would be a better way to spend your Saturday than getting together with Appsterdammers, their friends and families to visit the [Super Mario Experience](https:\/\/www.nintendo.com\/nl-nl\/Nieuws\/2026\/Maart\/LET-S-A-GO-Nintendo-viert-40-jaar-Super-Mario-Bros-met-Super-Mario-Experience-in-Utrecht-3037053.html)!\n\nPricing: Free\n\n**Schedule:**\n\u2022 We'll gather in front of the location at 12:45 (we\u2019ll enter at 13:00)\n\n**Contact information:**\nIf you want to meet us later, get lost or for any other reason need to get in touch with one of the organizers.\n\u2022 Wesley, [Twitter](http:\/\/twitter.com\/0xWDG\/), [Bluesky](https:\/\/bsky.app\/profile\/0xwdg.bsky.social), [Mastodon](https:\/\/mastodon.social\/@0xWDG)\n\u2022 Jake, [Twitter](http:\/\/twitter.com\/jake_ruston\/)\n\u2022 [WhatsApp Group](https:\/\/appsterdam.rs\/whatsapp)\n\u2022 [Discord group](https:\/\/appsterdam.rs\/discord)\n\n**Address:**\n[Godebaldkwartier 54, 3511 DX Utrecht](https:\/\/www.google.com\/maps\/place\/\/data=!4m2!3m1!1s0x47c66f5d220406ad:0xd8d238a33c06a6bb?sa=X&ved=1t:8290&ictx=111)\n\nWe hope to see you there!\n\nMore about Weekend Fun:\nOur Weekend Fun events are family friendly, usually non-tech gatherings. We get together to have a fun day. Wether you are coming by yourself, or you're bringing your kids, parents, neighbors, colleagues, partner, friends, everyone is welcome to join! Examples of Weekend Fun events: Game Days, picnics, NEMO, walking tours through other cities, boat trips, several museums and much more.",
"price": "0",
"location_name": "Hoog Catharijne",
"location_address": "Godebaldkwartier 54, Utrecht",
"icon": "hands.sparkles",
"attendees": "9",
"latitude": "0",
"longitude": "0"
},
{
"id": "313046442",
"organizer": "D\u00e1niel Varga, Maike Warner",
"date": "20260404093000:20260404113000",
"name": "Coffee Coding",
"description": "BACK TO COFFEE ROOM AGAIN!\n\nWelcome to Appsterdam.\n\nWhether you are a seasoned programmer or learning to code Apps, wouldn\u2019t it be cool to run by your challenge with another programmer when you get stuck? Or you have questions, or simply want to be in the environment of other like-minded friends while you work on your project?\n\nWelcome to Appsterdam.\n\nBring your laptop and get feedback, encouragement and support, no matter what level you are at.\n\nShare and contribute. Get guidance. Feel good.\n\nAll levels are welcome, so don\u2019t be shy.\n\nIn the future we plan to have break-out sessions where we will have short talks on valuable topics and also conduct mini-hackathons where all of us get to participate and learn together.\n\nMaike and Daniel are super committed to have an inspired group.\n\nWe start at 9:30 and end at 11:30 sharp, so some a bit closer to 9:30 to make sure you get the help you desire.\n\nJust ask and maybe we can help you with:\n\n\u2022 Android Development\n\n\u2022 iOS Development\n\n\u2022 Flutter Development\n\n\u2022 C++\n\n\u2022 JavaScript\n\n\u2022 Python\n\n\u2022 Rust\n\n\u2022 UX\/UI Design (Adobe XD, Balsamiq, Keynote, Sketch, Figma)",
"price": "0",
"location_name": "The Coffee Room",
"location_address": "Kinkerstraat 110, Amsterdam",
"icon": "note.text",
"attendees": "4",
"latitude": "0",
"longitude": "0"
},
{
"id": "312985724",
"organizer": "Wesley de Groot",
"date": "20260401190000:20260401220000",
"name": "Weekly Meeten en Drinken",
"description": "Ahoy, fellow Appsterdammers!\nIf you feel like it's time to start slowly getting used to being social again, maybe you'd like to warm up with your fellow makers, nerds, and other technology enthusiasts, who might better understand your specific interests and social style.\nJoin us in the cozy cafe where Appsterdam was born, at an earlier than usual time, to enjoy their legendary terrace and its ongoing attempts to comply with an ever-shifting landscape of rules \u2014 something many App Makers will understand!\nYes, even after ten long years and a pandemic, this is still the place for you to meet your fellow Appsterdammers, get to know members of the community, meet a potential business partner, bring your app to share with others, exchange ideas with like-minded people... No talks are ever scheduled and everyone is always welcome to join.\nBe sure to ask the waitress\/waiter about their seasonal beers and grab a snack to share with your friends. All Appsterdammers get 10% off the entire bill, so order whatever you want to eat\/drink. Then sit back and enjoy the company of your peers.\nThe day is always Wednesday. The place is always [Caf\u00e9 Bax](http:\/\/www.cafebax.nl\/). The time, for now, is 19:00.\nPlease note: It's a very casual event so people often don't RSVP or show up exactly on time. But don't fear, you can always find Appsterdammers at this event! Not sure you're in the right place? Just ask the staff!",
"price": "0",
"location_name": "Cafe Bax",
"location_address": "Ten Katestraat 119, Amsterdam",
"icon": "\ud83c\udf7a",
"attendees": "4",
"latitude": "0",
"longitude": "0"
},
{
"id": "313046327",
"organizer": "D\u00e1niel Varga, Maike Warner",
"date": "20260328093000:20260328113000",
"name": "Coffee Coding",
"description": "BACK TO COFFEE ROOM AGAIN!\n\nWelcome to Appsterdam.\n\nWhether you are a seasoned programmer or learning to code Apps, wouldn\u2019t it be cool to run by your challenge with another programmer when you get stuck? Or you have questions, or simply want to be in the environment of other like-minded friends while you work on your project?\n\nWelcome to Appsterdam.\n\nBring your laptop and get feedback, encouragement and support, no matter what level you are at.\n\nShare and contribute. Get guidance. Feel good.\n\nAll levels are welcome, so don\u2019t be shy.\n\nIn the future we plan to have break-out sessions where we will have short talks on valuable topics and also conduct mini-hackathons where all of us get to participate and learn together.\n\nMaike and Daniel are super committed to have an inspired group.\n\nWe start at 9:30 and end at 11:30 sharp, so some a bit closer to 9:30 to make sure you get the help you desire.\n\nJust ask and maybe we can help you with:\n\n\u2022 Android Development\n\n\u2022 iOS Development\n\n\u2022 Flutter Development\n\n\u2022 C++\n\n\u2022 JavaScript\n\n\u2022 Python\n\n\u2022 Rust\n\n\u2022 UX\/UI Design (Adobe XD, Balsamiq, Keynote, Sketch, Figma)",
"price": "0",
"location_name": "The Coffee Room",
"location_address": "Kinkerstraat 110, Amsterdam",
"icon": "note.text",
"attendees": "6",
"latitude": "0",
"longitude": "0"
},
{
"id": "312985723",
"organizer": "Wesley de Groot",
"date": "20260325190000:20260325220000",
"name": "Weekly Meeten en Drinken",
"description": "Ahoy, fellow Appsterdammers!\nIf you feel like it's time to start slowly getting used to being social again, maybe you'd like to warm up with your fellow makers, nerds, and other technology enthusiasts, who might better understand your specific interests and social style.\nJoin us in the cozy cafe where Appsterdam was born, at an earlier than usual time, to enjoy their legendary terrace and its ongoing attempts to comply with an ever-shifting landscape of rules \u2014 something many App Makers will understand!\nYes, even after ten long years and a pandemic, this is still the place for you to meet your fellow Appsterdammers, get to know members of the community, meet a potential business partner, bring your app to share with others, exchange ideas with like-minded people... No talks are ever scheduled and everyone is always welcome to join.\nBe sure to ask the waitress\/waiter about their seasonal beers and grab a snack to share with your friends. All Appsterdammers get 10% off the entire bill, so order whatever you want to eat\/drink. Then sit back and enjoy the company of your peers.\nThe day is always Wednesday. The place is always [Caf\u00e9 Bax](http:\/\/www.cafebax.nl\/). The time, for now, is 19:00.\nPlease note: It's a very casual event so people often don't RSVP or show up exactly on time. But don't fear, you can always find Appsterdammers at this event! Not sure you're in the right place? Just ask the staff!",
"price": "0",
"location_name": "Cafe Bax",
"location_address": "Ten Katestraat 119, Amsterdam",
"icon": "\ud83c\udf7a",
"attendees": "3",
"latitude": "0",
"longitude": "0"
},
{
"id": "313746948",
"organizer": "Josefine Quack",
"date": "20260322100000:20260322180000",
"name": "uncommon ground - a space for creators, coders, and makers",
"description": "Welcome to our pop-up creators\u2019 and makers\u2019 space: an open, low-barrier environment where people of all disciplines can come together to create. Bring your own tools, whether that\u2019s a laptop, a sketchbook, a typewriter, or a crochet kit and spend time sketching, making, coding, writing, painting, sewing, or building.\n\nThe concept is simple: no workshops, no formal program, just an open space where everyone is welcome to focus on their own project or get inspired by others. It\u2019s about creating side by side, with minimal structure and maximum accessibility.\nWe can learn and inspire each other.\n\nWhether you want to work on your side project, procrastinate your side project with a new side project, or learn a new skill, or just drink coffee - you're welcome to drop by anytime during 10-18h for as long or short as you want.\n\nThe event is intended to cross-pollination between different disciplines, spark fresh ideas, and inspire participants to explore skills outside their comfort zone.\nEveryone is welcome, regardless of background or experience.",
"price": "0",
"location_name": "001 Commandantswoning | Marineterrein",
"location_address": "Kattenburgerstraat 5, Amsterdam",
"icon": "https:\/\/secure.meetupstatic.com\/photos\/event\/9\/6\/3\/4\/highres_518678452.jpeg",
"attendees": "46",
"latitude": "0",
"longitude": "0"
},
{
"id": "313046326",
"organizer": "D\u00e1niel Varga, Maike Warner",
"date": "20260321093000:20260321113000",
"name": "Coffee Coding",
"description": "BACK TO COFFEE ROOM AGAIN!\n\nWelcome to Appsterdam.\n\nWhether you are a seasoned programmer or learning to code Apps, wouldn\u2019t it be cool to run by your challenge with another programmer when you get stuck? Or you have questions, or simply want to be in the environment of other like-minded friends while you work on your project?\n\nWelcome to Appsterdam.\n\nBring your laptop and get feedback, encouragement and support, no matter what level you are at.\n\nShare and contribute. Get guidance. Feel good.\n\nAll levels are welcome, so don\u2019t be shy.\n\nIn the future we plan to have break-out sessions where we will have short talks on valuable topics and also conduct mini-hackathons where all of us get to participate and learn together.\n\nMaike and Daniel are super committed to have an inspired group.\n\nWe start at 9:30 and end at 11:30 sharp, so some a bit closer to 9:30 to make sure you get the help you desire.\n\nJust ask and maybe we can help you with:\n\n\u2022 Android Development\n\n\u2022 iOS Development\n\n\u2022 Flutter Development\n\n\u2022 C++\n\n\u2022 JavaScript\n\n\u2022 Python\n\n\u2022 Rust\n\n\u2022 UX\/UI Design (Adobe XD, Balsamiq, Keynote, Sketch, Figma)",
"price": "0",
"location_name": "The Coffee Room",
"location_address": "Kinkerstraat 110, Amsterdam",
"icon": "note.text",
"attendees": "2",
"latitude": "0",
"longitude": "0"
},
{
"id": "312985722",
"organizer": "Wesley de Groot",
"date": "20260318190000:20260318220000",
"name": "Weekly Meeten en Drinken",
"description": "Ahoy, fellow Appsterdammers!\nIf you feel like it's time to start slowly getting used to being social again, maybe you'd like to warm up with your fellow makers, nerds, and other technology enthusiasts, who might better understand your specific interests and social style.\nJoin us in the cozy cafe where Appsterdam was born, at an earlier than usual time, to enjoy their legendary terrace and its ongoing attempts to comply with an ever-shifting landscape of rules \u2014 something many App Makers will understand!\nYes, even after ten long years and a pandemic, this is still the place for you to meet your fellow Appsterdammers, get to know members of the community, meet a potential business partner, bring your app to share with others, exchange ideas with like-minded people... No talks are ever scheduled and everyone is always welcome to join.\nBe sure to ask the waitress\/waiter about their seasonal beers and grab a snack to share with your friends. All Appsterdammers get 10% off the entire bill, so order whatever you want to eat\/drink. Then sit back and enjoy the company of your peers.\nThe day is always Wednesday. The place is always [Caf\u00e9 Bax](http:\/\/www.cafebax.nl\/). The time, for now, is 19:00.\nPlease note: It's a very casual event so people often don't RSVP or show up exactly on time. But don't fear, you can always find Appsterdammers at this event! Not sure you're in the right place? Just ask the staff!",
"price": "0",
"location_name": "Cafe Bax",
"location_address": "Ten Katestraat 119, Amsterdam",
"icon": "\ud83c\udf7a",
"attendees": "2",
"latitude": "0",
"longitude": "0"
},
{
"id": "313046325",
"organizer": "D\u00e1niel Varga, Maike Warner",
"date": "20260314093000:20260314113000",
"name": "Coffee Coding",
"description": "BACK TO COFFEE ROOM AGAIN!\n\nWelcome to Appsterdam.\n\nWhether you are a seasoned programmer or learning to code Apps, wouldn\u2019t it be cool to run by your challenge with another programmer when you get stuck? Or you have questions, or simply want to be in the environment of other like-minded friends while you work on your project?\n\nWelcome to Appsterdam.\n\nBring your laptop and get feedback, encouragement and support, no matter what level you are at.\n\nShare and contribute. Get guidance. Feel good.\n\nAll levels are welcome, so don\u2019t be shy.\n\nIn the future we plan to have break-out sessions where we will have short talks on valuable topics and also conduct mini-hackathons where all of us get to participate and learn together.\n\nMaike and Daniel are super committed to have an inspired group.\n\nWe start at 9:30 and end at 11:30 sharp, so some a bit closer to 9:30 to make sure you get the help you desire.\n\nJust ask and maybe we can help you with:\n\n\u2022 Android Development\n\n\u2022 iOS Development\n\n\u2022 Flutter Development\n\n\u2022 C++\n\n\u2022 JavaScript\n\n\u2022 Python\n\n\u2022 Rust\n\n\u2022 UX\/UI Design (Adobe XD, Balsamiq, Keynote, Sketch, Figma)",
"price": "0",
"location_name": "The Coffee Room",
"location_address": "Kinkerstraat 110, Amsterdam",
"icon": "note.text",
"attendees": "3",
"latitude": "0",
"longitude": "0"
},
{
"id": "313204830",
"organizer": "Eugene Koontz, Wesley de Groot, D\u00e1niel Varga, Maike Warner",
"date": "20260313083000:20260313180000",
"name": "Appsterdam @ AppDevCon",
"description": "Join Appsterdam at AppDevCon 2025. Just like previous editions, we will be on-site and have our community corner.\n\nPlease note [a separate ticket is necessary which can be purchased here](https:\/\/egeniq.paydro.com\/appdevcon-2025). Let us know if you're intending to join by RSVP-ing right here on meetup.\nWe have received a nice discount code 5% for this year's edition (**adcappsterdam26**).\n\n[More info on AppDevCon on their website](https:\/\/appdevcon.nl\/).\n\nIf you want to keep in contact with other Appsterdammers during this event, you van join our [WhatsApp Group](https:\/\/chat.whatsapp.com\/BUAxFmdaKvP41k5ovdOGC0)",
"price": "0",
"location_name": "Path\u00e9 Amsterdam Noord",
"location_address": "Buikslotermeerplein 2003, Amsterdam",
"icon": "https:\/\/secure.meetupstatic.com\/photos\/event\/9\/6\/3\/4\/highres_518678452.jpeg",
"attendees": "6",
"latitude": "0",
"longitude": "0"
},
{
"id": "312985720",
"organizer": "Wesley de Groot",
"date": "20260311190000:20260311220000",
"name": "Weekly Meeten en Drinken",
"description": "Ahoy, fellow Appsterdammers!\nIf you feel like it's time to start slowly getting used to being social again, maybe you'd like to warm up with your fellow makers, nerds, and other technology enthusiasts, who might better understand your specific interests and social style.\nJoin us in the cozy cafe where Appsterdam was born, at an earlier than usual time, to enjoy their legendary terrace and its ongoing attempts to comply with an ever-shifting landscape of rules \u2014 something many App Makers will understand!\nYes, even after ten long years and a pandemic, this is still the place for you to meet your fellow Appsterdammers, get to know members of the community, meet a potential business partner, bring your app to share with others, exchange ideas with like-minded people... No talks are ever scheduled and everyone is always welcome to join.\nBe sure to ask the waitress\/waiter about their seasonal beers and grab a snack to share with your friends. All Appsterdammers get 10% off the entire bill, so order whatever you want to eat\/drink. Then sit back and enjoy the company of your peers.\nThe day is always Wednesday. The place is always [Caf\u00e9 Bax](http:\/\/www.cafebax.nl\/). The time, for now, is 19:00.\nPlease note: It's a very casual event so people often don't RSVP or show up exactly on time. But don't fear, you can always find Appsterdammers at this event! Not sure you're in the right place? Just ask the staff!",
"price": "0",
"location_name": "Cafe Bax",
"location_address": "Ten Katestraat 119, Amsterdam",
"icon": "\ud83c\udf7a",
"attendees": "3",
"latitude": "0",
"longitude": "0"
},
{
"id": "313002206",
"organizer": "Eugene Koontz, Wesley de Groot, Jake",
"date": "20260307130000:20260307160000",
"name": "Weekend Fun: Modelspoordagen",
"description": "What would be a better way to spend your Saturday than getting together with Appsterdammers, their friends and families to visit [The Modelspoordagen](https:\/\/modelspoordagen.nl\/)\n\nPricing: \u20ac 15.00\n\n**Schedule:**\n\u2022 We'll gather in front of the location at 12:45 (we\u2019ll enter at 13:00)\n\n**Contact information:**\nIf you want to meet us later, get lost or for any other reason need to get in touch with one of the organizers.\n\u2022 Wesley, [Twitter](http:\/\/twitter.com\/0xWDG\/), [Bluesky](https:\/\/bsky.app\/profile\/0xwdg.bsky.social), [Mastodon](https:\/\/mastodon.social\/@0xWDG)\n\u2022 Jake, [Twitter](http:\/\/twitter.com\/jake_ruston\/)\n\u2022 [WhatsApp Group](https:\/\/appsterdam.rs\/whatsapp)\n\u2022 [Discord group](https:\/\/appsterdam.rs\/discord)\n\n**Getting there:**\nDe Broodfabriek (locatie)\nVolmerlaan 12\n2288 GD Rijswijk\n\nWe hope to see you there!\n\nMore about Weekend Fun:\nOur Weekend Fun events are family friendly, usually non-tech gatherings. We get together to have a fun day. Wether you are coming by yourself, or you're bringing your kids, parents, neighbors, colleagues, partner, friends, everyone is welcome to join! Examples of Weekend Fun events: Game Days, picnics, NEMO, walking tours through other cities, boat trips, several museums and much more.",
"price": "0",
"location_name": "De Broodfabriek Volmerlaan 12 Rijwijk",
"location_address": "Volmerlaan 12, Rijswijk",
"icon": "hands.sparkles",
"attendees": "5",
"latitude": "0",
"longitude": "0"
},
{
"id": "313046324",
"organizer": "D\u00e1niel Varga, Maike Warner",
"date": "20260307093000:20260307113000",
"name": "Coffee Coding",
"description": "BACK TO COFFEE ROOM AGAIN!\n\nWelcome to Appsterdam.\n\nWhether you are a seasoned programmer or learning to code Apps, wouldn\u2019t it be cool to run by your challenge with another programmer when you get stuck? Or you have questions, or simply want to be in the environment of other like-minded friends while you work on your project?\n\nWelcome to Appsterdam.\n\nBring your laptop and get feedback, encouragement and support, no matter what level you are at.\n\nShare and contribute. Get guidance. Feel good.\n\nAll levels are welcome, so don\u2019t be shy.\n\nIn the future we plan to have break-out sessions where we will have short talks on valuable topics and also conduct mini-hackathons where all of us get to participate and learn together.\n\nMaike and Daniel are super committed to have an inspired group.\n\nWe start at 9:30 and end at 11:30 sharp, so some a bit closer to 9:30 to make sure you get the help you desire.\n\nJust ask and maybe we can help you with:\n\n\u2022 Android Development\n\n\u2022 iOS Development\n\n\u2022 Flutter Development\n\n\u2022 C++\n\n\u2022 JavaScript\n\n\u2022 Python\n\n\u2022 Rust\n\n\u2022 UX\/UI Design (Adobe XD, Balsamiq, Keynote, Sketch, Figma)",
"price": "0",
"location_name": "The Coffee Room",
"location_address": "Kinkerstraat 110, Amsterdam",
"icon": "note.text",
"attendees": "6",
"latitude": "0",
"longitude": "0"
},
{
"id": "312985718",
"organizer": "Wesley de Groot",
"date": "20260304190000:20260304220000",
"name": "Weekly Meeten en Drinken",
"description": "Ahoy, fellow Appsterdammers!\nIf you feel like it's time to start slowly getting used to being social again, maybe you'd like to warm up with your fellow makers, nerds, and other technology enthusiasts, who might better understand your specific interests and social style.\nJoin us in the cozy cafe where Appsterdam was born, at an earlier than usual time, to enjoy their legendary terrace and its ongoing attempts to comply with an ever-shifting landscape of rules \u2014 something many App Makers will understand!\nYes, even after ten long years and a pandemic, this is still the place for you to meet your fellow Appsterdammers, get to know members of the community, meet a potential business partner, bring your app to share with others, exchange ideas with like-minded people... No talks are ever scheduled and everyone is always welcome to join.\nBe sure to ask the waitress\/waiter about their seasonal beers and grab a snack to share with your friends. All Appsterdammers get 10% off the entire bill, so order whatever you want to eat\/drink. Then sit back and enjoy the company of your peers.\nThe day is always Wednesday. The place is always [Caf\u00e9 Bax](http:\/\/www.cafebax.nl\/). The time, for now, is 19:00.\nPlease note: It's a very casual event so people often don't RSVP or show up exactly on time. But don't fear, you can always find Appsterdammers at this event! Not sure you're in the right place? Just ask the staff!",
"price": "0",
"location_name": "Cafe Bax",
"location_address": "Ten Katestraat 119, Amsterdam",
"icon": "\ud83c\udf7a",
"attendees": "3",
"latitude": "0",
"longitude": "0"
},
{
"id": "312953644",
"organizer": "D\u00e1niel Varga, Maike Warner",
"date": "20260228093000:20260228113000",
"name": "Coffee Coding",
"description": "BACK TO COFFEE ROOM AGAIN!\n\nWelcome to Appsterdam.\n\nWhether you are a seasoned programmer or learning to code Apps, wouldn\u2019t it be cool to run by your challenge with another programmer when you get stuck? Or you have questions, or simply want to be in the environment of other like-minded friends while you work on your project?\n\nWelcome to Appsterdam.\n\nBring your laptop and get feedback, encouragement and support, no matter what level you are at.\n\nShare and contribute. Get guidance. Feel good.\n\nAll levels are welcome, so don\u2019t be shy.\n\nIn the future we plan to have break-out sessions where we will have short talks on valuable topics and also conduct mini-hackathons where all of us get to participate and learn together.\n\nMaike and Daniel are super committed to have an inspired group.\n\nWe start at 9:30 and end at 11:30 sharp, so some a bit closer to 9:30 to make sure you get the help you desire.\n\nJust ask and maybe we can help you with:\n\n\u2022 Android Development\n\n\u2022 iOS Development\n\n\u2022 Flutter Development\n\n\u2022 C++\n\n\u2022 JavaScript\n\n\u2022 Python\n\n\u2022 Rust\n\n\u2022 UX\/UI Design (Adobe XD, Balsamiq, Keynote, Sketch, Figma)",
"price": "0",
"location_name": "The Coffee Room",
"location_address": "Kinkerstraat 110, Amsterdam",
"icon": "note.text",
"attendees": "5",
"latitude": "0",
"longitude": "0"
},
{
"id": "312953642",
"organizer": "Wesley de Groot",
"date": "20260225190000:20260225220000",
"name": "Weekly Meeten en Drinken",
"description": "Ahoy, fellow Appsterdammers!\nIf you feel like it's time to start slowly getting used to being social again, maybe you'd like to warm up with your fellow makers, nerds, and other technology enthusiasts, who might better understand your specific interests and social style.\nJoin us in the cozy cafe where Appsterdam was born, at an earlier than usual time, to enjoy their legendary terrace and its ongoing attempts to comply with an ever-shifting landscape of rules \u2014 something many App Makers will understand!\nYes, even after ten long years and a pandemic, this is still the place for you to meet your fellow Appsterdammers, get to know members of the community, meet a potential business partner, bring your app to share with others, exchange ideas with like-minded people... No talks are ever scheduled and everyone is always welcome to join.\nBe sure to ask the waitress\/waiter about their seasonal beers and grab a snack to share with your friends. All Appsterdammers get 10% off the entire bill, so order whatever you want to eat\/drink. Then sit back and enjoy the company of your peers.\nThe day is always Wednesday. The place is always [Caf\u00e9 Bax](http:\/\/www.cafebax.nl\/). The time, for now, is 19:00.\nPlease note: It's a very casual event so people often don't RSVP or show up exactly on time. But don't fear, you can always find Appsterdammers at this event! Not sure you're in the right place? Just ask the staff!",
"price": "0",
"location_name": "Cafe Bax",
"location_address": "Ten Katestraat 119, Amsterdam",
"icon": "\ud83c\udf7a",
"attendees": "3",
"latitude": "0",
"longitude": "0"
},
{
"id": "313011963",
"organizer": "Josefine Quack",
"date": "20260222100000:20260222180000",
"name": "uncommon ground - a space for creators, coders, and makers",
"description": "Welcome to our pop-up creators\u2019 and makers\u2019 space: an open, low-barrier environment where people of all disciplines can come together to create. Bring your own tools, whether that\u2019s a laptop, a sketchbook, a typewriter, or a crochet kit and spend time sketching, making, coding, writing, painting, sewing, or building.\n\nThe concept is simple: no workshops, no formal program, just an open space where everyone is welcome to focus on their own project or get inspired by others. It\u2019s about creating side by side, with minimal structure and maximum accessibility.\nWe can learn and inspire each other.\n\nWhether you want to work on your side project, procrastinate your side project with a new side project, or learn a new skill, or just drink coffee - you're welcome to drop by anytime during 10-18h for as long or short as you want.\n\nThe event is intended to cross-pollination between different disciplines, spark fresh ideas, and inspire participants to explore skills outside their comfort zone.\nEveryone is welcome, regardless of background or experience.",
"price": "0",
"location_name": "001 Commandantswoning | Marineterrein",
"location_address": "Kattenburgerstraat 5, Amsterdam",
"icon": "https:\/\/secure.meetupstatic.com\/photos\/event\/9\/6\/3\/4\/highres_518678452.jpeg",
"attendees": "53",
"latitude": "0",
"longitude": "0"
},
{
"id": "312953606",
"organizer": "D\u00e1niel Varga, Maike Warner",
"date": "20260221093000:20260221113000",
"name": "Coffee Coding",
"description": "BACK TO COFFEE ROOM AGAIN!\n\nWelcome to Appsterdam.\n\nWhether you are a seasoned programmer or learning to code Apps, wouldn\u2019t it be cool to run by your challenge with another programmer when you get stuck? Or you have questions, or simply want to be in the environment of other like-minded friends while you work on your project?\n\nWelcome to Appsterdam.\n\nBring your laptop and get feedback, encouragement and support, no matter what level you are at.\n\nShare and contribute. Get guidance. Feel good.\n\nAll levels are welcome, so don\u2019t be shy.\n\nIn the future we plan to have break-out sessions where we will have short talks on valuable topics and also conduct mini-hackathons where all of us get to participate and learn together.\n\nMaike and Daniel are super committed to have an inspired group.\n\nWe start at 9:30 and end at 11:30 sharp, so some a bit closer to 9:30 to make sure you get the help you desire.\n\nJust ask and maybe we can help you with:\n\n\u2022 Android Development\n\n\u2022 iOS Development\n\n\u2022 Flutter Development\n\n\u2022 C++\n\n\u2022 JavaScript\n\n\u2022 Python\n\n\u2022 Rust\n\n\u2022 UX\/UI Design (Adobe XD, Balsamiq, Keynote, Sketch, Figma)",
"price": "0",
"location_name": "The Coffee Room",
"location_address": "Kinkerstraat 110, Amsterdam",
"icon": "note.text",
"attendees": "6",
"latitude": "0",
"longitude": "0"
},
{
"id": "312953638",
"organizer": "Wesley de Groot",
"date": "20260218190000:20260218220000",
"name": "Weekly Meeten en Drinken",
"description": "Ahoy, fellow Appsterdammers!\nIf you feel like it's time to start slowly getting used to being social again, maybe you'd like to warm up with your fellow makers, nerds, and other technology enthusiasts, who might better understand your specific interests and social style.\nJoin us in the cozy cafe where Appsterdam was born, at an earlier than usual time, to enjoy their legendary terrace and its ongoing attempts to comply with an ever-shifting landscape of rules \u2014 something many App Makers will understand!\nYes, even after ten long years and a pandemic, this is still the place for you to meet your fellow Appsterdammers, get to know members of the community, meet a potential business partner, bring your app to share with others, exchange ideas with like-minded people... No talks are ever scheduled and everyone is always welcome to join.\nBe sure to ask the waitress\/waiter about their seasonal beers and grab a snack to share with your friends. All Appsterdammers get 10% off the entire bill, so order whatever you want to eat\/drink. Then sit back and enjoy the company of your peers.\nThe day is always Wednesday. The place is always [Caf\u00e9 Bax](http:\/\/www.cafebax.nl\/). The time, for now, is 19:00.\nPlease note: It's a very casual event so people often don't RSVP or show up exactly on time. But don't fear, you can always find Appsterdammers at this event! Not sure you're in the right place? Just ask the staff!",
"price": "0",
"location_name": "Cafe Bax",
"location_address": "Ten Katestraat 119, Amsterdam",
"icon": "\ud83c\udf7a",
"attendees": "2",
"latitude": "0",
"longitude": "0"
},
{
"id": "312926632",
"organizer": "D\u00e1niel Varga, Maike Warner",
"date": "20260214093000:20260214113000",
"name": "Coffee Coding",
"description": "BACK TO COFFEE ROOM AGAIN!\n\nWelcome to Appsterdam.\n\nWhether you are a seasoned programmer or learning to code Apps, wouldn\u2019t it be cool to run by your challenge with another programmer when you get stuck? Or you have questions, or simply want to be in the environment of other like-minded friends while you work on your project?\n\nWelcome to Appsterdam.\n\nBring your laptop and get feedback, encouragement and support, no matter what level you are at.\n\nShare and contribute. Get guidance. Feel good.\n\nAll levels are welcome, so don\u2019t be shy.\n\nIn the future we plan to have break-out sessions where we will have short talks on valuable topics and also conduct mini-hackathons where all of us get to participate and learn together.\n\nMaike and Daniel are super committed to have an inspired group.\n\nWe start at 9:30 and end at 11:30 sharp, so some a bit closer to 9:30 to make sure you get the help you desire.\n\nJust ask and maybe we can help you with:\n\n\u2022 Android Development\n\n\u2022 iOS Development\n\n\u2022 Flutter Development\n\n\u2022 C++\n\n\u2022 JavaScript\n\n\u2022 Python\n\n\u2022 Rust\n\n\u2022 UX\/UI Design (Adobe XD, Balsamiq, Keynote, Sketch, Figma)",
"price": "0",
"location_name": "The Coffee Room",
"location_address": "Kinkerstraat 110, Amsterdam",
"icon": "note.text",
"attendees": "5",
"latitude": "0",
"longitude": "0"
},
{
"id": "fcqfqtyjcdbsb",
"organizer": "D\u00e1niel Varga, Maike Warner",
"date": "20260214093000:20260214113000",
"name": "Coffee Coding",
"description": "BACK TO COFFEE ROOM AGAIN!\n\nWelcome to Appsterdam.\n\nWhether you are a seasoned programmer or learning to code Apps, wouldn\u2019t it be cool to run by your challenge with another programmer when you get stuck? Or you have questions, or simply want to be in the environment of other like-minded friends while you work on your project?\n\nWelcome to Appsterdam.\n\nBring your laptop and get feedback, encouragement and support, no matter what level you are at.\n\nShare and contribute. Get guidance. Feel good.\n\nAll levels are welcome, so don\u2019t be shy.\n\nIn the future we plan to have break-out sessions where we will have short talks on valuable topics and also conduct mini-hackathons where all of us get to participate and learn together.\n\nMaike and Daniel are super committed to have an inspired group.\n\nWe start at 9:30 and end at 11:30 sharp, so some a bit closer to 9:30 to make sure you get the help you desire.\n\nJust ask and maybe we can help you with:\n\n\u2022 Android Development\n\n\u2022 iOS Development\n\n\u2022 Flutter Development\n\n\u2022 C++\n\n\u2022 JavaScript\n\n\u2022 Python\n\n\u2022 Rust\n\n\u2022 UX\/UI Design (Adobe XD, Balsamiq, Keynote, Sketch, Figma)",
"price": "0",
"location_name": "The Coffee Room",
"location_address": "Kinkerstraat 110, Amsterdam",
"icon": "note.text",
"attendees": "2",
"latitude": "0",
"longitude": "0"
},
{
"id": "312953633",
"organizer": "Wesley de Groot",
"date": "20260211190000:20260211220000",
"name": "Weekly Meeten en Drinken",
"description": "Ahoy, fellow Appsterdammers!\nIf you feel like it's time to start slowly getting used to being social again, maybe you'd like to warm up with your fellow makers, nerds, and other technology enthusiasts, who might better understand your specific interests and social style.\nJoin us in the cozy cafe where Appsterdam was born, at an earlier than usual time, to enjoy their legendary terrace and its ongoing attempts to comply with an ever-shifting landscape of rules \u2014 something many App Makers will understand!\nYes, even after ten long years and a pandemic, this is still the place for you to meet your fellow Appsterdammers, get to know members of the community, meet a potential business partner, bring your app to share with others, exchange ideas with like-minded people... No talks are ever scheduled and everyone is always welcome to join.\nBe sure to ask the waitress\/waiter about their seasonal beers and grab a snack to share with your friends. All Appsterdammers get 10% off the entire bill, so order whatever you want to eat\/drink. Then sit back and enjoy the company of your peers.\nThe day is always Wednesday. The place is always [Caf\u00e9 Bax](http:\/\/www.cafebax.nl\/). The time, for now, is 19:00.\nPlease note: It's a very casual event so people often don't RSVP or show up exactly on time. But don't fear, you can always find Appsterdammers at this event! Not sure you're in the right place? Just ask the staff!",
"price": "0",
"location_name": "Cafe Bax",
"location_address": "Ten Katestraat 119, Amsterdam",
"icon": "\ud83c\udf7a",
"attendees": "3",
"latitude": "0",
"longitude": "0"
},
{
"id": "312926631",
"organizer": "D\u00e1niel Varga, Maike Warner",
"date": "20260207093000:20260207113000",
"name": "Coffee Coding",
"description": "BACK TO COFFEE ROOM AGAIN!\n\nWelcome to Appsterdam.\n\nWhether you are a seasoned programmer or learning to code Apps, wouldn\u2019t it be cool to run by your challenge with another programmer when you get stuck? Or you have questions, or simply want to be in the environment of other like-minded friends while you work on your project?\n\nWelcome to Appsterdam.\n\nBring your laptop and get feedback, encouragement and support, no matter what level you are at.\n\nShare and contribute. Get guidance. Feel good.\n\nAll levels are welcome, so don\u2019t be shy.\n\nIn the future we plan to have break-out sessions where we will have short talks on valuable topics and also conduct mini-hackathons where all of us get to participate and learn together.\n\nMaike and Daniel are super committed to have an inspired group.\n\nWe start at 9:30 and end at 11:30 sharp, so some a bit closer to 9:30 to make sure you get the help you desire.\n\nJust ask and maybe we can help you with:\n\n\u2022 Android Development\n\n\u2022 iOS Development\n\n\u2022 Flutter Development\n\n\u2022 C++\n\n\u2022 JavaScript\n\n\u2022 Python\n\n\u2022 Rust\n\n\u2022 UX\/UI Design (Adobe XD, Balsamiq, Keynote, Sketch, Figma)",
"price": "0",
"location_name": "The Coffee Room",
"location_address": "Kinkerstraat 110, Amsterdam",
"icon": "note.text",
"attendees": "7",
"latitude": "0",
"longitude": "0"
},
{
"id": "312953552",
"organizer": "Wesley de Groot",
"date": "20260204190000:20260204220000",
"name": "Weekly Meeten en Drinken",
"description": "Ahoy, fellow Appsterdammers!\nIf you feel like it's time to start slowly getting used to being social again, maybe you'd like to warm up with your fellow makers, nerds, and other technology enthusiasts, who might better understand your specific interests and social style.\nJoin us in the cozy cafe where Appsterdam was born, at an earlier than usual time, to enjoy their legendary terrace and its ongoing attempts to comply with an ever-shifting landscape of rules \u2014 something many App Makers will understand!\nYes, even after ten long years and a pandemic, this is still the place for you to meet your fellow Appsterdammers, get to know members of the community, meet a potential business partner, bring your app to share with others, exchange ideas with like-minded people... No talks are ever scheduled and everyone is always welcome to join.\nBe sure to ask the waitress\/waiter about their seasonal beers and grab a snack to share with your friends. All Appsterdammers get 10% off the entire bill, so order whatever you want to eat\/drink. Then sit back and enjoy the company of your peers.\nThe day is always Wednesday. The place is always [Caf\u00e9 Bax](http:\/\/www.cafebax.nl\/). The time, for now, is 19:00.\nPlease note: It's a very casual event so people often don't RSVP or show up exactly on time. But don't fear, you can always find Appsterdammers at this event! Not sure you're in the right place? Just ask the staff!",
"price": "0",
"location_name": "Cafe Bax",
"location_address": "Ten Katestraat 119, Amsterdam",
"icon": "\ud83c\udf7a",
"attendees": "4",
"latitude": "0",
"longitude": "0"
},
{
"id": "312828192",
"organizer": "D\u00e1niel Varga, Maike Warner",
"date": "20260131093000:20260131113000",
"name": "Coffee Coding",
"description": "BACK TO COFFEE ROOM AGAIN!\n\nWelcome to Appsterdam.\n\nWhether you are a seasoned programmer or learning to code Apps, wouldn\u2019t it be cool to run by your challenge with another programmer when you get stuck? Or you have questions, or simply want to be in the environment of other like-minded friends while you work on your project?\n\nWelcome to Appsterdam.\n\nBring your laptop and get feedback, encouragement and support, no matter what level you are at.\n\nShare and contribute. Get guidance. Feel good.\n\nAll levels are welcome, so don\u2019t be shy.\n\nIn the future we plan to have break-out sessions where we will have short talks on valuable topics and also conduct mini-hackathons where all of us get to participate and learn together.\n\nMaike and Daniel are super committed to have an inspired group.\n\nWe start at 9:30 and end at 11:30 sharp, so some a bit closer to 9:30 to make sure you get the help you desire.\n\nJust ask and maybe we can help you with:\n\n\u2022 Android Development\n\n\u2022 iOS Development\n\n\u2022 Flutter Development\n\n\u2022 C++\n\n\u2022 JavaScript\n\n\u2022 Python\n\n\u2022 Rust\n\n\u2022 UX\/UI Design (Adobe XD, Balsamiq, Keynote, Sketch, Figma)",
"price": "0",
"location_name": "The Coffee Room",
"location_address": "Kinkerstraat 110, Amsterdam",
"icon": "note.text",
"attendees": "5",
"latitude": "0",
"longitude": "0"
},
{
"id": "312985704",
"organizer": "Wesley de Groot",
"date": "20260128190000:20260128220000",
"name": "Weekly Meeten en Drinken",
"description": "Ahoy, fellow Appsterdammers!\nIf you feel like it's time to start slowly getting used to being social again, maybe you'd like to warm up with your fellow makers, nerds, and other technology enthusiasts, who might better understand your specific interests and social style.\nJoin us in the cozy cafe where Appsterdam was born, at an earlier than usual time, to enjoy their legendary terrace and its ongoing attempts to comply with an ever-shifting landscape of rules \u2014 something many App Makers will understand!\nYes, even after ten long years and a pandemic, this is still the place for you to meet your fellow Appsterdammers, get to know members of the community, meet a potential business partner, bring your app to share with others, exchange ideas with like-minded people... No talks are ever scheduled and everyone is always welcome to join.\nBe sure to ask the waitress\/waiter about their seasonal beers and grab a snack to share with your friends. All Appsterdammers get 10% off the entire bill, so order whatever you want to eat\/drink. Then sit back and enjoy the company of your peers.\nThe day is always Wednesday. The place is always [Caf\u00e9 Bax](http:\/\/www.cafebax.nl\/). The time, for now, is 19:00.\nPlease note: It's a very casual event so people often don't RSVP or show up exactly on time. But don't fear, you can always find Appsterdammers at this event! Not sure you're in the right place? Just ask the staff!",
"price": "0",
"location_name": "Cafe Bax",
"location_address": "Ten Katestraat 119, Amsterdam",
"icon": "\ud83c\udf7a",
"attendees": "3",
"latitude": "0",
"longitude": "0"
},
{
"id": "312709372",
"organizer": "D\u00e1niel Varga, Maike Warner",
"date": "20260124093000:20260124113000",
"name": "Coffee Coding",
"description": "BACK TO COFFEE ROOM AGAIN!\n\nWelcome to Appsterdam.\n\nWhether you are a seasoned programmer or learning to code Apps, wouldn\u2019t it be cool to run by your challenge with another programmer when you get stuck? Or you have questions, or simply want to be in the environment of other like-minded friends while you work on your project?\n\nWelcome to Appsterdam.\n\nBring your laptop and get feedback, encouragement and support, no matter what level you are at.\n\nShare and contribute. Get guidance. Feel good.\n\nAll levels are welcome, so don\u2019t be shy.\n\nIn the future we plan to have break-out sessions where we will have short talks on valuable topics and also conduct mini-hackathons where all of us get to participate and learn together.\n\nMaike and Daniel are super committed to have an inspired group.\n\nWe start at 9:30 and end at 11:30 sharp, so some a bit closer to 9:30 to make sure you get the help you desire.\n\nJust ask and maybe we can help you with:\n\n\u2022 Android Development\n\n\u2022 iOS Development\n\n\u2022 Flutter Development\n\n\u2022 C++\n\n\u2022 JavaScript\n\n\u2022 Python\n\n\u2022 Rust\n\n\u2022 UX\/UI Design (Adobe XD, Balsamiq, Keynote, Sketch, Figma)",
"price": "0",
"location_name": "The Coffee Room",
"location_address": "Kinkerstraat 110, Amsterdam",
"icon": "note.text",
"attendees": "5",
"latitude": "0",
"longitude": "0"
},
{
"id": "312901912",
"organizer": "Wesley de Groot",
"date": "20260121190000:20260121220000",
"name": "Weekly Meeten en Drinken",
"description": "Ahoy, fellow Appsterdammers!\nIf you feel like it's time to start slowly getting used to being social again, maybe you'd like to warm up with your fellow makers, nerds, and other technology enthusiasts, who might better understand your specific interests and social style.\nJoin us in the cozy cafe where Appsterdam was born, at an earlier than usual time, to enjoy their legendary terrace and its ongoing attempts to comply with an ever-shifting landscape of rules \u2014 something many App Makers will understand!\nYes, even after ten long years and a pandemic, this is still the place for you to meet your fellow Appsterdammers, get to know members of the community, meet a potential business partner, bring your app to share with others, exchange ideas with like-minded people... No talks are ever scheduled and everyone is always welcome to join.\nBe sure to ask the waitress\/waiter about their seasonal beers and grab a snack to share with your friends. All Appsterdammers get 10% off the entire bill, so order whatever you want to eat\/drink. Then sit back and enjoy the company of your peers.\nThe day is always Wednesday. The place is always [Caf\u00e9 Bax](http:\/\/www.cafebax.nl\/). The time, for now, is 19:00.\nPlease note: It's a very casual event so people often don't RSVP or show up exactly on time. But don't fear, you can always find Appsterdammers at this event! Not sure you're in the right place? Just ask the staff!",
"price": "0",
"location_name": "Cafe Bax",
"location_address": "Ten Katestraat 119, Amsterdam",
"icon": "\ud83c\udf7a",
"attendees": "2",
"latitude": "0",
"longitude": "0"
},
{
"id": "312606701",
"organizer": "D\u00e1niel Varga, Maike Warner",
"date": "20260117093000:20260117113000",
"name": "Coffee Coding",
"description": "BACK TO COFFEE ROOM AGAIN!\n\nWelcome to Appsterdam.\n\nWhether you are a seasoned programmer or learning to code Apps, wouldn\u2019t it be cool to run by your challenge with another programmer when you get stuck? Or you have questions, or simply want to be in the environment of other like-minded friends while you work on your project?\n\nWelcome to Appsterdam.\n\nBring your laptop and get feedback, encouragement and support, no matter what level you are at.\n\nShare and contribute. Get guidance. Feel good.\n\nAll levels are welcome, so don\u2019t be shy.\n\nIn the future we plan to have break-out sessions where we will have short talks on valuable topics and also conduct mini-hackathons where all of us get to participate and learn together.\n\nMaike and Daniel are super committed to have an inspired group.\n\nWe start at 9:30 and end at 11:30 sharp, so some a bit closer to 9:30 to make sure you get the help you desire.\n\nJust ask and maybe we can help you with:\n\n\u2022 Android Development\n\n\u2022 iOS Development\n\n\u2022 Flutter Development\n\n\u2022 C++\n\n\u2022 JavaScript\n\n\u2022 Python\n\n\u2022 Rust\n\n\u2022 UX\/UI Design (Adobe XD, Balsamiq, Keynote, Sketch, Figma)",
"price": "0",
"location_name": "The Coffee Room",
"location_address": "Kinkerstraat 110, Amsterdam",
"icon": "note.text",
"attendees": "5",