Top 10 Courses to Learn Spring Boot and Microservices for Java Programmers
Top 10 Courses to Learn Spring Boot and Microservices for Java Programmers,Disclosure: This post includes affiliate links; I may receive compensation if you purchase products or se...
Generate HTML documentation from Markdown with Maven Site plugin
Generate HTML documentation from Markdown with Maven Site plugin,Preparing readable documentation, that is easy to maintain is not a trivial task and not a favourite one for most d...
jOOQ – a short guide
jOOQ - a short guide,You can use this guide to understand what jOOQ is, how to get started with it quickly and how jOOQ integrates with or compares to libraries like Spring and Hib...
Intro to Reactive Functional Programming
Intro to Reactive Functional Programming,Excerpts from my courses: https://linkedin-learning.pxf.io/reactive-java-8 and https://linkedin-learning.pxf.io/full-stack-reactive-app-jav...
A quick look at jpackage
A quick look at jpackage,With Java 14, we will get back a tool to create native installation archives for our Java applications. While Java on the client unfortunately is not consi...
Java Questions – Top 10 Most Viewed Questions on Stack Overflow
Java Questions - Top 10 Most Viewed Questions on Stack Overflow,In this course we are going to examine the top 10 most viewed Java question on Stack Overflow since creation of this...
Understanding Comparable and Comparator
Understanding Comparable and Comparator,Overview: Comparable interface: Create a class implementing the Comparable interface Comparator interface: Create a class implementing of Co...
Use strong encryption and hashing algorithms in Java
Use strong encryption and hashing algorithms in Java, Java security best practices (3 Part Series) 1 Configure your Java XML-parsers to prevent XXE 2 Avoid Java serialization 3 Use...
Learning to code at(after)40: an update
Learning to code at(after)40: an update,I know the comic above is cut off, but that little segment really fits It's been awhile since my last update. I'm still plugging away and do...
The Adapter Pattern in Java
The Adapter Pattern in Java, 1. Overview In this quick tutorial, we'll have a look at the Adapter pattern and its Java implementation. 2. The Adapter Pattern An Adapter pattern act...