Closed omarmiatello closed 1 year ago
Hi Omar
That is a really great idea of collecting them somewhere, right now I collected a similar but smaller list on the Search events page
https://gdgsearch.com/#!search-events
Did you try to search for some of the words? 😄
To improve the readability/search I suggest using something like
knownTags
in https://github.com/omarmiatello/gdg-events-ktor/blob/master/src/main/kotlin/data/Tag.ktThe idea is to use those tags (name + alias) to find some keywords inside the title/description of the event
This is an example extracted from my repo (in Kotlin):