-
Software Development
Create a programming language for the JVM
Because you know, in the end everyone wants to create his own programming language. I have been interested in parsers…
Read More » -
Software Development
Walkmod: automatically refactor code to apply code conventions
I am very interested in tools which support the software development process, making automatic the boring bits. One system which permits…
Read More » -
DevOps
Getting started with Docker from a developer point of view: how to build an environment you can trust
Lately I have spent a lot of thoughts on building repeatable processes that can be trusted. I think that there…
Read More » -
Desktop Java
Develop DSLs for Eclipse and IntelliJ using Xtext
In this post we are going to see how to develop a simple language. We will aim to get: a…
Read More » -
Clojure
How to build a symbol solver for Java, in Clojure
Last week we have seen how to build models of Java code from source and JAR files. Now we want…
Read More » -
Core Java
Building models of Java code from source and JAR files
Recently I spent some time working on effectivejava, which is on its way to reach 300 stars on GitHub (feel…
Read More » -
Enterprise Java
Getting started with Spark: it is possible to create lightweight RESTful application also in Java
Recently I have been writing a RESTful service using Spark, a web framework for Java (which is not related to Apache Spark). When we…
Read More »