/* CocoaHeads Atlanta */

let topic = [
    "title": "Practical Uses for Combine",
    "presenter": "David House",
    "abstract": #"""
This month we're back to the Zoom ways! Awhile back, Kevin Randrup gave us a great overview of the Apple's Combine framework.

In this talk we will discuss some general concepts and do some live coding to see how we can use Combine to solve some common challenges in our code. We will review creating service layers using Combine and we will also delve into the interesting problem space of keeping all our views in sync.

Join us for some code & companionship with Combine!
"""#
]

let gettingThere = [
    "dateTime": "2021-04-08T19:00:00-0400", // April 8, 2021, 7pm ET
    "location": "Online! We'll send the Zoom invitation to the mailing list and post a link to the CocoaHeads Discord server on Thursday."
]

let chapter = [
    "parentOrg": "CocoaHeads",
    "contactEmail": "organizer@cocoaheadsatlanta.org",
    "twitter": "@chatl"
]