Building your own DSL does not have to be hard
The need for different types of computer languages is growing rapidly — luckily it turns out that creating your own Domain Specific Langu...Read more at markuseliasson.se ↗Git-diffing Excel files, part 2
This post adds some details that are big enough to deserve a separate post. They are: User-level configuration of Excel diffing. How to ...Read more at programmaticallyspeaking.com ↗Nashorn's JSObject in context
The purpose of this article is to explain when the different JSObject methods are called during script execution and in some cases how th...Read more at programmaticallyspeaking.com ↗Bytes do not destroy software — people do
Have you ever come across a poorly written software where you thought to yourself — this has grown out of control!Read more at markuseliasson.se ↗Scala pattern matching & lowercase case objects
I just learned something about pattern matching and case objects in Scala which I thought I’d share.Read more at programmaticallyspeaking.com ↗Git-diffing Excel files
In this post, I’m going to demonstrate how to get a useful diff for binary Excel files that reside in a Git repository.Read more at programmaticallyspeaking.com ↗

