Understanding the PK in SAP Hybris CommerceJune 26, 2019·3 minsI cover the basics of how PK’s work in SAP Hybris.
Calling remove() on ArrayList throws UnsupportedOperationExceptionFebruary 26, 2019·1 minI cover one of the nuances in the Java Collections Framework when creating ArrayList objects.
Create a file with a specific size in JavaFebruary 1, 2019·Updated: February 26, 2024·1 minI cover how to create an empty file and a file with a certain size filled with random data.
Sort a List of Objects by Field in JavaMay 9, 2018·3 minsI demonstrate the different ways to sort a list of objects by field.
Add a Timezone to LocalDateTime with ZonedDateTime in Java 8May 2, 2018·5 minsI cover the ZonedDateTime class in Java 8.
My Journey from Sysadmin to DeveloperFebruary 12, 2018·3 minsHow I pivoted from a career in systems administration to a software development.
The Java Developer's Guide to SSL CertificatesDecember 31, 2017·7 minsI cover what Java developers need to know about SSL certificates.
The Developer's Guide to Browser CachingJuly 25, 2017·8 minsI explain the how the browser uses its cache to load pages faster, which factors determine cache duration, and how we can bypass the cache when necessary..
The Java Developer's Guide to MapsJune 28, 2017·Updated: February 27, 2024·8 minsAn updated guide on using maps in Java, reflecting changes up to Java 21.