-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
363 lines (304 loc) · 15 KB
/
index.html
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
<!DOCTYPE html>
<html lang="en">
<head>
<title>DjangoCon AU 2018 - Australian Django Developer Conference in Sydney, August 2018</title>
<meta charset="utf-8">
<meta name="HandheldFriendly" content="True" />
<meta name="MobileOptimized" content="320" />
<meta name="viewport" content="width=device-width, target-densitydpi=160dpi, initial-scale=1" >
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@djangoconau">
<meta name="twitter:creator" content="@djangocon">
<meta name="twitter:title" content="DjangoCon AU 2018">
<meta name="twitter:description" content="DjangoCon AU 2018, August 24, Sydney International Convention Centre. A part of PyCon AU.">
<meta name="twitter:image" content="http://2018.djangocon.com.au/images/twittercard.png">
<link href="css/style.css" rel=stylesheet >
<link href="css/style-960.css" media="only screen and (min-width: 960px)" type="text/css" rel="stylesheet" />
<!--[if lt IE 9]>
<link href="css/style-960.css" type="text/css" rel="stylesheet" />
<![endif]-->
<link href="https://fonts.googleapis.com/css?family=Droid+Sans" rel="stylesheet">
<script type="text/javascript"> <!-- Analytics Code -->
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-39962564-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div class="spreadshirt-banner">
<a href="https://shop.spreadshirt.com.au/djangocon">
Get your DjangoCon AU 2018 t-shirt here!
</a>
</div>
<div class="header">
<div class="wrap">
<h1>DjangoCon<span>AU 2018</span></h1>
<div class="description">
<p>DjangoCon AU is annual gathering of Django developers in
Australia. It is held as a one day mini-conference at the start
of PyCon AU.</p>
<p>DjangoCon AU content will be Django specific, but there will also
be useful Django-related content in the main PyCon program.</p>
<p>There will also be Django developers at the sprints held after
PyCon.</p>
</div>
<ul class="event-details group">
<li class="dates">
<span class="title">Dates</span>
<ul>
<li>DjangoCon AU: August 24, 2018</li>
<li>PyCon AU: August 25 - 26, 2018</li>
<li>Sprints: August 27 - 28, 2018</li>
</ul>
</li>
<li class="venue">
<span class="title">Venue</span>
<p>Sydney International Convention Centre</p><p>Sydney, New South Wales</p>
</li>
<li class="twitter">
<span class="title">Twitter</span>
<a href="https://twitter.com/djangoconau" target="_blank">@DjangoConAU</a>
</li>
</ul>
</div>
</div>
<div class="keynote-speaker">
<div class="wrap">
<h2 class="section-title">Keynote Speaker</h2>
<ul class="speaker-list">
<li class="speaker group" id="merrin-macleod">
<div class="img-container">
<img src="./images/speakers/lilly-ryan.jpg" alt="" />
</div>
<div class="details">
<span class="name">Lilly Ryan</span>
<a href="https://github.com/attacus_au" target="_blank" class="social-handle">attacus_au</a>
<span class="meta">Django Against the Dark Arts</span>
</div>
<p class="description">
Django is a robust framework by design, and embodies many good
security practices. But why and how do Django sites get hacked
anyway? What can we do about it? And why are wizards involved?
<br>
Come and learn how to defend your Django app by taking a deep
dive into the defences implemented by Professor Dumbledore
against Lord Voldemort and his cronies.
</p>
</li>
<li class="speaker group" id="merrin-macleod">
<div class="img-container">
<img src="./images/speakers/merrin-macleod.jpg" alt="" />
</div>
<div class="details">
<span class="name">Merrin Macleod</span>
<a href="https://github.com/merxplat" target="_blank" class="social-handle">merxplat</a>
<span class="meta">Writing To Be Understood</span>
</div>
<p class="description">
As developers, we write a lot more than just code. We write
commit messages; we review our colleagues’ code; we email
collaborators; we tweet our hottest takes. Good written
communication can make your systems easier to use and maintain,
encourage your colleagues to be more receptive to your
suggestions, and make you more popular on the internet.
I’ll share some practical ways to communicate more
effectively, and some less practical theory about how people and
language work.
</p>
</li>
</ul>
</div>
</div>
<div class="speakers" id="speakers">
<div class="wrap">
<h2 class="section-title">Speakers</h2>
<ul class="speaker-list group">
<li class="speaker" id="andrew-godwin">
<div class="img-container">
<img src="./images/speakers/andrew-godwin.jpg" alt="" />
</div>
<div class="details">
<span class="name">Andrew Godwin</span>
<a href="https://twitter.com/andrewgodwin" target="_blank" class="social-handle">andrewgodwin</a>
<span class="meta">Taking Django Async</span>
</div>
<p class="description">
We take a look at Django and Channels 2.0 and the changes it
brings by going fully async - Examining not only why the change
makes things better, but also how it’s managed to bridge
between Django’s synchronous world and the async world.
Plus, what might the future hold for Django and Channels?
</p>
</li>
<li class="speaker" id="anthony-i-joseph">
<div class="img-container">
<img src="./images/speakers/anthony-i-joseph.jpg" alt="" />
</div>
<div class="details">
<span class="name">Anthony I Joseph</span>
<a href="https://github.com/coderanger" target="_blank" class="social-handle"></a>
<span class="meta">A traveller's guide to mapping technologies in Django</span>
</div>
<p class="description">
Hahmann and Burghart estimate at least 60% of all information is
geospatially referenced. Fortunately, Django includes a variety
of spatial and mapping tools to help build spatially-aware
services. This talk will give an overview of geospatial concepts
for the Australian and Django communities.
</p>
</li>
<li class="speaker" id="christopher-swenson">
<div class="img-container">
<img src="./images/speakers/christopher-swenson.jpg" alt="" />
</div>
<div class="details">
<span class="name">Christopher Swenson</span>
<a href="https://twitter.com/chris_swenson" target="_blank" class="social-handle">chris_swenson</a>
<span class="meta">Multi-Factor Authentication: How it works and why you need to be using it yesterday</span>
</div>
<p class="description">
Multi-factor authentication (MFA) and two-factor auth (2FA) are
becoming popular, but how do they work? What are the options, how
secure are they, and how do you use them in your own
applications? We’ll answer all these and more, covering
everything from Django integration to cryptography.
</p>
</li>
<li class="speaker" id="curtis-maloney">
<div class="img-container">
<img src="./images/speakers/curtis-maloney.jpg" alt="" />
</div>
<div class="details">
<span class="name">Curtis Maloney</span>
<a href="https://twitter.com/BunkyFob" target="_blank" class="social-handle">BunkyFob</a>
<span class="meta">PostgreSQL Indexing : How, why, and when.</span>
</div>
<p class="description">
So many of the things we build depend on a DBMS to keep our data
safe, and retrieve it quickly. We know indexes can make that
faster, but… how do they work? When should you use them? What
should I index?
</p>
</li>
<li class="speaker" id="rivo-laks">
<div class="img-container">
<img src="./images/speakers/rivo-laks.jpg" alt="" />
</div>
<div class="details">
<span class="name">Rivo Laks</span>
<a href="https://twitter.com/rivolaks" target="_blank" class="social-handle">rivolaks</a>
<span class="meta">Creating Solid APIs</span>
</div>
<p class="description">
Increasingly, our apps are used not by humans but by other apps -
via their APIs. Thus your APIs need to be well-designed and easy
to consume for other developers. I will share tips and good
practices on authentication, versioning, documentation, response
structure, and why it all matters.
</p>
</li>
<li class="speaker" id="sanyam-khurana">
<div class="img-container">
<img src="./images/speakers/sanyam-khurana.jpg" alt="" />
</div>
<div class="details">
<span class="name">Sanyam Khurana</span>
<a href="https://twitter.com/ErSanyamKhurana" target="_blank" class="social-handle">ErSanyamKhurana</a>
<span class="meta">Becoming a Multilingual SuperHero in Django</span>
</div>
<p class="description">
In this talk, we’ll see how we make a language agnostic
backend, to serve our app in different languages, based on what
language the client wants to communicate in. We’ll see how
to support translation for static data and dynamic data, using
various third-party services.
</p>
</li>
<li class="speaker" id="tim-bell">
<div class="img-container">
<img src="./images/speakers/tim-bell.jpg" alt="" />
</div>
<div class="details">
<span class="name">Tim Bell</span>
<a href="https://twitter.com/timb07" target="_blank" class="social-handle">timb07</a>
<span class="meta">Dynamic web pages without Javascript</span>
</div>
<p class="description">
Intercooler is a Javascript library that allows you to make
dynamic web pages without writing any JS yourself. This talk
demonstrates how to use Intercooler to add dynamic functionality
to a Django app. It will also cover a number of apps that make
using Intercooler with Django even easier.
</p>
</li>
<li class="speaker" id="tracy-osborn">
<div class="img-container">
<img src="./images/speakers/tracy-osborn.jpg" alt="" />
</div>
<div class="details">
<span class="name">Tracy Osborn</span>
<a href="https://twitter.com/limedaring" target="_blank" class="social-handle">limedaring</a>
<span class="meta">Design for Non-Designers</span>
</div>
<p class="description">
Want to up your design skills? This presentation will give you
the building blocks you need to make better designs for your
websites and presentations. Aimed at design beginners and
developers.
</p>
</li>
</ul>
</div>
</div>
<div class="tickets">
<div class="wrap">
<h2 class="section-title">Tickets</h2>
<ul class="ticket-options group">
<li class="option group">
<span class="name">DjangoCon AU Only</span>
<p class="description">Specialist Track Day ticket. Does not include PyCon AU.</p>
<span class="price"><span class="currency">AU$</span>150</span>
</li>
<li class="option group">
<span class="name">PyCon AU Enthusiast + DjangoCon AU</span>
<p class="description">Discounted rates for enthusiasts paying out of their own pocket.</p>
<span class="price"><span class="currency">AU$</span>440</span>
</li>
<li class="option group">
<span class="name">PyCon AU Professional</span>
<p class="description">If your company is paying, or you can claim as a tax deduction. Includes DjangoCon AU.</p>
<span class="price"><span class="currency">AU$</span>690</span>
</li>
<li class="option group">
<span class="name">PyCon AU Contributor</span>
<p class="description">Give a little extra to help with financial aid for other attendees. Includes DjangoCon AU.</p>
<span class="price"><span class="currency">AU$</span>900</span>
</li>
</ul>
<p style="text-align: center; margin: 10px 0 20px 0;">Buy tickets from the PyCon AU website</p>
<a href="https://2018.pycon-au.org/attend/tickets/" target="_blank" class="button">Buy Tickets</a>
</div>
</div>
<div class="contact">
<div class="wrap">
<h2 class="section-title">Contact</h2>
<ul>
<li>Leigh Brenecki <a href="mailto:[email protected]" target="_blank">[email protected]</a></li>
<li>Markus Holtermann <a href="mailto:[email protected]" target="_blank">[email protected]</a></li>
<li>Twitter: <a href="https://twitter.com/djangoconau" target="_blank">@DjangoConAU</a></li>
</ul>
</div>
</div>
<div class="footer group">
<div class="wrap">
<a href="https://www.flickr.com/photos/101643643@N08/15265718965/" target="_blank" class="image-credit">"Pyrmont Bridge, Sydney" © 2014 WANG-HSIN PEI, used under a Creative Commons Attribution 2.0 Generic (CC BY 2.0) license.</a>
<a href="https://www.thecut.net.au/" target="_blank" class="the-cut">Designed by The Cut, Perth.</a>
</div>
</div>
</body>
</html>