Since I helped about 50-60 people to start their journey with Ruby and I still have to answer for the same questions like - "What do people find attractive about ruby language?" - "What is it d...
Did you ever use Vim, top or its better alternative, htop? Immortal Midnight Commander? Or maybe the more user friendly version of du, ncdu? They are all terminal applications working in full scree...
If you are writing web apps for some time, you had to encounter at least a few issues/situations when you had to deal with Timezones. If you are a Ruby developer, and you use Ruby on Rails then you...
I want to show you how to deploy your app to production with minimal cost and make the deployment process fully automated. If you have never done it before, this post will show you how to achieve i...
It is a tool for carrying out performance tests of the server and database used by our application. Such tests allow us to estimate how many users of our application wil...
In the last article, we saw the basics of creating plugins in Lua using floating windows. Now it's time for a more traditional approach....