-
DevOps
Testing Dockerized SQL Databases
One of the big advantages of using Docker for testing is that you don’t need to install the required dependencies of…
Read More » -
Scala
Play and SBT basics
Previously we had an introduction to sbt, its default tasks and how to add extra tasks. Play comes with the…
Read More » -
Scala
SBT basics
Sbt is the de facto build tool in the Scala community. Being used to other build tools you will be…
Read More » -
Agile
With Agile, No Warnings Needed
Have you ever worked on a project where the management and/or sponsors felt it necessary to provide you warnings: “This…
Read More » -
Software Development
Why I Move (Back) to Open Source for Messaging, Integration and Stream Processing
After three great years at TIBCO Software, I move back to open source and join Confluent, a company focusing on…
Read More » -
Scala
Use JSON with Play and Scala
Once getting your hands into typing scala code using play, the first thing that comes to mind is JSON. Without…
Read More » -
Android Core
[MEGA DEAL] The Ultimate Android N Development Bundle (90% off)
New to Mobile Development? Follow This Track to Start Building Apps for the New Android Nougat OS Regardless of Experience…
Read More » -
Scala
SQL Data Access in Play using Scala
Today’s modern application frameworks come with apromise of easy sql data access. There is no wonder why we have so…
Read More » -
Core Java
A Simple Map Iterator Performance Test
There are many dimensions of Java Map performance to measure, but a critical one is simple single-threaded scanning. Here is…
Read More »