Calculating averages can be an expensive operation. Say you have 10 million customer database records and you want to keep track of the average age of your customers....
This post lists some advantages and disadvantages of the two Git branching models known as GitFlow and traditional environment-based branching where a separate branch exists for each server environment (dev, test, uat, prod/master)....
Have your Maven filters stopped working out of the blue? Did you commit a working version and cannot figure out why it stopped working? The answer is Spring Boot......
When creating Docker files, writing blog posts, or working on my home automation server there are a number of repetitve tasks that you find yourself executing. Let's define them in a script to speed up...
As part of my never-ending search for the ultimate blog theme, I stumbled across other static site generators similar to Jekyll (which this blog uses). This new site generator is called MkDocs and it generates...
This is a script that copies directories from A to B. It does not compress directories into an archive, though you are welcome to adapt your script using snippets from this post....