News

There's a PowerShell script called docker-run.ps1 that will spin up a container with the needed runtime to compile the sources. Running the script will pull the maven:3.6.1-jdk-11-slim image an create ...
Go compiler / linker packs tightly global variables, so multiple global variables can be put into a single cache line and result in unexpected false sharing issues in production like in this case. To ...