Quest to the OS: Java Native Memory

As developers we want to spend most time on new features and improvements, providing value to our users or customers. However, all software… Read more

Similar

Revisiting Java in 2021 – Part 1

With many excellent languages to choose from on the JVM, where does Java itself fit in 2021? If you haven't been keeping an eye on Java, what have you missed? Is Java still a viable, modern option when programming on the JVM? (more…)

Read more »

Switching from Java to Go

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 »