-
Software Development
A beginner’s guide to MongoDB performance turbocharging
Introduction This is the second part of our MongoDB time series tutorial, and this post will be dedicated to performance…
Read More » -
Software Development
MongoDB time series: Introducing the aggregation framework
In my previous posts I talked about batch importing and the out-of-the-box MongoDB performance. Meanwhile, MongoDB was awarded DBMS of…
Read More » -
Software Development
WTF is an architect anyway?
In full disclosure, I’m writing this as a “Chief” Architect (I can’t help but picture a big headdress), and I’ve…
Read More » -
Agile
Do You Value Management?
I’ve met many managers who were in the wrong position. Sometimes, it was the Peter Principle. Sometimes, it’s managers who…
Read More » -
Scala
Your build tool is your good friend: what sbt can do for Java developer
I think for developers picking the right build tool is a very important choice. For years I have been sticking…
Read More » -
Enterprise Java
Differentiating Ant Target-Based Gradle Tasks
In my blog post Evolving Gradle Build from Ant Build: Importing Ant Build File, I demonstrated using Gradle‘s built-in AntBuilder-based…
Read More » -
Agile
What we can learn from Scrum
Even if for any reason you cannot apply nor introduce Agile methodologies in your organization, there are of course still…
Read More » -
Software Development
How much can Testers help in Appsec?
It’s not clear how much of a role QA – which in most organizations means black box testers who do…
Read More » -
Android Core
Android Bound Service: IPC with Messenger
In this post, we want to talk about Android Bound Service. A bound service is a service that allows other…
Read More »