As a teacher, I highly value the feedback I get from students. It helps me to evaluate my teaching and learn what students like and dislike. In the last years, I explored and iterated upon a method to enable the student evaluation of teaching.
Import CSV in MongoDB and keep it in sync.
Goal I’m working on a store and business locator service. Instead of building a User Interface to add addresses to a database, I like to keep track of all the data in an Excel/Google Sheets spreadsheet. This article explains how I build a script to import CSV in MongoDB and keep it in sync with … Read more