Support new, developer-declared primitive types in Java. This is a
preview language and VM feature. (more…)
Read more »
One of the latest fashions in the Java world is GraalVM. For someone who has been around, I still remember the "Write once, run anywhere" slogan of Java virtual machine. Apparently, the wheel has spun back, now people want to write native code in Java, wh... (more…)
Read more »
I’m the CTO at Faraday, where we do a lot of hard programming. I’ve been looking resumes of current and recently graduated students from really good universities like Middlebury and also scanning the current syllabus of COS 333 Advanced Programming Techni... (more…)
Read more »
Introduction On the back of my previous share on how to build and run a docker container with Jupyter, I’ll be taking this further on how we can make this run on a cloud platform. On the back of my previous share on how to build and run a docker container... (more…)
Read more »
Some programming languages like Java or Scala offer more than one way to express a concept of “lack of value”. Traditionally, a special null value is used to... (more…)
Read more »