-
Notifications
You must be signed in to change notification settings - Fork 10
/
schedule.json
105 lines (105 loc) · 4.25 KB
/
schedule.json
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
[
{
"title": "Registration and breakfast",
"description": "Come and pick up your badge and have a bite to eat.",
"startTime": "08:00",
"category": "break"
},
{
"title": "Keynote - State of PWA",
"description":
"Melissa De Sousa kicks off the conference with a look at where PWA technology is today. Over the last year, we've seen immense improvements in support across all browsers, but we're just getting started. Come and find out what's new and exciting.",
"startTime": "09:00",
"speakerId": 1,
"category": "presentation"
},
{
"title": "Performance matters",
"description":
"Poor performance and reliability are factors that have driven developers to build native apps in the past. In this talk, Trinita Rodrigues will teach you some performance patterns and tools that you can use to deliver blazingly fast user experiences. Remember: blazingly fast is better than plain fast. ",
"startTime": "10:00",
"speakerId": 2,
"category": "presentation"
},
{
"title": "Morning break",
"description": "Get caffeinated. Eat snacks.",
"startTime": "10:45",
"category": "break"
},
{
"title": "PWA and Web Components",
"description":
"Web Components are a fairly recent addition to the web platform. Whereas PWA can be seen as an application model for the web, Web Components are the component model for the web. By combining the Web Components and PWA, we're able to build impressive apps directly on the web platform without any frameworks.",
"startTime": "11:00",
"speakerId": 3,
"category": "presentation"
},
{
"title": "PWA lessons learned",
"description":
"In this presentation, Lauri will give us an insight into the impact that PWA has had on their product. Since launch, their new app has reduced load times by 24% and data use by 41%, which has lead to a 12% increase in conversions. Learn how they did it and what they learned along the way. ",
"startTime": "11:45",
"speakerId": 4,
"category": "presentation"
},
{
"title": "Lunch",
"description":
"Refuel for the afternoon. Lunch and coffee are served in the main hall.",
"startTime": "12:30",
"category": "break"
},
{
"title": "Caching strategies",
"description":
"How do you achieve the best balance between speed, up-to-date content, and data use. In this presentation, Brooke Singh will teach us some common caching strategies and how to maximize the benefits of having a ServiceWorker.",
"startTime": "13:30",
"speakerId": 5,
"category": "presentation"
},
{
"title": "Building engaging experiences",
"description":
"You got the user to install your app. Now what? Nino will go through examples of using animations, fast load times and the Web Push API to build immersive and engaging user experiences.",
"startTime": "14:15",
"speakerId": 6,
"category": "presentation"
},
{
"title": "Afternoon break",
"description": "Get caffeinated. Eat snacks.",
"startTime": "15:00",
"category": "break"
},
{
"title": "PWAs in production",
"description":
"ES6 or transpiled? Differential serving? HTTP2? Bundling? How do you test for regressions? So many questions! Clara Wilson will explain how to take your PWA from desktop to production. She'll discuss setting up CI servers for regression testing and strategies for serving your content optimally.",
"startTime": "15:15",
"speakerId": 7,
"category": "presentation"
},
{
"title": "Hardware access",
"description":
"The browser gives us access to an ever increasing set of hardware APIs. In this presentation, Liam will show us how we can use Bluetooth and accelerometer data to build a fun little game.",
"startTime": "16:00",
"speakerId": 8,
"category": "presentation"
},
{
"title": "Q&A Panel",
"description":
"You can ask us questions throughout the event with the hashtag #pwaconf. The panel consists of all our speakers.",
"startTime": "16:45",
"category": "presentation"
},
{
"title": "Afterparty 🎉🍻",
"description":
"Stay with us for the afterparty. Enjoy snacks and drinks while getting to know fellow PWA enthusiasts!",
"startTime": "17:15",
"category": "break"
}
]