ITDevCon 2023 - Greetings and Thanks
ITDevCon 2023 - Greetings and Thanks
ITDevCon 2023 - Saluti e Rigraziamenti (ITALIANO)
ITDevCon 2023 - Saluti e Rigraziamenti (ITALIANO)
Embrace The Richardson Maturity Model in Delphi Development with DelphiMVCFramework
In the ever-evolving landscape of software development, one of the most prominent and pressing challenges is building scalable, maintainable, and efficient web applications. To address this challenge, various architectural patterns and models have emerged, each aiming to provide a roadmap towards achieving these goals. One such model that has gained significant traction in recent years is the Richardson Maturity Model, named after its creator, Leonard Richardson. In this article, we will explore the Richardson Maturity Model and how DelphiMVCFramework, a Delphi developer framework, aligns perfectly with its principles.
Automatically realign identities values in PostgreSQL
Realign identity values in PostgreSQL problem identities misalignment typically arises in PostgreSQL when there is a mismatch between the values generated by a sequence or identity column and the actual data in the table. This misalignment can occur for various reasons, such as manual insertion of values into an identity column, data manipulation errors, or issues with sequence generators. Identifying and resolving this problem is crucial to maintain data integrity. Below, I'll explain the problem and provide a SQL script to resolve it.
Join us for a Deep Dive into DMSContainer 4.2
json jsonrpc microservice save money improve results delphi python
Lancio di DMSContainer 4.2 + Corso Semestrale di aggiornamento
json jsonrpc microservice save money improve results delphi python
Come creare una Web API con Delphi, DMVCFramework e PostgreSQL - Parte 1 [ITALIANO]
web api webapi delphi dmvcframework delphi postgresql mssqlserver sqlserver active record
CRUD Web API with Delphi, DMVCFramework and PostgreSQL - Part 1
web api webapi delphi dmvcframework delphi postgresql mssqlserver sqlserver active record
How and When use Identities over Serial Types in PostgreSQL?
PostgreSQL IDENTITY vs SERIAL in 2025: Which should you use? Complete comparison with migration examples, performance tips, and best practices. Learn when to choose GENERATED AS IDENTITY over SERIAL for your primary keys.