Use Github as a CDN to store and serve static content (JavaScript, CSS, Images) with rawgit
In this article I will be explaining how to use Github’s “raw” feature coupled with rawgit to store and serve static content Please note I assume you have some basic git knowledge 1.- Creating a Github account Ok so first things first, in order to…
Spring mvc send binary content from controller
Sometimes binary files such as images, documents are stored in the database; these binary files need then to be served dynamically Below I’ll show a code snippet showing how to handle this easily with Spring MVC Before we begin just in case this is the…