Dec. 29, 2022 » Django on Matt Layman » [Archived Version]
In this episode, I updated and supercharged my editor by switching to Neovim. After that, we did an Exercism excercise that looked at Python tuples. Then I started on a new issues for my SaaS, but pivoted to adding django-stubs to improve the type hinting in the code.
Read MoreDec. 22, 2022 » TestDriven.io » [Archived Version]
This article looks at how to configure Celery to handle long-running tasks in a Django app.
Read MoreDec. 21, 2022 » Django Chat » [Archived Version]
Sheena is the CTO of Umuzi, a South Africa non-profit that trains young people in technical skills. We discuss the curriculum, teaching real-world programming skills, and building an online LMS due to Covid.
Read MoreDec. 21, 2022 » Anže’s Blog » [Archived Version]
A change in how Python handles `str` and `int` mixins in Enum classes might break your code when you upgrade to Python 3.11.
Read MoreDec. 19, 2022 » James Bennett » [Archived Version]
This is the second in a series of posts I intend to write about how to build, deploy, and manage Python applications in as boring a way as possible. In the first post in the series I gave a definition of what I mean by “boring”, and it’s worth revisiting: I don’t mean “reliable” or “bug-free” or “no incidents”. While there is some overlap, and some of the things I’ll be recommending can help to reduce … Read full entry
Read MoreDec. 19, 2022 » James Bennett » [Archived Version]
This is the second in a series of posts I intend to write about how to build, deploy, and manage Python applications in as boring a way as possible. In the first post in the series I gave a definition of what I mean by “boring”, and it’s worth revisiting: I don’t mean “reliable” or “bug-free” or “no incidents”. While there is some overlap, and some of the things I’ll be recommending can help to reduce … Read full entry
Read MoreDec. 19, 2022 » REVSYS Blog » [Archived Version]
Website vs Web App: Hidden Complexities
Read MoreDec. 15, 2022 » TestDriven.io » [Archived Version]
This tutorial looks at how to deploy a Django application to Render.
Read MoreDec. 8, 2022 » Software Development Blog & IT Tech Insights | Django Stars » [Archived Version]
With the global recession looming, wealth management software development might not sound like the best idea. However, private wealth management gains popularity as modern people seek financial security and a decent income. And after the pandemic put many people in debt, they are exploring new ways to manage finances. At the same time, more experts […] The post Wealth Management Software Development 101: All You Need to Build a Profitable App appeared first on Software Development Blog &a…
Read MoreDec. 8, 2022 » Django on Matt Layman » [Archived Version]
In this episode, we did an Exercism excercise that looked at Python list methods. Then we dug into Stripe and got to the bottom of some warnings reported by Firefox about potential Content Security Policy issues. Ultimately, we discovered some interesting additional Firefox cookie protection that were not found in Chrome.
Read More