-
Enterprise Java
Neo4j: How do null values even work?
Every now and then I find myself wanting to import a CSV file into Neo4j and I always get confused…
Read More » -
Scala
Run Scala implemented Storm topologies on HDInsight
Previously we set up a Scala implemented storm topology in order to count words. What comes next is uploading our…
Read More » -
Software Development
Friction in Software
Friction can be a very powerful force when building software. The things that are made easier or harder can dramatically…
Read More » -
Scala
WordCount with Storm and Scala
Apache Storm is a free and open source distributed realtime computation system running on the JVM. To get started we…
Read More » -
Software Development
How to avoid messy code
Few programmers explicitly intend to write poorly structured source code. They don’t sit down, whip out their Bad Code Design…
Read More » -
Career
Why I Don’t Talk to Google Recruiters
This is a real story, and it’s not only about Google. I’m getting emails from recruiters at Amazon, Facebook, and…
Read More » -
Software Development
A Case For Native Smart Card Support in Browsers
A smart card is a device that holds a private key securely without letting it out of its storage. The…
Read More » -
Software Development
The complete guide to (external) Domain Specific Languages
This guide will show you: the what: after a definition we will look into 19 examples of DSLs the why:…
Read More » -
Core Java
Interview questions: verify the braces
This is one of the easier coding tasks, but you still can meet it in some preliminary tech screening. The problem…
Read More »