Blog
Browse through our blog page filled with updated information and the latest tips to help you achieve your goals.
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
If either agency, dev shop, or offshore team is building a product for you, it’s important to know...
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)...
Mock Everything Is a Good Way to Sink
Have you found a lot of code with mocks and stubs? But how do you feel about it? When I see...
Cleaning Up Your Rails Views With View Objects
Why logic in views is a bad idea? The main reason not to put the complex logic into your...
Cheap tests with Ghost Inspector
What do you do when a legacy project has no tests and adding them is difficult? Before making new...