Award on Better Governance through Procurement Digitalisation

Four years ago, I was the technical lead in the development and support team for the Portuguese Public Contract Register. The platform won second place in the Award ‘Better Governance through Procurement Digitalisation’. That award aimed to highlight and reward the solutions in digital public procurement in Europe that help to improve the governance of the national procurement systems. There was a cash prize for the award winners. We invested ours in text-to-speech software.
[Read more]

Better Powershell SQL comand exection using Dbatools

Recently I chose to develop a quick batch solution, for working with SQL Server databases, using Powershell and the Invoke-SqlCmd cmdlet. I was faced with unexpected errors. After quick workaround on the code, I was able to get things done. However, recently I got to redo the batch resulting on a more performant solution. The key to this was the Invoke-DbaQuery Cmdlet.

[Read more]