Learn how to install Java OpenJDK 15 on macOS Catalina by downloading the .tar.gz file from OpenJDK. (more…)
Read more »
The sad truth is the better we get at writing code, the less fun it becomes. We learn about the SOLID
principles, immutability, abstraction, composition, and maintainable code. But when we apply these
techniques in a cu... (more…)
Read more »
Hello everybody, searching through trees is one of the standard problems of every programmer. Not least because it is a standard job interv...
Read more »
Like many people, I came to Go with a background in Java. Getting started on Go isn’t too hard, but it does require a change in mindset when it comes to a few key areas. Declaring Interfaces Like in Java, Go interfaces are a powerful way to make code test... (more…)
Read more »
Learn how we used a functional programming approach to track data in complex Java code.
Read more »