Finally understanding how thread pools really work in Java can be the difference between your application being a slog, or a clean and efficient system. (more…)
Read more »
Syntactic sugar (like the introduction of var) is often not enough to convince somebody (especially non-developer) to move forward. This is one of the reasons why Java 8, almost 7 years after its first release, is still widely used. However, many things h... (more…)
Read more »
Leaning Technologies Blog - developing compile-to-JavaScript solutions... (more…)
Read more »
Java Protobuf implementation suitable for real-time enviroments - GitHub - HebiRobotics/QuickBuffers: Java Protobuf implementation suitable for real-time enviroments... (more…)
Read more »
Every now and then I get my hands on a Java project that requires to talk to a database. Depending on who of my team mates I'm talking to, database experts or Java developers, there exist different views on how to model and access data. In my early days a... (more…)
Read more »