Posts by joente

@joente

Jeroen van der Heijden

My passion for programming started during childhood and since about 2012 I start...
Joined November 2025
830 Points27 Badges4 Connections5 Followers7 Following

Posts by joente

joente in Articles 3 min read
When making use of Python's asyncio library, synchronizing code within a single process is a solved problem. A simple asyncio.Lock ensures that coroutines play nice together. But as soon as your application scales to multiple containers, servers, or ...
post-cover-12077
joente in Articles 2 min read
In the latest release of ThingsDBhttps://github.com/thingsdb/ThingsDB, we’ve introduced a way to significantly accelerate the typeall function. By enabling type indexing, you can now loop over all instances of a specific type with near-instant result...
post-cover-11965
joente in Articles 3 min read
In my previous posthttps://coderlegion.com/8421/schema-first-approach-with-thingsdb, I promised to dive into the client side. However, to truly appreciate how the client interacts with the system, we first need to pull back the curtain on what happen...
post-cover-8731
joente in Articles 4 min read
In many architectures, the separation between database and application code introduces a dangerous gap where data integrity can fail. The application code is responsible for validation, but what if multiple services access the same data? This post e...
post-cover-8421
joente in Articles 2 min read
"No code in the database" is a mantra instilled in developers from computer science school onward. It's a fundamental principle of traditional database design aimed at separation of concerns and maintainability. But what if your database IS your cod...
joente in Articles 3 min read
In the world of real-time applications, delivering instantaneous updates to users is foundational. From collaborative documents to live chat applications, the ability to instantly reflect changes across all connected clients can make or break the use...
post-cover-7517
chevron_left

Latest Jobs

View all jobs →