-
Software Development
The Method Behind March Madness
There are 150 quintillion (i.e. the one after trillion) permutations to consider when completing your NCAA bracket. Some of us…
Read More » -
Agile
What I learned about helping teams use WIP limits
The Work In Progress limit (WIP limit from now on) is one of the most powerful but counter-intuitive concepts I had…
Read More » -
Software Development
10 Awesome Python Tutorials to Kick-Start your Projects
Python is a widely used high-level, general-purpose, interpreted, dynamic programming language. Its design philosophy emphasizes code readability, and its syntax…
Read More » -
Core Java
Printing arrays by hacking the JVM
Overview One the most common gotchas in Java, is knowing how to print arrays. If an answer on how to…
Read More » -
Career
So You Say You’re An Expert?
Whether through my recruiting endeavors or the private resume services I provide to job seekers, not a week goes by…
Read More » -
Software Development
Getting Started with MapR Streams
MapR Streams is a new distributed messaging system for streaming event data at scale, and it’s integrated into the MapR…
Read More » -
Software Development
App Dev Cloud Stack – It’s all about the PaaS baby
This series started with the statement, what do you mean by “Can’t ignore the stack anymore?” When your background is…
Read More » -
Software Development
Communities and Criticism
It would seem only logical that a major advantage of a community is access to criticism. Ok, yeah, that‘s a…
Read More » -
Core Java
JUnit 5 – Basics
Last week we’ve set up JUnit 5 to be able to write tests. So let’s do it! Overview This post…
Read More »