UIs for Docker, a follow-up post
So rather than edit the post I thought I would write a follow-up, now this is purely my opinion; also I have missed chunks of the container ecosystem, such as CoreOS based technologies. As you can…...
Read more »Many of the times when we write Scala unit test cases, we need access to external services like databases, caches etc. Even though mocking works well for most of the cases, it’s the not the same thing. So it will be desirable to write test cases against t… Read more