Blog
Browse through our blog page filled with updated information and the latest tips to help you achieve your goals.

How Small PR Improves Team Productivity
In many companies, teams work together to achieve big goals. One way to keep the team productive is...

Recent Searches & Sorting Hashes: How They are Connected
In one of the applications, that we are developing, we needed to implement the storing of 10 last...

Avoid data migrations in the schema migrations for Rails
Avoid data migrations in the schema migrations for Rails Could you re-run all migrations...

Simultaneous work on the feature for frontend and backend developers
Simultaneous work on the feature for frontend and backend developers How do split features...

Checklist for the non-tech founder
Non-tech founder checklist for managing dev teams: Track commits, standups, Kanban boards. Control your product development without technical expertise ✓

How We Helped an Existing Product Debug, Grow, and Gain More (Satisfied) Customers
As its client base grew, Faria Education Group (FEG) needed to ensure its OpenApply product could...

React + Ruby on Rails without any gems
React + Ruby on Rails without any gems How to start using React components written in...

Heroku Reviews Apps prevent delivering bugs on production
Are you afraid to deploy a master branch to the production? Do you still mess with staging...

How to Get Remote Teams to High Perform
How to Get Remote Teams to High Perform Raise your hand in case you feel confused about...

How To Memoize False and Nil Values
TL;DR: if method can return false or nil, and you want to memoize it, use defined?(@_result)...