Privacy and Security low cost

Nowaday is easy to see news about attacks that have compromised privacy and security from both people and companies. Thanks to the hyperconnectivity that we have and a poor education about security and privacy we do not realize the footprint that...

Mockig a database cursor instance in Python

I found an issue recently, when I tried to mock a function that has the following behavior. There is a query to database to fetch several rows, the result is a cursor that will be iterated later. Hence each iteration will write a file with the...