Latest Videos

DjangoCon 2019 -  Keynote: Building Community & Supporting Others by Matt Mitchell

DjangoCon 2019 - Keynote: Building Community & Supporting Others by Matt Mitchell

DjangoCon 2019 - Keynote: Building Community & Supporting Others by Matt Mitchell TBD This talk was presented at: https://2019.djangocon.us/talk/keynote-matt-mitchelln/ LINKS: …

View Details
DjangoCon 2019 - Django REST Framework: Taking your API to the next level by Carlos Martinez

DjangoCon 2019 - Django REST Framework: Taking your API to the next level by Carlos Martinez

DjangoCon 2019 - Django REST Framework: Taking your API to the next level by Carlos Martinez Django rest framework offers …

View Details
DjangoCon 2019 - Search From the Ground Up by William S. Vincent

DjangoCon 2019 - Search From the Ground Up by William S. Vincent

DjangoCon 2019 - Search From the Ground Up by William S. Vincent Search is notoriously hard. Even a basic implementation …

View Details
DjangoCon 2019 - Creating a containerized Django + React + PostgreSQL... by  Dan Taylor

DjangoCon 2019 - Creating a containerized Django + React + PostgreSQL... by Dan Taylor

DjangoCon 2019 - Creating a containerized Django + React + PostgreSQL development environment by Dan Taylor There are many reasons …

View Details
DjangoCon 2019 -  Logging and Exception Handling for Django by Ryan Sullivan

DjangoCon 2019 - Logging and Exception Handling for Django by Ryan Sullivan

DjangoCon 2019 - Logging and Exception Handling for Django by Ryan Sullivan Logging is better than print(), but often the …

View Details
DjangoCon 2019 - Building effective Django queries with expressions by Vanessa Barreiros

DjangoCon 2019 - Building effective Django queries with expressions by Vanessa Barreiros

DjangoCon 2019 - Building effective Django queries with expressions by Vanessa Barreiros In Django, we have a powerful tool called …

View Details
DjangoCon 2019 - Just Add Await: Retrofitting Async Into Django by Andrew Godwin

DjangoCon 2019 - Just Add Await: Retrofitting Async Into Django by Andrew Godwin

DjangoCon 2019 - Just Add Await: Retrofitting Async Into Django by Andrew Godwin Writing async code from scratch is hard; …

View Details
DjangoCon 2019 - Postgres Index types and where to find them by Louise Grandjonc

DjangoCon 2019 - Postgres Index types and where to find them by Louise Grandjonc

DjangoCon 2019 - Postgres Index types and where to find them by Louise Grandjonc For a long time I only …

View Details
DjangoCon 2019 -  Prepping Your Project for Production by Peter Baumgartner

DjangoCon 2019 - Prepping Your Project for Production by Peter Baumgartner

DjangoCon 2019 - Prepping Your Project for Production by Peter Baumgartner Django does a great job following the Python aphorism: …

View Details
DjangoCon 2019 - Using Django as a Micro-Framework: Hacking on the HTTP handlers.. by Carlton Gibson

DjangoCon 2019 - Using Django as a Micro-Framework: Hacking on the HTTP handlers.. by Carlton Gibson

DjangoCon 2019 - Using Django as a Micro-Framework: Hacking on the HTTP handlers and middleware (for fun and profit) by …

View Details
DjangoCon 2019 -  Prefetching for Fun and Profit by Mike Hansen

DjangoCon 2019 - Prefetching for Fun and Profit by Mike Hansen

DjangoCon 2019 - Prefetching for Fun and Profit by Mike Hansen This talk was presented at: https://2019.djangocon.us/talks/prefetching-for-fun-and-profit/ LINKS: Follow Mike …

View Details
DjangoCon 2019 - Your Web Framework Needs You: An Update by Carlton Gibson

DjangoCon 2019 - Your Web Framework Needs You: An Update by Carlton Gibson

DjangoCon 2019 - Your Web Framework Needs You: An Update by Carlton Gibson TBD This talk was presented at: https://2019.djangocon.us/talk/framework-update-carlton-gibson/ …

View Details
DjangoCon 2019 - Generic View? What is that and why would I use it? by Felipe Lee

DjangoCon 2019 - Generic View? What is that and why would I use it? by Felipe Lee

DjangoCon 2019 - Generic View? What is that and why would I use it? by Felipe Lee In this talk …

View Details
DjangoCon 2019 - Awesome Automated APIs with Automagic REST by Timothy Allen

DjangoCon 2019 - Awesome Automated APIs with Automagic REST by Timothy Allen

DjangoCon 2019 - Awesome Automated APIs with Automagic REST by Timothy Allen WRDS at The Wharton School runs an API …

View Details
DjangoCon 2019 - Migrating legacy data to your Django project by Adolfo Fitoria

DjangoCon 2019 - Migrating legacy data to your Django project by Adolfo Fitoria

DjangoCon 2019 - Migrating legacy data to your Django project by Adolfo Fitoria So you have a project that comes …

View Details
DjangoCon 2019 - The Ins and Outs of Model Inheritance by Blythe J Dunham

DjangoCon 2019 - The Ins and Outs of Model Inheritance by Blythe J Dunham

DjangoCon 2019 - The Ins and Outs of Model Inheritance by Blythe J Dunham This talk was presented at: https://2019.djangocon.us/talks/the-ins-and-outs-of-model-inheritance/ …

View Details
DjangoCon 2019 -  Goodbye Print, Hello Debugger! by Nina Zakharenko

DjangoCon 2019 - Goodbye Print, Hello Debugger! by Nina Zakharenko

DjangoCon 2019 - Goodbye Print, Hello Debugger! by Nina Zakharenko Still debugging your code by using print? Learn how to …

View Details
DjangoCon 2019 - Understanding Django authentication by Renato Oliveira

DjangoCon 2019 - Understanding Django authentication by Renato Oliveira

DjangoCon 2019 - Understanding Django authentication by Renato Oliveira Django gives us a built-in authentication system. It's an awesome asset …

View Details
DjangoCon 2019- Everything you need to know but were afraid to ask about Data Classes by Casey Faist

DjangoCon 2019- Everything you need to know but were afraid to ask about Data Classes by Casey Faist

DjangoCon 2019 - Everything you need to know but were afraid to ask about Data Classes by Casey Faist You …

View Details
DjangoCon 2019 - Static Typing in Python by Dustin Ingram

DjangoCon 2019 - Static Typing in Python by Dustin Ingram

DjangoCon 2019 - Static Typing in Python by Dustin Ingram In this talk, we'll discuss the advantages and disadvantages to …

View Details
DjangoCon 2019 - Keynote: Burnout and Balance by Jessica Rose

DjangoCon 2019 - Keynote: Burnout and Balance by Jessica Rose

DjangoCon 2019 - Keynote: Burnout and Balance by Jessica Rose TBD This talk was presented at: https://2019.djangocon.us/talk/keynote-jessica-rose/ LINKS: Follow Jessica …

View Details
DjangoCon 2019 - Lazy Looping: The Next Iteration by Trey Hunner

DjangoCon 2019 - Lazy Looping: The Next Iteration by Trey Hunner

DjangoCon 2019 - Lazy Looping: The Next Iteration by Trey Hunner In this talk we'll learn about the properties of …

View Details
DjangoCon 2019 - WASM matter? by Russell Keith-Magee

DjangoCon 2019 - WASM matter? by Russell Keith-Magee

DjangoCon 2019 - WASM matter? by Russell Keith-Magee One of the biggest developments in web technology in the last few …

View Details
DjangoCon 2019 - The Unspeakable Horror of Discovering You Didn't Write Tests by Melanie Crutchfield

DjangoCon 2019 - The Unspeakable Horror of Discovering You Didn't Write Tests by Melanie Crutchfield

DjangoCon 2019 - The Unspeakable Horror of Discovering You Didn't Write Tests by Melanie Crutchfield PSA: if you don't write …

View Details
DjangoCon 2019 - Using a custom template loader at scale by Dane Hillard

DjangoCon 2019 - Using a custom template loader at scale by Dane Hillard

DjangoCon 2019 - Using a custom template loader at scale by Dane Hillard You can reuse Django templates with the …

View Details
DjangoCon 2019 -Forklifting Django: Migrating A Complex Django App To Kubernetes by Noah Kantrowitz

DjangoCon 2019 -Forklifting Django: Migrating A Complex Django App To Kubernetes by Noah Kantrowitz

DjangoCon 2019 -Forklifting Django: Migrating A Complex Django App To Kubernetes by Noah Kantrowitz Everyone is talking about Kubernetes, but …

View Details
DjangoCon 2019 - How to Hack (Legally): Python Edition by Karen Miller

DjangoCon 2019 - How to Hack (Legally): Python Edition by Karen Miller

DjangoCon 2019 - How to Hack (Legally): Python Edition by Karen Miller When it comes to hacking, trainees are at …

View Details
DjangoCon 2019 - Keynote: The Natural State of Computers by Amber Brown

DjangoCon 2019 - Keynote: The Natural State of Computers by Amber Brown

DjangoCon 2019 - Keynote: The Natural State of Computers by Amber Brown TBD This talk was presented at: https://2019.djangocon.us/talk/keynote-amber-brown/ LINKS: …

View Details
DjangoCon 2019 - Eita! Why Internationalization and Localization matter by Nicolle Cysneiros

DjangoCon 2019 - Eita! Why Internationalization and Localization matter by Nicolle Cysneiros

DjangoCon 2019 - Eita! Why Internationalization and Localization matter by Nicolle Cysneiros Translation of terms is only one step in …

View Details
DjangoCon 2019 - Roll Your Own Tech Job... by Erin Mullaney

DjangoCon 2019 - Roll Your Own Tech Job... by Erin Mullaney

DjangoCon 2019 - Roll Your Own Tech Job: Starting a Business or Side Hustle from Scratch by Erin Mullaney Getting …

View Details
DjangoCon 2019 - Think Like a Product Manager: Straightforward frameworks... by Eleanor Stribling

DjangoCon 2019 - Think Like a Product Manager: Straightforward frameworks... by Eleanor Stribling

DjangoCon 2019 - Think Like a Product Manager: Straightforward frameworks for building great products by Eleanor Stribling Product management is …

View Details
DjangoCon 2019 - Lightning Talks Day 2 by Kojo Idrissa

DjangoCon 2019 - Lightning Talks Day 2 by Kojo Idrissa

DjangoCon 2019 - Lightning Talks by Kojo Idrissa Adem Gaygusuz 00:00 Laura Lorenz 5:24 Micah Lyle 10:23 Vince Salvino 15:14 …

View Details
DjangoCon 2019 - To comment or not?...by Veronica Hanus

DjangoCon 2019 - To comment or not?...by Veronica Hanus

DjangoCon 2019 - To comment or not? A data-driven look at attitudes toward code comments by Veronica Hanus How can …

View Details
DjangoCon 2019- The promised Django Land; the tale of one team’s epic journey... by Nicole Zuckerman

DjangoCon 2019- The promised Django Land; the tale of one team’s epic journey... by Nicole Zuckerman

DjangoCon 2019 - The promised Django Land; the tale of one team’s epic journey from Flask by Nicole Zuckerman Many …

View Details
DjangoCon 2019 -  Technical Debt: Why it'll ruin your software by Luan Fonseca

DjangoCon 2019 - Technical Debt: Why it'll ruin your software by Luan Fonseca

DjangoCon 2019 - Technical Debt: Why it'll ruin your software by Luan Fonseca Technical Debt is one of the main …

View Details
DjangoCon 2019 - Pull Requests: Merging good practices into your project by Luca Bezerra

DjangoCon 2019 - Pull Requests: Merging good practices into your project by Luca Bezerra

DjangoCon 2019 - Pull Requests: Merging good practices into your project by Luca Bezerra On average, developers spend 45% of …

View Details
DjangoCon 2019 - Nothingness and identity in Python and Django by Daniele Procida

DjangoCon 2019 - Nothingness and identity in Python and Django by Daniele Procida

DjangoCon 2019 - Nothingness and identity in Python and Django by Daniele Procida There’s something rich, beautiful and mysterious in …

View Details
DjangoCon 2019 - Lightning Talks Day 3 by Kojo Idrissa

DjangoCon 2019 - Lightning Talks Day 3 by Kojo Idrissa

DjangoCon 2019 - Lightning Talks Day 3 by Kojo Idrissa Adam Fast 00:00 Marshall Sutton 4:24 Daniele Procida 9:29 Rodrigo …

View Details
DjangoCon 2019 - Orientation and Welcome by Kojo Idrissa

DjangoCon 2019 - Orientation and Welcome by Kojo Idrissa

DjangoCon 2019 - Orientation and Welcome by Kojo Idrissa TBD This talk was presented at: https://2019.djangocon.us/talk/orientation-and-welcome/ LINKS: Follow Kojo Idrissa …

View Details
DjangoCon 2019 - The blameless post mortem: how embracing failure makes us better by Chris Wilcox

DjangoCon 2019 - The blameless post mortem: how embracing failure makes us better by Chris Wilcox

DjangoCon 2019 - The blameless post mortem: how embracing failure makes us better by Chris Wilcox In today’s world of …

View Details
DjangoCon 2019 - Lightning Talks Day 1 by Kojo Idrissa

DjangoCon 2019 - Lightning Talks Day 1 by Kojo Idrissa

DjangoCon 2019 - Lightning Talks Day 1 by Various Speakers Wayne Merry 00:00 Ayaz Amlani 5:24 Tyler Rudie 9:37 Pandy …

View Details
DjangoCon 2019 - Building a multi factor SSO for a whole country with Django by  Juan Saavedra

DjangoCon 2019 - Building a multi factor SSO for a whole country with Django by Juan Saavedra

DjangoCon 2019 - Building a multi factor SSO for a whole country with Django by Juan Saavedra As a leading …

View Details

All Conferences

DjangoCon US

-

View Details