Skip to content

Commit b42a3da

Browse files
committed
Add events since 2017...
1 parent 3372a29 commit b42a3da

File tree

39 files changed

+523
-0
lines changed

39 files changed

+523
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
title: DjangoCon Europe 2018
2+
---
3+
date: 2018-05-26
4+
---
5+
event_type: sprint
6+
---
7+
speaker: Russell Keith-Magee, Katie McLaughlin
8+
---
9+
url: https://2018.djangocon.eu/
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
title: DjangoCon Europe 2018
2+
---
3+
date: 2018-05-24
4+
---
5+
description:
6+
7+
---
8+
event_type: talk
9+
---
10+
speaker: Russell Keith-Magee, Katie McLaughlin
11+
---
12+
url: https://2018.djangocon.eu/
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
title: DjangoCon EU 2019
2+
---
3+
date: 2019-04-13
4+
---
5+
event_type: sprint
6+
---
7+
speaker: Russell Keith-Magee, Katie McLaughlin
8+
---
9+
url: https://2019.djangocon.eu/
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
title: DjangoCon Europe 2019
2+
---
3+
date: 2019-04-10
4+
---
5+
description: DjangoCon Europe is run by the community for the community: We are the 11th European conference, made up of Django practitioners from all levels. We welcome people from all over the world. Our conference seeks to educate and develop new skills, best practices and ideas for the benefit of attendees, developers, speakers and everyone in our global Django Community, not least those watching the talks online.
6+
---
7+
event_type: attending
8+
---
9+
speaker: Russell Keith-Magee
10+
---
11+
url: https://2019.djangocon.eu/
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
title: DjangoCon US 2018
2+
---
3+
date: 2018-10-17
4+
---
5+
event_type: sprint
6+
---
7+
speaker: Russell Keith-Magee, Philip James, Katie McLaughlin
8+
---
9+
url: https://2018.djangocon.us/
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
title: DjangoCon US 2018
2+
---
3+
date: 2018-10-15
4+
---
5+
description:
6+
7+
Here’s a fun experiment: Mention timezones within earshot of any experienced programmer. Now wait until the profanity stops.
8+
9+
Handling dates and time is an incredibly common requirement in computer applications. That’s hardly surprising - we all use computers to record when we did old things, track how long things take, and to plan when we’re going to do things. So why is dealing with time so difficult?
10+
11+
Well, it’s because time has a very sordid history. What we even think of as time has changed. In this talk, you’ll travel through time, and see the impact that two thousand years of history have had on our modern life. You’ll be shown how all this wibbly-wobbly, timey-wimey history stuff affects the data modelling and APIs we use on a daily basis.
12+
13+
This is going to take some… time.
14+
---
15+
event_type: talk
16+
---
17+
speaker: Russell Keith-Magee
18+
---
19+
url: https://2018.djangocon.us/
20+
---
21+
talk_title: It's About Time
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
title: DjangoCon US 2019
2+
---
3+
date: 2019-09-26
4+
---
5+
event_type: sprint
6+
---
7+
speaker: Russell Keith-Magee, Philip James, Katie McLaughlin
8+
---
9+
url: https://2019.djangocon.us
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
title: DjangoCon US 2019
2+
---
3+
date: 2019-09-25
4+
---
5+
description:
6+
7+
Web Assembly, or WASM, is perhaps the biggest change to come to the Web since the introduction of JavaScript. It has the potential to radically alter what we think of as “the Web”, and how we program for the Web as a platform. It’s especially interesting for those using Python web frameworks, because it provides a path for executing server-side web application logic as a client-side capability in the browser.
8+
9+
In this talk, you’ll get a gentle introduction to WASM, covering both the history and theory, and the practical approaches you’ll need as an author of WASM code. You’ll learn about the tools that exist to help you write WASM code, and how to use those tools as part of your Python web projects today. You’ll also learn what the future may hold for Python on the web.
10+
---
11+
event_type: talk
12+
---
13+
speaker: Russell Keith-Magee
14+
---
15+
url: https://2017.djangocon.us/
16+
---
17+
talk_title: WASM Matter
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
title: DjangoCon US 2022
2+
---
3+
date: 2022-10-20
4+
---
5+
event_type: sprint
6+
---
7+
speaker: Russell Keith-Magee
8+
---
9+
url: https://2022.djangocon.us
10+
---
11+
description:
12+
---
13+
talk_title:
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
title: DjangoCon US 2022
2+
---
3+
date: 2022-10-19
4+
---
5+
description:
6+
7+
The web is an amazing platform for building and deploying code so that users can access functionality. As Django developers, you know how to use Python to build views and APIs that integrate with a database, and how to develop frontend HTML, CSS and Javascript. But sometimes, you need a little bit more than a website can provide. You need an app.
8+
9+
Apps provide a different experience for end users, and access to more of your device’s native capabilities. If you were to look into the Apple’s developer resources for iOS, or Google’s developer resources for Android, you might come to the conclusion that, as Python web developers, you’re locked out of these app ecosystems. The good news: you’re not.
10+
11+
In this talk, you’ll learn multiple techniques for leveraging your existing Python skills and Django codebase to develop an app you can distribute to your end-users. You’ll also learn the advantages, disadvantages and limits of these approaches - and what to do when you hit those limits.
12+
---
13+
event_type: talk
14+
---
15+
speaker: Russell Keith-Magee
16+
---
17+
url: https://2022.djangocon.us/
18+
---
19+
talk_title: How to turn your Website into an App (and why maybe you shouldn't!)

0 commit comments

Comments
 (0)