Blog

Git: recover from messy situations
admin
A few years ago, we transitioned from subversion to git for our version control system. There is no doubt that git is much more powerful,

Postgresql logical replication and foreign key constraints
admin
Are you using logical replication? Did you know that, by default, triggers In Postgresql are not fired when a table is updated by logical replication? If you

Freeing task-access objects
admin
Ada was the first language to include support for tasks (aka multi-threading) as part of the language itself. As such, it is often convenient to

Calling inherited primitive operations in Ada
admin
In object-oriented programming, it is often the case that we wantto override a primitive operation from a parent type.While some languages have built-in support for