Development & Performance, Web AI Isn’t Your Architect: Real-World Issues in a Vue project 15.12.2025 by Nicolas Meunier In my previous article I generated a Rest NestJS API using AI. Today, I will create a small UI to authenticate users via the API. I will use this simple case to show the limits of coding with(…)
Database management, SQL Server The truth about nested transactions in SQL Server 15.12.2025 by Louis Tochon Nested transactions in SQL Server don’t provide real isolation; @@TRANCOUNT rises, but only the main transaction controls locks.
Database Administration & Monitoring, Database management, NoSQL MongoDB DMK 2.3: new features 15.12.2025 by Julien Delattre The latest MongoDB DMK release (2.3.1) introduces a lot of new features and important changes, which I will describe here. dbi services provides the DMK (Database Management Kit) to its customers for multiple technologies:(…)
Database Administration & Monitoring, Database management, DevOps, Development & Performance What is Forgejo and getting it up and running on FreeBSD 15 12.12.2025 by Daniel Westermann In recent customer projects I had less to do with PostgreSQL but more with reviewing infrastructures and give recommendations about what and how to improve. In all of those projects GitLab is used in one(…)
Development & Performance, Web How effective is AI on a development project? 12.12.2025 by Nicolas Meunier In this article, I will try to evaluate the benefits of AI on a development project and what concrete changes it makes to our development practices. The test case and the approach I chose a familiar environment for(…)
Oracle OGG-10556 when starting extract from GoldenGate 23ai web UI 12.12.2025 by Julien Delattre Another day, another not-so-documented GoldenGate error, this time about the OGG-10556 error, which I had when setting up replication on a new GoldenGate installation. After making changes from the web UI in an extract, I ended with the following(…)
Development & Performance, SQL Server Understanding XML performance pitfalls in SQL Server 11.12.2025 by Louis Tochon A deep dive into how SQL Server processes XML, the performance impact of XQuery methods, and why proper indexing matters.
Kubernetes Two days at the KCD Suisse Romande 11.12.2025 by Nicolas Meunier The 4th and 5th december, I attended KCD Suisse Romande in Geneva. It was a great event in a great place with great people. I really enjoyed the talks and the workshops. First Day: the workshops After(…)
Oracle How to patch your ODA to 19.29? 08.12.2025 by Jérôme Dubar How to patch your Oracle Database Appliance to 19.29(…)
Oracle Extend Session Timeout in GoldenGate Microservices Web UI 08.12.2025 by Julien Delattre If you start using the GoldenGate web UI after installing it, you might end up thinking that extending the session timeout would be nice. Since there is no clear Oracle documentation on that matter, here are multiple ways(…)