Blog
Archive for 2013
Read More
How to reduce code duplication
By using Ruby or Pyton you might know about the fact that both are dynamically typed, as a result a developer can choose some of the variants available to remove some of...
Read More
Mysql field types and their charsets
When having to administer a big database having tables that contains millions of rows, a big issue emerges. Optimizing the tables and the data stored.
A short version...