Latest Videos

Why DjangoCon US? | DjangoCon US 2022 Memories

Why DjangoCon US? | DjangoCon US 2022 Memories

LINKS: Website: https://2022.djangocon.us Follow DjangoCon US 👇 https://fosstodon.org/@djangocon https://twitter.com/djangocon Follow DEFNA 👇 https://www.defna.org/ Video production by the presenter and DjangoCon …

View Details
Building Microservice Architecture for scale with Django - DjangoCon US 2022

Building Microservice Architecture for scale with Django - DjangoCon US 2022

Armed with knowledge of Django development, we delve into the different types of microservices and the high-level design principles we …

View Details
factory_boy: testing like a pro with Camila Maia - DjangoCon US 2022

factory_boy: testing like a pro with Camila Maia - DjangoCon US 2022

How to test complex objects using the library factory_boy. The lessons I’ve learned using the tool in a Django monolith …

View Details
How To Be a Postgres DBA in a Pinch with Elizabeth Christensen - DjangoCon US 2022

How To Be a Postgres DBA in a Pinch with Elizabeth Christensen - DjangoCon US 2022

We know the open source and Django community loves Postgres - but not everyone has taken the time to dig …

View Details
Lessons Learned Teaching Undergraduate Astronomy with a Video Game with Andrew Mshar - DCUS 2022

Lessons Learned Teaching Undergraduate Astronomy with a Video Game with Andrew Mshar - DCUS 2022

We developed a game in Unity3D to teach astronomy to undergraduates at Penn State University, which has since been adopted …

View Details
Working with time series data using Django and Timescale with JoaquĂ­n Scocozza - DjangoCon US 2022

Working with time series data using Django and Timescale with JoaquĂ­n Scocozza - DjangoCon US 2022

Not many people would think that using Django and a PostgreSQL database is a good idea for working with time …

View Details
Security Best Practices for Django Applications with Gajendra Deshpande - DjangoCon US 2022

Security Best Practices for Django Applications with Gajendra Deshpande - DjangoCon US 2022

Security is of utmost importance to most applications in general and web applications in particular. Django being one of the …

View Details
Type checking your Django code with django-types and Pyright with Kyle Bebak - DjangoCon US 2022

Type checking your Django code with django-types and Pyright with Kyle Bebak - DjangoCon US 2022

By now most of us have heard of, or used, Python type hints. Since being added to Python in 3.5, …

View Details
The Best of Both Worlds: Using Vue and Django Together in a Hybrid Approach - DjangoCon US 2022

The Best of Both Worlds: Using Vue and Django Together in a Hybrid Approach - DjangoCon US 2022

Our team of two front-end and six backend-stack engineers needed to build a web application that consisted of 60 complex …

View Details
I Can't Believe It's Not Real Data! An Introduction into Synthetic Data with Mason Egger - DCUS 2022

I Can't Believe It's Not Real Data! An Introduction into Synthetic Data with Mason Egger - DCUS 2022

Easy access to relevant, safe data is a major bottleneck hindering developers and data scientists. But what if you could …

View Details
Modern apps with Django, HTMX, Tailwind CSS and Alpine.js with Andrej Baranovskij - DCUS 2022

Modern apps with Django, HTMX, Tailwind CSS and Alpine.js with Andrej Baranovskij - DCUS 2022

Django HTML templates help to implement UI code in a consistent manner. With stateful session management, security, and ease of …

View Details
Integrating React in the Django way! with Jiten Sidhpura - DjangoCon US 2022

Integrating React in the Django way! with Jiten Sidhpura - DjangoCon US 2022

Many times we would like to use React in our Django project to make highly interactive user interfaces. You don't …

View Details
Full Text Search with Django and PostgreSQL: More Facets, Less Dependencies! - DjangoCon US 2022

Full Text Search with Django and PostgreSQL: More Facets, Less Dependencies! - DjangoCon US 2022

Search is a common feature and sites like Amazon.com provide familiar UX for filtering search results and finding products. But …

View Details
You Don't Need Containers to Run Django in Production with Eduardo Felipe Castegnaro - DCUS 2022

You Don't Need Containers to Run Django in Production with Eduardo Felipe Castegnaro - DCUS 2022

For those not using containers, uWSGI has been the de-facto way of deploying Django to production. But now that project …

View Details
The Django Admin Is Your Oyster: Let’s Extend Its Functionality with Adrienne Franke - DCUS 2022

The Django Admin Is Your Oyster: Let’s Extend Its Functionality with Adrienne Franke - DCUS 2022

The Django Admin is a great low-code tool for basic CRUD actions. However, it can do much more than that. …

View Details
Predict Lightning Strikes using Django and AWS with Calvin Hendryx Parker - DjangoCon US 2022

Predict Lightning Strikes using Django and AWS with Calvin Hendryx Parker - DjangoCon US 2022

Can you predict lightning strikes using Django and AWS? Yes! Learn how to take an algorithm and idea from a …

View Details
Building a dev-focused learner management system with Django with Sheena O'Connell - DCUS 2022

Building a dev-focused learner management system with Django with Sheena O'Connell - DCUS 2022

Once upon a time, Umuzi was an on-premises training provider. We focus on teaching high-value digital skills (including Python) to …

View Details
Django Logging Demystified with Lee Trout - DjangoCon US 2022

Django Logging Demystified with Lee Trout - DjangoCon US 2022

Learn more about how Django leverages Python's logging facilities and how to customize logging for your application to support structured …

View Details
Documenting Django Code in 2022 with Eric Holscher - DjangoCon US 2022

Documenting Django Code in 2022 with Eric Holscher - DjangoCon US 2022

This talk will cover the latest updates in the Django documentation ecosystem: * Authoring: Markdown support in Sphinx with MyST …

View Details
Orientation and Welcome with Kojo Idrissa - DjangoCon US 2022

Orientation and Welcome with Kojo Idrissa - DjangoCon US 2022

This talk was presented at: https://2022.djangocon.us/talks/orientation-and-welcome/ LINKS: Follow Kojo Idrissa 👇 On Twitter: https://twitter.com/kojoidrissa On GitHub: https://github.com/kojoidrissa Website: http://kojoidrissa.com/ Follow …

View Details
Lightning Talks Day One with Kojo Idrissa - DjangoCon US 2022

Lightning Talks Day One with Kojo Idrissa - DjangoCon US 2022

This talk was presented at: https://2022.djangocon.us/talks/lightning-talks/ LINKS: Follow Kojo Idrissa 👇 On Twitter: https://twitter.com/kojoidrissa On GitHub: https://github.com/kojoidrissa Website: http://kojoidrissa.com/ Follow …

View Details
The Django Jigsaw Puzzle: Aligning All the Pieces with Will Vincent - DjangoCon US 2022

The Django Jigsaw Puzzle: Aligning All the Pieces with Will Vincent - DjangoCon US 2022

An overview of all the major parts of Django and how they fit together. This talk was presented at: https://2022.djangocon.us/talks/the-django-jigsaw-puzzle-aligning-all/ …

View Details
Opening Remarks with Logan Kilpatrick - DjangoCon US 2022

Opening Remarks with Logan Kilpatrick - DjangoCon US 2022

This talk was presented at: https://2022.djangocon.us/talks/opening-remarks-monday/ LINKS: Follow Logan Kilpatrick 👇 On Twitter: https://twitter.com/OfficialLoganK On GitHub: https://github.com/logankilpatrick Website: https://scholar.harvard.edu/logankilpatrick Follow …

View Details
Nurturing a "Legacy" Codebase with Karen Tracey - DjangoCon US 2022

Nurturing a "Legacy" Codebase with Karen Tracey - DjangoCon US 2022

The term “legacy code” often evokes feelings of fear and loathing in developers. Yet (particularly given Django’s age), working with …

View Details
Keynote: Come on in, the Water’s Fine: Making Python More Approachable - DjangoCon US 2022

Keynote: Come on in, the Water’s Fine: Making Python More Approachable - DjangoCon US 2022

This talk was presented at: https://2022.djangocon.us/talks/keynote-come-on-in-waters-fine LINKS: Follow Melanie Arbor 👇 On Twitter: https://twitter.com/melaniearbor Follow Jay Miller 👇 On Twitter: …

View Details
Fighting Climate Change with Django with Erin Mullaney - DjangoCon US 2022

Fighting Climate Change with Django with Erin Mullaney - DjangoCon US 2022

How can Django help us move the needle away from climate change? At Energy Solutions, we help utilities manage energy …

View Details
Why I Didn't Start With Django with Mario Munoz - DjangoCon US 2022

Why I Didn't Start With Django with Mario Munoz - DjangoCon US 2022

Learning Python is exciting. Newcomers may quickly have powerful tools at their disposal, and they soon want to find a …

View Details
Sponsored Talk: Make an IMPACT with Django - DjangoCon US 2022

Sponsored Talk: Make an IMPACT with Django - DjangoCon US 2022

Are you using technology to make the world a better place? We all have a role to play. As technologists, …

View Details
How to turn your Website into an App (and why maybe you shouldn't!) with Russell Keith Magee

How to turn your Website into an App (and why maybe you shouldn't!) with Russell Keith Magee

The web is an amazing platform for building and deploying code. But sometimes, a website just won't do - you …

View Details
Panel Discussion: The State of Django - DjangoCon US 2022

Panel Discussion: The State of Django - DjangoCon US 2022

What does the future of Django hold? How should the community grow? This talk was presented at: https://2022.djangocon.us/talks/panel-discussion-the-state-of-django/ LINKS: Follow …

View Details
A pythonic full-text search with Paolo Melchiorre - DjangoCon US 2022

A pythonic full-text search with Paolo Melchiorre - DjangoCon US 2022

Keeping in mind the pythonic principle that "simple is better than complex" we'll see how to implement full-text search in …

View Details
Herding your database queries: diagnosing, improving and guarding performance of DB interactions

Herding your database queries: diagnosing, improving and guarding performance of DB interactions

Django ORM makes it easy to persist and retrieve DB information. However, it is also easy to accidentally introduce a …

View Details
Miracles in Anarchy with Timothy Allen - DjangoCon US 2022

Miracles in Anarchy with Timothy Allen - DjangoCon US 2022

After over four decades of coding, I've come to the conclusion that it is a miracle that anything I write …

View Details
Increase your productivity on personal projects with comprehensive docs and automated tests - DCUS

Increase your productivity on personal projects with comprehensive docs and automated tests - DCUS

Automated tests and comprehensive documentation help large engineering teams collaborate more effectively. But do they have a place in personal …

View Details
Django from queryset to serialization with Iuri de Silvio - DjangoCon US 2022

Django from queryset to serialization with Iuri de Silvio - DjangoCon US 2022

A common Django project bad practice is serializing ORM objects without properly loading relationships, causing N+1 query issues. Django don´t …

View Details
Django Through the Years with Andrew Godwin - DjangoCon US 2022

Django Through the Years with Andrew Godwin - DjangoCon US 2022

This talk was presented at: https://2022.djangocon.us/talks/django-through-the-years/ LINKS: Follow Andrew Godwin 👇 On Twitter: https://twitter.com/andrewgodwin On GitHub: https://github.com/andrewgodwin Website: http://www.aeracode.org Follow …

View Details
Sponsored Talk: Production Django on Platform.sh: reaching operational maturity in days, not years

Sponsored Talk: Production Django on Platform.sh: reaching operational maturity in days, not years

Delivering Django applications doesn’t just mean deployment. It means clearly defining a delivery lifecycle so that updates and upgrades are …

View Details
AyudaPy.org: From Weekend Project to Key Civic Movement During the Pandemic w Marcelo Elizeche LandĂł

AyudaPy.org: From Weekend Project to Key Civic Movement During the Pandemic w Marcelo Elizeche LandĂł

When a pandemic strikes where the State is absent, the only option is to resort to creativity and community support …

View Details
Keeping track of architectural-ish decisions in a sustainable way with Juan Saavedra - DCUS 2022

Keeping track of architectural-ish decisions in a sustainable way with Juan Saavedra - DCUS 2022

More often than not, keeping track of decisions made in the context of software development is… challenging. Many developers have …

View Details
Scheming with CSRF: When platforms manage to break things with Katie McLaughlin - DjangoCon US 2022

Scheming with CSRF: When platforms manage to break things with Katie McLaughlin - DjangoCon US 2022

When you choose to host your Django sites on managed platforms, you delegate responsibility to those platforms. But when you …

View Details
Django Migrations: Pitfalls and Solutions with Benjamin Zagorsky - DjangoCon US 2022

Django Migrations: Pitfalls and Solutions with Benjamin Zagorsky - DjangoCon US 2022

Django's migration system is one of its greatest strengths as a framework. It can automatically generate migrations based on your …

View Details
Lightning Talks Day Two with Kojo Idrissa - DjangoCon US 2022

Lightning Talks Day Two with Kojo Idrissa - DjangoCon US 2022

This talk was presented at: https://2022.djangocon.us/talks/lightning-talks/ LINKS: Follow Kojo Idrissa 👇 On Twitter: https://twitter.com/kojoidrissa On GitHub: https://github.com/kojoidrissa Website: http://kojoidrissa.com/ Follow …

View Details
Explaining EXPLAIN: A dive into PostgreSQL's EXPLAIN plans with Richard Yen - DjangoCon US 2022

Explaining EXPLAIN: A dive into PostgreSQL's EXPLAIN plans with Richard Yen - DjangoCon US 2022

How to use PostgreSQL's EXPLAIN to keep your Django app performing well This talk was presented at: https://2022.djangocon.us/talks/explaining-explain-a-dive-into-s-explain/ Follow DjangCon …

View Details
Lint All the Things! with Luke Lee - DjangoCon US 2022

Lint All the Things! with Luke Lee - DjangoCon US 2022

Code that’s uniform is easier to read, write, and debug, but writing down your standards and conventions in a README …

View Details
Method Resolution Order (MRO) in Python with Sanyam Khurana - DjangoCon US 2022

Method Resolution Order (MRO) in Python with Sanyam Khurana - DjangoCon US 2022

It’s time to stop succumbing with common pitfalls when deciding the order of precedence of methods in multiple inheritances. This …

View Details
Just enough ops for developers with Peter Baumgartner - DjangoCon US 2022

Just enough ops for developers with Peter Baumgartner - DjangoCon US 2022

Most developers don't want to think about operations (aka Ops, DevOps…). PaaS providers (Heroku, Fly, Render, etc.) do an awesome …

View Details
A Management Layer for Scalable, Multitenant Django with Addison Hardy and James Ray - DCUS 2022

A Management Layer for Scalable, Multitenant Django with Addison Hardy and James Ray - DCUS 2022

At JPL, we’re building a web hosting platform powered by Django and Wagtail CMS. A key architectural goal was to …

View Details
Your First Deployment Shouldn't Be So Hard! with Eric Matthes - DjangoCon US 2022

Your First Deployment Shouldn't Be So Hard! with Eric Matthes - DjangoCon US 2022

The django-simple-deploy project is a standalone management command that automatically configures a Django project for hosting on a number of …

View Details
Astrodigenous: an online portal for Indigenous sky-knowledge resources in Canada with Heidi White

Astrodigenous: an online portal for Indigenous sky-knowledge resources in Canada with Heidi White

While astronomy and the study of the sky and Universe have been explored within a variety of global and cultural …

View Details
Tips and tricks for optimizing Django response times with Carmela Beiro - DjangoCon US 2022

Tips and tricks for optimizing Django response times with Carmela Beiro - DjangoCon US 2022

After deploying a project in production and generating new data, it's common that some response time issues arise. We don't …

View Details
The Software Supply Chain and You: How to Build and Ship More Secure Django Apps w Lisa Tagliaferri

The Software Supply Chain and You: How to Build and Ship More Secure Django Apps w Lisa Tagliaferri

Software supply chain security is increasingly important to the open source ecosystem, but the learning curve can be steep. Certificate …

View Details
Keynote: State of the Object-Relational Mapping (ORM) with Simon Charette - DjangoCon US 2022

Keynote: State of the Object-Relational Mapping (ORM) with Simon Charette - DjangoCon US 2022

This talk was presented at: https://2022.djangocon.us/talks/keynote-state-of-orm/ LINKS: Follow Simon Charette 👇 On GitHub: https://github.com/charettes Follow DjangCon US 👇 https://twitter.com/djangocon Follow …

View Details
Sponsored Talk: An Introduction to Summit Technology Group with David Graves - DjangoCon US 2022

Sponsored Talk: An Introduction to Summit Technology Group with David Graves - DjangoCon US 2022

This talk was presented at: https://2022.djangocon.us/talks/sponsored-talk-summit-technology-group/ Follow DjangCon US 👇 https://twitter.com/djangocon Follow DEFNA 👇 https://twitter.com/defnado https://www.defna.org/

View Details
Hidden gems of Django Admin with Maxim Danilov - DjangoCon US 2022

Hidden gems of Django Admin with Maxim Danilov - DjangoCon US 2022

In my presentation, I will talk about how powerful django.contrib.admin really is. This talk was presented at: https://2022.djangocon.us/talks/hidden-gems-of-django-admin/ LINKS: Follow …

View Details
Async Django: The practical guide you've been **awaiting** for with Carlton Gibson - DCUS 2022

Async Django: The practical guide you've been **awaiting** for with Carlton Gibson - DCUS 2022

There’s a lot of excitement about Django going async in 3.0+ but also many questions. This talk will provide a …

View Details
Lightning Talks Day Three with Kojo Idrissa - DjangoCon US 2022

Lightning Talks Day Three with Kojo Idrissa - DjangoCon US 2022

This talk was presented at: https://2022.djangocon.us/talks/lightning-talks/ LINKS: Follow Kojo Idrissa 👇 On Twitter: https://twitter.com/kojoidrissa On GitHub: https://github.com/kojoidrissa Website: http://kojoidrissa.com/ Follow …

View Details
Why large Django projects need a data (prefetching) layer with Flávio Juvenal - DjangoCon US 2022

Why large Django projects need a data (prefetching) layer with Flávio Juvenal - DjangoCon US 2022

Django REST Framework focus on Don’t Repeat Yourself is useful for code simplicity and compatibility with built-in solutions for permissions, …

View Details
Home on the range with Django - getting comfortable with ranges and range fields with Jack Linke

Home on the range with Django - getting comfortable with ranges and range fields with Jack Linke

Building complex range-based queries with individual start and end fields is inconvenient, inefficient, and does not make use of the …

View Details
Keynote: Women of Open Source Community Africa; Emerging a Star with Ruth Ikegah - DjangoCon US 2022

Keynote: Women of Open Source Community Africa; Emerging a Star with Ruth Ikegah - DjangoCon US 2022

This talk was presented at: https://2022.djangocon.us/talks/keynote-women-of-open-source-community-a/ LINKS: Follow Ruth Ikegah 👇 On Twitter: https://twitter.com/ikegahruth On GitHub: https://github.com/ruth-ikegah Website: http://ruthikegah.xyz/ Follow …

View Details

All Conferences

DjangoCon US

-

View Details