https://blog.djangogirls.org/post/706264705743945728/oddbird-joins-as-django-girls-global-partner
Django Girls Blog — OddBird joins as Django Girls Global Partner!
Jan 12, 2023 - Happy New Year! We are excited to start the year by announcing a great company joining us as a global partner - OddBird! OddBird collaborates with teams at...
girls blogdjangomdashoddbird
https://www.oddbird.net/2023/10/19/fastapi-path-operations-for-django-developers/
FastAPI Path Operations for Django Developers | OddBird
FastAPI path operations are the equivalent of Django views. In this article we explore the differences, advantages, and gotchas of using them from the...
fastapi path operationsdjango
https://www.oddbird.net/workshops/django-end-to-end-testing/
Effective End-to-End Testing for Django | OddBird
A hands-on workshop using pytest and Playwright
django oddbirdeffectiveend
https://www.oddbird.net/2017/04/17/async-notifications/
Django, Background Processes, and Keeping Users in the Loop | OddBird
When you have out-of-band processing in a web app, how do you let users know that the status of a task has changed? Depending on your front-end client, there...
background processesdjango
https://www.oddbird.net/2018/12/12/channels-and-drf/
Django REST Framework & Channels | OddBird
django rest frameworkamp
https://www.oddbird.net/2023/10/23/sqlalchemy-for-django-developers/
SQLAlchemy for Django Developers | OddBird
django developers oddbird
https://www.oddbird.net/talks/testing-django/
Testing and Django | OddBird
Django has a fair bit of custom test code: a custom TestSuiteRunner, custom TestCase subclasses, some test-only monkeypatches to core Django code, and a raft...
django oddbirdtesting