Let’s implement Strategy Pattern in Spring Boot with Java in the most efficient manner. Hey guys, welcome back to my YouTube channel (because I didn’t know how to start this one). I don’t intend to create another redundant article that explains how to implement design patterns. This one actually focuses on implementing the strategy pattern […]
Add Custom Fonts to Jasper Report in Java
Sometimes its quite easy to find a library or a solution and implement it just by following a couple of steps. But sometimes it can be painful. Very painful. That’s something I faced recently. I had to add custom fonts to jasper report in a Java project. Sadly the JasperReport community wasn’t too helpful as […]