Sometimes we're presented objects in JSON that do not directly map to a strongly typed object. An example of that is given here: [{ "type" : "Car", "wheels" : 4,
One common problem with API Client Libraries is that their strongly typed objects don't match the response objects that the API gives. I faced this issue with TMDbLib and wanted to solve it
This is a short post on using Let's Encrypt to get TLS certificates for use in Nginx virtual host sites. This post assumes: Ubuntu NGINX (running a number of domains) Some form of