When developing JAX-RS applications, most of the time, you return JSON to the client. However, there are times you need to return file download. For example, your client may require […]
quarkus
Create Quarkus Project Under 5 Minutes With Live Reloading
Creating Quarkus project is quite simple. You can get started in just a few minutes. In this post, I’m going to show you how you can do that. My assumption […]
backend
How To Fix CORS AJAX In Chrome Extension
Recently I return to work on my extension that allow people to save pages to a remote site and also highlight and comment on the page they save (sounds cool?). […]