Categories:
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.