Programming Leftovers
-
Patrick Cloke: Celery architecture breakdown
The Celery project, which is often used Python library to run “background tasks” for synchronous web frameworks, describes itself as:
Celery is a simple, flexible, and reliable distributed system to process vast amounts of messages , while providing operations with the tools required to maintain such a system.
-
Countering string bloat (addendum)
As last weeks post on countering string bloat has triggered some interest (and a few misunderstandings) here are a few more details on that topic. Nevertheless this isn’t going to be a comprehensive discussion of string handling in Qt (and was never meant to be), there’s plenty of posts and talks on that subject already out there if you want to dig deeper.
-
Qt Insight 1.4 Released
Qt Insight 1.4 release is now available.
-
Coding in Rust? Here's a New IDE by JetBrains
After recently announcing that IntelliJ-based IDEs will support the Wayland display server protocol, JetBrains has unveiled a new IDE for Rust Developers.
Called the “RustRover”, it aims to be a feature-packed standalone Rust IDE that is set to receive regular updates, quick support, and an “out-of-the-box experience”.
Allow me to show you what it has to offer.