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... »
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 I was cleaning up my hard drive when I came across another simple and easy to use SMTP client using plain Java (no frameworks required).... »
Introduction I was cleaning up my hard drive this Memorial Day weekend when I found a bunch of code I wrote many years ago. It is... »