Let's talk!
Clients
Services
Blog
About us
Careers
Let's talk!
SOFTWARE
HOUSE
Clients
Services
MVP Development
Web Development
Staff Augmentation
Insights
Blog
Learnings
Careers
About us
Contact us
Learnings
Boost your knowledge with the insights from our expert team.
accessibility
accessibility
agile
agile
ai
ai
api
api
architecture
architecture
aws
aws
career
career
celery
celery
communication
communication
concurrency
concurrency
css
css
data
data
database
database
db
db
debug
debug
design
design
design system
design system
development
development
devops
devops
django
django
docker
docker
documentation
documentation
figma
figma
frontend
frontend
git
git
html
html
javascript
javascript
js
js
leadership
leadership
management
management
metrics
metrics
ml
ml
orm
orm
performance
performance
postgres
postgres
process
process
product
product
product design
product design
python
python
react
react
redux
redux
research
research
security
security
software
software
sql
sql
sre
sre
test
test
testing
testing
tests
tests
typescript
typescript
ui
ui
ux
ux
web
web
workflow
workflow
<p>How Does Django's StreamingHttpResponse Work, Exactly? </p>
↗
https://andrewbrookins.com/django/how-does-djangos-streaminghttpresponse-work-exactly/
Flavio Juvenal
Mar 17, 2022
Topics:
django, generator, http, performance
<p>Using a Replica Router in Django to read your own writes - Scaling Django with Postgres Read Replicas: </p>
↗
https://andrewbrookins.com/python/scaling-django-with-postgres-read-replicas/
Flavio Juvenal
Mar 11, 2022
Topics:
django, postgres, replica, scaling
<p>Django pagination based on the seek method / keyset paging / offset-less pagination: </p>
↗
https://github.com/nitely/django-infinite-scroll-pagination
Flavio Juvenal
Mar 8, 2022
Topics:
django, orm, pagination
<p>How can I cast a DateField() + TimeField() to local time in a Django QuerySet? </p>
↗
https://stackoverflow.com/questions/69260536/how-can-i-cast-a-datefield-timefield-to-local-time-in-a-django-queryset
Flavio Juvenal
Mar 7, 2022
Topics:
datetime, django, orm, postgres, timezone
<p>Django’s Field Choices Don’t Constrain Your Data </p>
↗
https://adamj.eu/tech/2020/01/22/djangos-field-choices-dont-constrain-your-data/
Elton Morais
Feb 14, 2022
Topics:
database, django
<p>Improve Serialization Performance in Django Rest Framework </p>
↗
https://hakibenita.com/django-rest-framework-slow
Elton Morais
Feb 14, 2022
Topics:
django, drf, performance
<p>DRF serializer to_representation is not called if field value is None </p>
↗
https://stackoverflow.com/a/54258039
Renato Vieira
Jan 25, 2022
Topics:
django, python
<p>Python’s pickle can execute arbitrary code. If an attacker can get a pickle into your system, they can do anything they like! </p>
↗
https://twitter.com/AdamChainz/status/1476137084234911745
Rebeca Sarai
Dec 29, 2021
Topics:
django, python
<p>How to make Django migrations that add unique fields: </p>
↗
https://docs.djangoproject.com/en/3.2/howto/writing-migrations/#migrations-that-add-unique-fields
Flavio Juvenal
Dec 27, 2021
Topics:
db, django, migrations, uuid
<p>You can run EXPLAIN on a SQL query directly from a Django queryset: </p>
↗
https://docs.djangoproject.com/en/3.2/ref/models/querysets/#explain
Flavio Juvenal
Dec 23, 2021
Topics:
db, django, performance
<p>How to test the callbacks passed to Django's transaction.on_commit</p>
↗
https://docs.djangoproject.com/en/4.2/topics/db/transactions/
Elton Morais
Dec 20, 2021
Topics:
django, testing
<p>Keeping data integrity with Django migrations </p>
↗
https://cheesecakelabs.com/blog/keeping-data-integrity-django-migrations/
Gabriela Cavalcante
Dec 20, 2021
Topics:
django, migration
<p>Handling permissions in DRF </p>
↗
https://testdriven.io/blog/drf-permissions/
Renato Vieira
Dec 13, 2021
Topics:
django, drf, python
<p>Context Manager to launch exceptions when Django makes unexpected queries to ensure explicit control over DB overhead: </p>
↗
https://github.com/dabapps/django-zen-queries
Flavio Juvenal
Nov 25, 2021
Topics:
database, db, django, performance, sql
<p>How to Create an Index in Django Without Downtime: </p>
↗
https://realpython.com/create-django-index-without-downtime/
Flavio Juvenal
Nov 24, 2021
Topics:
django, downtime, index, postgresql, sql
<p>Optimizing the Django Admin Paginator: </p>
↗
https://hakibenita.com/optimizing-the-django-admin-paginator
Flavio Juvenal
Nov 24, 2021
Topics:
admin, db, django, sql
<p><django-formset> is a Webcomponent to wrap one or more Django Forms with a much better User Experience: </p>
↗
https://github.com/jrief/django-formset
Flavio Juvenal
Nov 4, 2021
Topics:
django, frontend, javascript, webcomponent
<p>django-ninja - Fast, async, type hints-based framework for building APIs: </p>
↗
https://github.com/vitalik/django-ninja
Flavio Juvenal
Oct 15, 2021
Topics:
api, async, django
<p>Book High Performance Django Is Free Online </p>
↗
https://lincolnloop.com/blog/high-performance-django-free-online/
Gustavo Carvalho
Oct 6, 2021
Topics:
django
<p>Automatically upgrade your Django projects. </p>
↗
https://github.com/adamchainz/django-upgrade
Gustavo Carvalho
Sep 21, 2021
Topics:
django
<p>Book Speed Up Your Django Tests: </p>
↗
https://adamchainz.gumroad.com/l/suydt
Flavio Juvenal
Sep 20, 2021
Topics:
django, performance, test
<p>Where to put business logic in Django? </p>
↗
https://forum.djangoproject.com/t/where-to-put-business-logic-in-django/282
Flavio Juvenal
Sep 15, 2021
Topics:
codearchitecture, django
<p>django-capture-on-commit-callbacks: Capture and make assertions on () callbacks. This allows you to write your tests with the TestCase, rather than needing the slower TransactionTestCase to actually commit the transactions: </p>
↗
https://pypi.org/project/django-capture-on-commit-callbacks/
Flavio Juvenal
Sep 8, 2021
Topics:
django, testing
<p>Using Django Check Constraints to Prevent the Storage of The Empty String </p>
↗
https://adamj.eu/tech/2021/01/31/django-check-constraints-prevent-storage-empty-string/
Filipe Ximenes
Aug 10, 2021
Topics:
django
Previous
Next
Close Cookie Preference Manager
Cookie Settings
By clicking “Accept all”, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage and assist in our marketing efforts.
Check our privacy policies.
Strictly Necessary (Always Active)
Cookies required to enable basic website functionality.
Analytics
Cookies helping understand how this website performs, how visitors interact with the site, and whether there may be technical issues.
Marketing
Cookies used to deliver advertising that is more relevant to you and your interests.
Personalization
Cookies allowing the website to remember choices you make (such as your user name, language, or the region you are in).
Save settings
Accept all
We use Cookies to promote our services.
Settings and Privacy.
Accept