Last active
October 28, 2018 21:41
-
-
Save maks/48dacd34ead64c8b5b6a3e9471d52b7e to your computer and use it in GitHub Desktop.
Melbourne Devfest Schedule 2018
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| BEGIN:VCALENDAR | |
| VERSION:2.0 | |
| PRODID:-//Mks//Schedule 0.3//EN | |
| CALSCALE:GREGORIAN | |
| METHOD:PUBLISH | |
| X-WR-CALDESC;VALUE=TEXT:iCal | |
| X-WR-CALNAME;VALUE=TEXT:iCal | |
| X-WR-TIMEZONE;VALUE=TEXT:Australia/Melbourne | |
| BEGIN:VEVENT | |
| METHOD:PUBLISH | |
| UID:[email protected] | |
| TZID:Australia-Melbourne | |
| DTSTART:20181027T090000 | |
| DTEND:20181027T095500 | |
| SUMMARY:Keynote: Ankur Kotwal | |
| DESCRIPTION:Keynote: Ankur Kotwal | |
| CLASS:PUBLIC | |
| STATUS:CONFIRMED | |
| CATEGORIES:Android | |
| URL:https://www.gdgmelbourne.com/devfest-2018/ | |
| LOCATION:Mobile (Level 10 big room) | |
| ATTENDEE;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;CN="":invalid:nomail | |
| END:VEVENT | |
| BEGIN:VEVENT | |
| METHOD:PUBLISH | |
| UID:[email protected] | |
| TZID:Australia-Melbourne | |
| DTSTART:20181027T100000 | |
| DTEND:20181027T104000 | |
| SUMMARY: Andrew Kelly: ConstraintLayout 2.0 | |
| DESCRIPTION:I’ll be covering all the new hotness released at Google I/O 2018 around ConstraintLayout 2.0 including MotionLayout. | |
| CLASS:PUBLIC | |
| STATUS:CONFIRMED | |
| CATEGORIES:Android | |
| URL:https://www.gdgmelbourne.com/devfest-2018/ | |
| LOCATION:Mobile (Level 10 big room) | |
| ATTENDEE;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;CN="":invalid:nomail | |
| END:VEVENT | |
| BEGIN:VEVENT | |
| METHOD:PUBLISH | |
| UID:[email protected] | |
| TZID:Australia-Melbourne | |
| DTSTART:20181027T100000 | |
| DTEND:20181027T104000 | |
| SUMMARY: Erin Zimmer: Web Components. It’s about time | |
| DESCRIPTION:Web components provide a way for developers to create custom, reusable, encapsulated HTML elements. They were first proposed all the way back in 2011. Since then, they’ve kicked around without really getting much traction. Until recently. With the rise of components in frameworks, a web component standard has suddenly started looking a lot more appealing. The newest version of Angular allows you compile your Angular components to web components, and both React and Vue components are perfectly happy interoperating with web components. It turns out though, that web components are actually kind of complicated. They rely on four different standards – custom elements, Shadow DOM, HTML imports and HTML templates. And support for each of these standards varies across browsers. So, let’s have a look at what each of these standards do, how they work together, and what you need to do to get them working in each of the main browsers. We’ll also have a look at how you can use web components in your framework of choice, and why you might want to do that. | |
| CLASS:PUBLIC | |
| STATUS:CONFIRMED | |
| CATEGORIES:Android | |
| URL:https://www.gdgmelbourne.com/devfest-2018/ | |
| LOCATION:Web (Level 10 small room) | |
| ATTENDEE;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;CN="":invalid:nomail | |
| END:VEVENT | |
| BEGIN:VEVENT | |
| METHOD:PUBLISH | |
| UID:[email protected] | |
| TZID:Australia-Melbourne | |
| DTSTART:20181027T100000 | |
| DTEND:20181027T104000 | |
| SUMMARY: Ankur Kotwal: Practical Machine Learning, Elizabeth Stark: Something from nothing | |
| DESCRIPTION: | |
| CLASS:PUBLIC | |
| STATUS:CONFIRMED | |
| CATEGORIES:Android | |
| URL:https://www.gdgmelbourne.com/devfest-2018/ | |
| LOCATION:ML (Level 11) | |
| ATTENDEE;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;CN="":invalid:nomail | |
| END:VEVENT |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version='1.0' encoding='utf-8' ?> | |
| <iCalendar xmlns:pentabarf='http://pentabarf.org' xmlns:xCal='urn:ietf:params:xml:ns:xcal'> | |
| <vcalendar> | |
| <version>2.0</version> | |
| <prodid>-//Pentabarf//Schedule//EN</prodid> | |
| <x-wr-caldesc></x-wr-caldesc> | |
| <x-wr-calname></x-wr-calname> | |
| <vevent> | |
| <method>PUBLISH</method> | |
| <uid>[email protected]</uid> | |
| <pentabarf:event-id>12345</pentabarf:event-id> | |
| <pentabarf:event-slug>-Keynote</pentabarf:event-slug> | |
| <pentabarf:title>Keynote: Ankur Kotwal</pentabarf:title> | |
| <pentabarf:subtitle></pentabarf:subtitle> | |
| <pentabarf:language>en</pentabarf:language> | |
| <pentabarf:language-code>en</pentabarf:language-code> | |
| <dtstart>20181027T090000</dtstart> | |
| <dtend>20181027T095500</dtend> | |
| <duration>1.00000</duration> | |
| <summary>Keynote: Ankur Kotwal</summary> | |
| <description></description> | |
| <class>PUBLIC</class> | |
| <status>CONFIRMED</status> | |
| <category>Talk</category> | |
| <url>https://pretalx.entropia.de/gpn18/talk/QUHMNF</url> | |
| <location>ZKM_Medientheater</location> | |
| <attendee>obelix</attendee> | |
| </vevent> | |
| </vcalendar> | |
| <iCalendar> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment