Sept. 22, 2022 » Django on Matt Layman » [Archived Version]
In this episode, we picked up some customer features to improve the app. I knocked out the first feature pretty quickly. The second feature involved working with FormData in the DOM, which proved to have some interesting challenges.
Read MoreSept. 22, 2022 » Honeybadger Developer Blog (Django Articles) » [Archived Version]
Building stateful web applications can be tricky, unless you use a framework, of course—Django to the rescue! In this article, learn how to build a realtime chat app using Django Channels and WebSockets.
Read MoreSept. 22, 2022 » Django on Matt Layman » [Archived Version]
In this episode, we picked up some customer features to improve the app. I knocked out the first feature pretty quickly. The second feature involved working with FormData in the DOM, which proved to have some interesting challenges.
Read MoreSept. 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 More