Visualizations, Refactoring, and More
Last week, I was spent a lot of time exploring various options for writing the Rest API for returning a JSON string to the browser. I eventually came up with a template class (derived class of Wt::Resource) to handle ‘queries’ to each table in the database, and made use of Read more…