Recently I wrote about the frustration I had with private fields, properties and methods in Groovy/Grails (or the lack thereof.)…
I don’t know why I always kinda felt weird writing code in Groovy. Having avoided Java development for years, I…
Conditional truth is part of computer languages. This is usually some variation of “if x > y: [do some code]”…
Nulls – or null reference is a programing concept where the language allows for a null value to be set…
Kotlin, like Scala, introduces a concept of value (instead of only variable.) In Kotlin (and Scala) using the val keyword…
Notes taken from the great course over at DominoChinese.com I highly recommend them… it’s the best learning method I’ve found so far. 一 二 三 = 1 (yi) , 2 (er), 3 (san)…
In my previous articles on the usefulness of Java FX: And on the horrid deployment of Java FX 11: I…
I can’t yet review prior versions of JavaFX. I’ve only worked with version 11. In my previous post, I discussed…
Update: After spending far too much time trying to get JavaFX 11 working with IntelliJ, as well as jlink, osx…
My initial venture in writing code started in 2010 with the Groovy scripting language. From there I went into a…