Categories:
What is MVP and why it is crucial to product success.
What does MVP stand for? What are the benefits of developing an MVP? How do I go about it? - these are just few questions that we get asked often by prospective clients. We have decided to write an article that answers these questions and offers a few tips on how to go about developing a successful MVP.
Creating Sortable List with React, Redux, and Reselect
Will write simple React application with only one table and make it be sortable. But will keep sortable params inside Redux state and will use reselect lib to sort the collection.
Rails: increment counter cache and return value
Small ActiveRecord hack that you can use everyday.
Applications of Lambda in Ruby
Thoughts about lambda in Ruby.
Active-support: Outside & Inside
Research of rails standard library ActiveSupport. Realization review and some useful functions.