Slide 1

Slide 1 text

{{ keynote }} [email protected]

Slide 2

Slide 2 text

Technical State of… Celebration Criticism Inspirational

Slide 3

Slide 3 text

The “time to stop sucking” and “time to first kick-ass” quotients are among the biggest advantages we have. — Kathy Sierra bit.ly/K1y0r9

Slide 4

Slide 4 text

No content

Slide 5

Slide 5 text

No content

Slide 6

Slide 6 text

No content

Slide 7

Slide 7 text

No content

Slide 8

Slide 8 text

static http://lukearno.com/projects/static/ barrel http://lukearno.com/projects/barrel/

Slide 9

Slide 9 text

import  barrel.cooper import  os import  static auth  =  barrel.cooper.basicauth(users=[('jacob',  'hunter2')]) root  =  os.path.join(os.path.dirname(__file__),  '_build/html') app  =  auth(static.Cling(root))

Slide 10

Slide 10 text

$  git  push  heroku  master

Slide 11

Slide 11 text

“Time to first kick ass”: 5 minutes.

Slide 12

Slide 12 text

No content

Slide 13

Slide 13 text

Technical State of… Celebration Criticism Inspirational

Slide 14

Slide 14 text

The State of Django is Strong!

Slide 15

Slide 15 text

1.0 Sept. 2008 • API stability • Forwards compatibility • “New” admin • Unicode • XSS protection • GeoDjango • File storage • Jython 1.1 July 2009 1.2 May 2010 1.3 March 2011 1.4 March 2012

Slide 16

Slide 16 text

• Aggregates • Proxy models • Deferred fields • Admin actions • URL namespaces 1.1 July 2009 1.2 May 2010 1.3 March 2011 1.4 March 2012 1.0 Sept 2008

Slide 17

Slide 17 text

• Multi-db • Model validation • CSRF protection • Object-level perms • Email backends • Smart {% if %} • Natural keys • Template caching 1.1 July 2009 1.2 May 2010 1.3 March 2011 1.4 March 2012 1.0 Sept 2008

Slide 18

Slide 18 text

• Class-based views • Logging • django.contrib.staticfiles • unittest2 • Configurable on_delete • TemplateResponse • RequestFactory • assertNumQueries 1.1 July 2009 1.2 May 2010 1.3 March 2011 1.4 March 2012 1.0 Sept 2008

Slide 19

Slide 19 text

• Time zones • SELECT FOR UPDATE • Password hashing • Signed cookies • Project/app templates • wsgi.py • In-browser testing • prefetch_related 1.1 July 2009 1.2 May 2010 1.3 March 2011 1.4 March 2012 1.0 Sept 2008

Slide 20

Slide 20 text

? ????? 1.5

Slide 21

Slide 21 text

Technical State of… Celebration Criticism Inspirational

Slide 22

Slide 22 text

AMD, Canonical, Discovery, Disqus, Google, HP, IBM, Instagram, Intel, Lexis-Nexis, Library of Congress, Mozilla, NASA, National Geographic, the New York Times, Orbitz, PBS, Pinterest, PolitiFact, Rdio, VMWare, Walt Disney, the Washington Post...

Slide 23

Slide 23 text

A rule of thumb that has worked well for me is that if I'm excited to play around with something, it probably doesn't belong in production. — Maciej Ceglowski http://blog.pinboard.in/2010/01/technical_underpinnings/

Slide 24

Slide 24 text

No content

Slide 25

Slide 25 text

Technical State of… Celebration Criticism Inspirational

Slide 26

Slide 26 text

html5

Slide 27

Slide 27 text

“Real-time”

Slide 28

Slide 28 text

State of the art: parallel MVC stacks

Slide 29

Slide 29 text

No content

Slide 30

Slide 30 text

No content

Slide 31

Slide 31 text

No content

Slide 32

Slide 32 text

}); }); }); }); }); }); }); Are we doomed… …to callback hell?

Slide 33

Slide 33 text

url('people/1/',  person_detail) def  person_detail(req):        return  render(req,  tmpl,  ctx) {{  person.first_name  }}

Slide 34

Slide 34 text

Technical State of… Celebration Criticism Inspirational

Slide 35

Slide 35 text

But if you give it away, how will you make money?

Slide 36

Slide 36 text

Lab305 ToastDriven

Slide 37

Slide 37 text

No content

Slide 38

Slide 38 text

No content

Slide 39

Slide 39 text

No content

Slide 40

Slide 40 text

Make good code. [email protected]