Recent Posts

Rails console tips

5 minute read

Knowing how to use the Rails console can be very useful when debugging or trying your snippets. Being proficient with it will increase your productivity.

Emacs Tramp lag and timeout

3 minute read

You’re experiencing excessive lag and timeouts when using Tramp on remote servers through SSH. Here is the solution to one of the most common cause.

Translating ActiveRecord data using JSON

4 minute read

Following the mass and using de-facto libraries isn’t always the best choice. Here are some thoughts about handling translation of data stored in database wh...

Using I18n with Hanami

1 minute read

Last week I wrote about settings up Sikekiq in Hanami. Another gem I often use is I18n since it allows to localize strings and keep them separated from my co...