Encode text into QR Code with zxing and display it using thymeleaf. Live demo here.| jsedano.dev
Thymeleaf is an HTML (and more) template engine for Java. This is the core in action with nothing else.| jsedano.dev
Just a Lissajous curve on Java displayed on a JFrame.| jsedano.dev
This is a Redis pub/sub example written in Java using Jedis.| jsedano.dev
What is Redis (Remote Dictionary Server) on 2022. What can we do with it. How to scale. How to run it on the cloud.| jsedano.dev
If you have been using Java for about a week (probably even less) chances are you have already seen some annotations. Let’s review some stuff about them.| jsedano.dev
Let’s see some examples of how to achieve currying in Java.| jsedano.dev
Heres how to remove duplicates from an unordered primitive int array on Java using streams.| jsedano.dev
Heres how to remove duplicates from an ordered primitive int array on Java.| jsedano.dev
I created a custom annotation in order to apply currying to a method or constructor.| jsedano.dev