Joyent’s Triton: Let’s Start
You know Docker? Right, these days everyone knows Docker. However, how do you deploy your Docker containers? You have a bunch of Linux servers and upload the Docker containers to…
Read moreYou know Docker? Right, these days everyone knows Docker. However, how do you deploy your Docker containers? You have a bunch of Linux servers and upload the Docker containers to…
Read moreYou deal with MS SQL database? You probably use SQL Server Management Studio (SSMS). This is annoying especially if you’re on some random machine and quickly need SSMS. Now you…
Read moreThis time we look at some performance numbers, comparing JDBC with ADBCJ (github, blog-posts). Particular the performance of small web applications, once implemented with JDBC, once with ADBCJ. Each application…
Read moreWhat, again asynchronous database access? Yes, because I’m currently knee deep in this stuff. (^^) This post series will show how to use ADBCJ in Scala 2.10, share a few…
Read moreIt has been a while since I wrote any serious technical stuff. Previously I’ve already written a bit about asynchronous database access. I’ve been continuing work on this, mainly on…
Read moreDid you even implement your own collections for some reason? Collections which implement the Java collection interfaces? Did you ever wonder if there is test suite for collections, which tests…
Read moreIt feels like this: I just recently started to look into some J2EE stuff. Still feels super scary. Don’t want to say much more about it. Yes, J2EE got…
Read moreA while back I wrote about my small Async SQL library for Akka and its asynchronous MySQL driver. Besides a few tiny fixes I’ve added nothing new recently. However I…
Read more