Things I Wish ActiveRecord Had After Using Ecto
Moving from one programming language to another is not hard as long as you have good knowledge of the concepts they share.
Author
Moving from one programming language to another is not hard as long as you have good knowledge of the concepts they share.
Last year, I worked on a project in which I needed to parse and handle large .xlsx files. Some of those files had more than 200K rows.
I try to cover my own experience of moving from a Python-based web framework to a Ruby-based one.