Little by little I am migrating and translating all my texts from old blogs and articles spread across the internet to my old new corner. Many texts are not worth transplanting, others lose their meaning when translated. But with baby steps I will do this work and try to maintain at least their chronology. I hope it’s worth reading. Thanks new/old/ghost reader for stopping by.
Arthur Molina
passionate about looking for solutions to problems
You May Also Enjoy
Minimizing Gems/Libraries in Ruby on Rails: Keeping Code Within the Repository
4 minute read
When we are developing web systems it is easy to add a new gem or library without thinking much about it. It does what we need, if I’m going to have to creat...
Better ways to identify individual records in Ruby on Rails
11 minute read
When we want to access a specific model record, the easiest way is to use the unique identifier as an access key. By default in SQL databases we have a seque...
About Gravatar
3 minute read
Gravatar, short for “Globally Recognized Avatar,” is a service that allows users to create a profile picture that follows them across the web. Launched in 20...
When we need to search or replace a string inside the DB
2 minute read
What about when I need to find a specific string within a database but I don’t know in which table or column?