Ozzie.eu

Ozzie.eu

Love to code although it bugs me.

20 Jun 2022

Powershell Error on Invoke-Sqlcmd? Ditch the pipe operator.

As you might have read, I'm a fan of GTD. Having to develop a quick batch solution for some data copying between different SQL Server databases, I chose to use Powershell scripting and the Invoke-SqlCmd cmdlet. However I was faced with unexpected errors for something as trivial as an export/import job.
07 Dec 2021

Preferred Programming Language Versus Getting Things Done

Now and then you’ll face some important task that needs to be done on the spot, with no delays. Usually single-shot operations. For that, the key performance indicator is GTD.
25 Oct 2021

Python script to unfollow inactive friends on Twitter

Twitter is great to learn the news of your chosen interests, but sometimes your get stuck with an increasing amount of inactive friends who haven't updated their status in ages.
07 Sep 2021

EF Core Update Model on Database First Project

Developing a project using .NET Core and Entity Framework, using an existing database, does not come with a Model update wizard. But still, it doesn't have to be a daunting task.
11 Jun 2021

Using Windows Subsystem for Linux for cross-platform testing

WSL is a wonderful feature to perform cross-plataform testing without having to install 3rd party virtualization software or containers.