February 22, 2022 Comodoro 1.3.0 released! New version 1.3.0 of Comodoro App released today, featuring new context menus with additional handy functions, and an enhanced support for batch actions over tasks and cards. Card batch actions… READ MORE
February 2, 2022 Comodoro App is now released! Today I'm very happy and proud to announce the first public version of my own pet project, Comodoro App. TL;DR Check it out! http://comodoro.app and follow the project on LinkedIn https://lnkd.in/dFJymCAd and Facebook https://lnkd.in/dgY52-78. Comodoro… READ MORE
March 27, 2011 E/R Zero or One to Many relationships While 1:n, 1:1 and n:m relationships are thoroughly used to design logical database models, there another another kind, {0|1}:n that may come in handy in some cases. Lets analyze this… READ MORE
July 27, 2010 MySQL clean reinstall To perform a clean reinstall of the MySQL server (which regenerates start scripts, databases and config files) use: sudo apt-get install mysql-server sudo apt-get remove --purge mysql-server sudo apt-get autoremove… READ MORE
May 11, 2010 Implementing a database cubes system on MySQL I've already talked about how I solved the problem of managing huge amounts of data in my last post. Now, I'm going to explain how to implement one of the… READ MORE