In my early years, I worked with some incredibly talented people. They introduced me to emerging concepts, such as unit testing, now considered best
Software Architecture
Lately I've been working on a project using Cosmos DB on Azure. I really like the simplicity of a document DB. However
At the Aaltra hackathons we get the chance to test out new technologies and broaden our horizon, one of the many things that makes
The Singleton pattern, probably the most hated pattern on the internet. But for the sake of being complete I feel obligated in implementing it
Last week I started reading the Gang Of Four book for about the fifth time. Unfortunately I’m really bad at reading reference-like books.
Node.js gets a lot of attention lately, out of curiosity I decided to try it out. After reading the excellent hands-on node e-book
Well another post about Spark, I’ve been spending a couple of hours with the library and I really like it. On one of
I use Spark as engine to generate all sorts of HTML but on Monday last week that specific code snippet failed without being changed.
I can't remember a project which I worked on that didn't have a requirement which included sending out emails. Most
I was playing around with the Silverlight 4 beta and was trying to get my webcam working by following this article. Although the code