One of these days I had the need to obtain a random datetime inside a specified range, on SQL Server 2008+. After a few minutes…
fullstack thoughts
One of these days I had the need to obtain a random datetime inside a specified range, on SQL Server 2008+. After a few minutes…
Whenever it’s needed to perform some heavy/slow task on a mobile application, it’s a good practice to perform that specific operation on the background, using…
I recently needed to map a C# class to a database table using FluentNHibernate. So far so good…. But then I got stuck as one…
For those like me who are entering the ruby world but have programming experience with other languages, it can be hard to get things done,…