It's inevitable these days: we will see an article proclaiming the demise of Ruby on Rails every once in a while. It's the easiest click bait, like... (more…)
Read more »
Ruby is multiplatform language. But not all OS suit it good enough. Especially, Windows... (more…)
Read more »
We recently climbed the train of Docker images for production deployment at work, so I found myself in need of a good tutorial on Dockerfiles. Although there is a lot of information on Dockerfile best practices, the Ruby on Rails guides I looked up were a... (more…)
Read more »
You have two similar products in front of you. The only difference is where they were built. Which one do you pick? (more…)
Read more »
We have been building data tables for ages, and much of the elements are the same, such as fetching data from the server, presenting them on a table, being able to search, sort, etc.. Today we'll gather all these into a simple page using [Tabular](/tab...
Read more »