FIPS JDK 21 Image
Warning: Use FIPS Instructions at Your Own Risk The provided Dockerfile and instructions are intended to assist in creating a FIPS-compliant environment for your Spring Boot application. However, achieving and…
Algorithm: Max Diff between consecutive elements in an ordered array
So you have an array that is ordered from highest to lowest, and now you need to know what is the maximum difference between consecutive elements in the array. So…
IBM Open Mic Webcast: Troubleshooting with Sametime Configuration Validator
Troubleshooting with the Sametime Configuraiton Validator, how to read and understand the reports generated. Learn what to pay attention to and what you can ignore.
Performance? nanoseconds, not milliseconds!
In today’s time of high-performance computing, we no longer have the luxury of measuring our time in milliseconds, we need to move past this into nanoseconds. When I first started…
Linux Desktop on Windows 10
Enabled Windows Subsystem for Linux First step is to make sure you have Windows 10 Fall Creators Update installed. This can be found here. Complete this update then search for…
Angular Material Loading Spinner
Just about every project I need to have at least one loading spinner to indicate to the user that data is being loaded and to wait. My recent project I…
Page Component for Mobile/Desktop
I was recently building a set of pages, that I needed to be able to switch what was displayed based on whether I was on a Desktop or Mobile device.…