Rails populate after migrate
Even though it is not a good policy to use the migrations to populate your database, sometimes, when there are very static things it is almost safe to assume...
Even though it is not a good policy to use the migrations to populate your database, sometimes, when there are very static things it is almost safe to assume...
Recently in our project we’ve had an issue that involved multiline text wrapping. It’s always been a bit shaddy to do it. Some people use character count and...
In my current job, we are using indexedDB to handle data offline and make it available on the browser even when there is no internet connection.
When starting a new project is important for you to keep in mind that it is going to be used and handled by someone else in the future (worst case scenario i...
Recently I had the task of finding some duplicate entries in a PostgreSQL database. We are using it in our production server and some old entry was duplicate...