(Java) 4 Reasons to use nudge4j
nudge4j is a piece of java code to let you hack your JVM from the browser. (more…)
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… Read more