Sometimes when writing software, it is useful to pass a function as an argument to another function. A common example for this is a generic filter function. In pseudo code, it would look something like this: (more…)
Read more »
Hi, my name is Slawomir Dymitrow. I'm a Lead Java Developer and Systems Architect. On this Blog I'm sharing bits and pieces of my coding knowledge. (more…)
Read more »
A new JEP draft has been filed to create a no-op garbage collector: a GC that doesn't actually reclaim memory. This is aimed at aiding JVM implementers and researches and, to a lesser extent, ultra-performant applications that generate little to no garbag... (more…)
Read more »
uWebSockets - Highly scalable WebSocket server & client library...
Read more »