Yale removes Java to enhance security

ITS took another critical step to actively reduce vulnerable software that puts the University at increased risk for potential cyber-attacks. We recently completed a project to remove Java Runtime Environment (JRE) software from Windows devices that do no… Read more

Similar

Improving on Types: Specing a Java Library

Good application developers use existing libraries rather than reinventing every wheel. This is particularly true on the JVM, where there are a huge number of wheels to choose from. So in addition to writing good code, developers need be able to ass... (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 »