GraalVM Native Image – First Impressions
Introduction A native image is an operating system specific executable file. You can build such an image for basically every application running on a Java virtual machine. This approach promises faster start-up times and lower resource consumptions. This makes it appealing for serverless computing, auto-scaling…
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…