-
Scala
Typed ask for Akka
Akka is a great tool for writing distributed applications. One thing that always surprised me though is that while being…
Read More » -
Software Development
The Road To Continuous Delivery – Part 2 – Visibility
Previous chapter: The road to continuous delivery – Part 1 Production visibility A key point for a successful continuous delivery…
Read More » -
Software Development
The Road To Continuous Delivery – Part 1
The following series of posts are coming from my experience as the back-end development manager at Wix.com. I will try…
Read More » -
DevOps
ARM Virtualization – ARM vs x86 (Part 5)
Sorry for the delay in this post. I could not get to this post in time and wanted to be…
Read More » -
Enterprise Java
Spring Data Solr Tutorial: CRUD (Almost)
In the previous part of my Spring Data Solr tutorial, we learned how we can configure Spring Data Solr. Now…
Read More » -
Enterprise Java
Spring Data Solr Tutorial: Configuration
In the previous part of my Spring Data Solr tutorial, we learned that Solr provides a REST-like HTTP API which…
Read More » -
Enterprise Java
Creating your own Drools and jBPM Persistence with Infinispan
Original post here by me: Hello and welcome to a post in which I intend to show you how to…
Read More » -
Scala
How could Scala do a merge sort?
Merge sort is a classical “divide and conquer” sorting algorithm. You should have to never write one because you’d be…
Read More » -
Enterprise Java
Running Solr with Maven
Running Solr with Maven Solr is an open source search server which is built by using the indexing and search…
Read More »