New Exciting Times
What’s the future for EliuX in these new, exciting times?
What’s the future for EliuX in these new, exciting times?
this
gets undefined in high order functions in Javascript?
Understanding why sometimes in Javascript a method loses its reference to this when it is used as a high order function
Tips based on what I have learned after working during some months with AWS Lambda layers
How would you deal with infinite of very large data in Java 8+ without breaking the CPU? Let’s see the way I would do it.
How to assure your tests are going to be executed in a particular order so you take advantage of previously generated states? Lets see how temporal coupling ...
Using Java regular expressions how to get a result with better semantic using names for capturing the groups?
Setup an static ip in a Google Compute Engine instance
How to disable CRSF protection in Spring by setting security.enable_csrf: false in the application.properties
Mock a simple but flexible security hierarchy to be check in calls to Rest Controllers