For the first time, we are rolling-out a Conference Directory for CascadiaJS! The purpose of the Directory is to help attendees connect with one another. The directory will display who's coming to CascadiaJS 2019 and support filtering based on things like "lives in Vancouver, BC" or "builds apps using VueJS".
When you purchase a ticket to CascadiaJS 2019, you'll have the option of creating a Fizbuz account. Fizbuz is a professional network designed for developers, and we're partnering with Fizbuz to help attendees connect with one another.
If you choose to create an account, you're all set! Your profile will automatically be associated with CascadiaJS 2019 and you'll show up in our Conference Directory.
No problem!
If you'd rather not be listed in the Conference Directory, you have two options:
1) Mark your CascadiaJS 2019 Experience as private
2) Mark your entire Fizbuz profile as private
The CascadiaJS 2019 website is written in Node.js, hosted on Begin and the source code is available on Github. The Node.js application makes use of a Fizbuz GraphQL API to retreive information about the folks that are attendeeing CascadiaJS 2019.
Here is a sample curl
command:
curl https://fizbuz.com/graphql \
-d "query={accountsByPlaceID(placeID:\"PLxxx\"){name,nickname,image}}"
We're going to be adding more ways to find and connect with folks in the future, including filtering by technical skills (i.e. JavaScript) and location (i.e. Portland, OR). Stay tuned!