Data URI Utility
Introduction I have on occasion had to convert an image, usually an icon into a data URI to embed in a web application. I was looking... »
Introduction I have on occasion had to convert an image, usually an icon into a data URI to embed in a web application. I was looking... »
There are a number of documents on how to run Kibana on Docker using a docker-compose file. The instructions from Elastic have you create a link,... »
I needed to set up my REST application to redirect users to my Open API Specification 3.0 (Swagger) UI in Spring. This can easily be accomplished... »
I was working on an application today trying to setup CORS in Spring 2.1.8 (I know its an older version of Spring) and it would not... »
Introduction In a previous blog post CFSSL Cloudflare SSL I discussed how to setup cfssl as a Certification Authority (CA) for issuing your own certificates. This... »