Sept. 20, 2022 » Paolo Melchiorre » [Archived Version]
DjangoCon Europe is an international conference for the community by the community about the Django web framework, held each year in Europe.
Read MoreSept. 19, 2022 » james.walters.click » [Archived Version]
Some years ago, I was kicking around in the Ubuntu MATE IRC room, and I asked Martin Wimpress for his advice on getting started with programming. I've noted previously my fascination with operating systems, so I was expecting that the man behind my distro of choice would refer me to …
Read MoreSept. 13, 2022 » james.walters.click » [Archived Version]
Let me spin you a yarn... 🧶 👴 I'm known to at least one friend as his "Linux grandpa" (I'm fairly certain I coined this phrase myself). We met while working together at my current company. He was (and is) a sharp developer. I hadn't really started development yet, or perhaps more …
Read MoreSept. 13, 2022 » james.walters.click » [Archived Version]
Hi there! 👋 I'm James, and I've decided to start a dev blog. It's a bit of a cliché, I know, but for me I think it will be a fruitful exercise. I like writing, and I've tried blogging over the years, but I've never really found a good fit for …
Read MoreSept. 11, 2022 » Django Archives - ZeroToByte » [Archived Version]
Sorting data stored in the database can often be crucial for your application. Luckily, Django has integrated methods over querysets ... Read more The post How to use Django order_by? appeared first on ZeroToByte.
Read MoreSept. 8, 2022 » Django on Matt Layman » [Archived Version]
In this episode, I worked on an issue to improve the user experience when deleting a task. The previous version forgot the user’s position in a task delete, and we updated the view so that the user would be returned to the same portion of a task list in the course.
Read MoreSept. 8, 2022 » Django on Matt Layman » [Archived Version]
In this episode, I worked on an issue to improve the user experience when deleting a task. The previous version forgot the user’s position in a task delete, and we updated the view so that the user would be returned to the same portion of a task list in the course.
Read MoreSept. 6, 2022 » TestDriven.io » [Archived Version]
This article looks at how property-based testing via Hypothesis and Schemathesis can be used to test FastAPI.
Read MoreSept. 2, 2022 » TestDriven.io » [Archived Version]
In this tutorial, we'll look at how to configure GitHub Actions to continuously deploy a Django and Docker application to Linode.
Read MoreSept. 1, 2022 » Django on Matt Layman » [Archived Version]
In this episode, I updated my app to use flake8-bugbear. I fixed the issues that popped up and talked about strategies to manage adding new tools.
Read More