Aug. 31, 2022 » Django Chat » [Archived Version]
Carl is a Software Engineer at Instagram and a Django Core developer. We discuss his contributions to Django and how Django and Python are used at Instagram today.
Read MoreAug. 25, 2022 » Django on Matt Layman » [Archived Version]
In this episode, we finished off the teacher checklist feature in the homeschool app. I tied together all the loose ends, checked the feature end to end, and wrote the unit tests to complete the whole effort.
Read MoreAug. 25, 2022 » Django on Matt Layman » [Archived Version]
In this episode, we finished off the teacher checklist feature in the homeschool app. I tied together all the loose ends, checked the feature end to end, and wrote the unit tests to complete the whole effort.
Read MoreAug. 21, 2022 » Adam Johnson » [Archived Version]
Django’s transaction.on_commit() allows you to run a function after the current database transaction is committed. This is useful to ensure that actions with external services, like sending emails, don’t run until the relevant data is definitely saved. Although Django’s documentation says that on_commit() takes a “function …
Read MoreAug. 21, 2022 » Adam Johnson » [Archived Version]
Django’s transaction.on_commit() allows you to run a function after the current database transaction is committed. This is useful to ensure that actions with external services, like sending emails, don’t run until the relevant data is definitely saved. Although Django’s documentation says that on_commit() takes a “function …
Read MoreAug. 18, 2022 » Django on Matt Layman » [Archived Version]
In this episode, I returned to the teacher checklist feature and started work on the edit page that will allow users to customize what they see on the checklist.
Read MoreAug. 18, 2022 » Honeybadger Developer Blog (Django Articles) » [Archived Version]
Automating your test suite helps get your code to production faster. In this tutorial, you'll learn how to write unit tests for Django and run them with GitHub Actions.
Read MoreAug. 18, 2022 » Django on Matt Layman » [Archived Version]
In this episode, I returned to the teacher checklist feature and started work on the edit page that will allow users to customize what they see on the checklist.
Read MoreAug. 17, 2022 » Django Chat » [Archived Version]
Tom is the creator of Django REST Framework, HTTPX, and a whole suite of new async Python web stack packages.
Read MoreAug. 17, 2022 » Software Development Blog & IT Tech Insights | Django Stars » [Archived Version]
Even an established company with a good market reputation can’t build its success on previous achievements alone. Technology evolves, user expectations grow, and new realities force businesses to improve in response. Because if you aren’t ready to change, your competitors get a chance to get ahead. The view of things outlined above is familiar to […] The post The Importance of Software Modernization for a Product Success: Boa Lingua’s Approach appeared first on Software Develo…
Read More