Explaining how do Jax-RS Filters works and some of its main features.
Continue readingMonth: March 2020
GraalVM – One VM to rule them all (the programming languages)
GraalVM is a Virtual Machine that is able to execute code from different programing languages. If you are a Java Developer this might sound familiar to you, you can run application in Java, Scala, Kotlin, Clojure based in the JVM platform. But, GraalVM is able to run other languages like Java Script, Node JS, Ruby, Python, R, and even C++.
Continue reading