Ruby on Rails vs. Express.js. A Ruby dev shop owner perspective

Recently a web development community is being bombarded by JS libraries. The growth in JS world is backed by a large companies — Google, Facebook, Microsoft. Market share noticeably increases. Especially React and React Native are becoming front end stand… Read more

Similar

Ruby on Rails: The Bad and Good Parts

In my previous article, I had a hard time trying to explain why I wanted to replace Rails with something else in the first place. This article is my attempt to write more specifically about what I dislike in Rails for the purpose of the single page applic... (more…)

Read more »

Why is Ruby on Rails’ default_scope bad?

A pretty popular opinion in the Ruby on Rails community is that default_scopes should not be used for any reason. However, often it's not fully explained why default_scopes are harmful to applications. Default Scopes are harmful because they are unexpecte... (more…)

Read more »