By Stephen Blackheath and Anthony Jones, author of Functional Reactive Programming
In this article we’ll explain what the von Neumann machine is, and why it is the source of some assumptions that are not only unhelpful in our programming, but they also turn out to be largely false.
Functional Reactive Programming: In search of the mythical von Neumann machine (PDF)
By Evan Hahn
What if you decide down the road that you want to update your API without having all of the people who use your API have to update their code? In this article, excerpted from Express in Action, I’ll talk about versioning your API.
By Craig Walls, author of Spring Boot in Action
The Spring Initializr is ultimately a web application that can generate a Spring Boot project structure for you. In this article, we take a look at it.
Initializing a Spring Boot project with Spring Initializr (PDF)