Top 3 Reasons Why SQL Is Faster Than Java

I had a discussion with a colleague the other day. He was trying to write some SQL to use for a less-than-optimal data structure and was get… Read more

Similar

Teeing, a hidden gem in the Java API

Last week, I described a use-case for a custom Stream Collector. I received a intriguing comment on Twitter: Interesting article. For completness' sake this specific problem could also be solved using the standard teeing collector— Miguel Martins (@Miguuc... (more…)

Read more »

Java vs. JavaScript: Battle of Concurrency

Java vs Javascript: Battle of Concurrency Almost a decade back, it was shocking when Walmart announced it’s ditching their old Java based systems and re-writing everything in Javascript, as they need to handle more than 20,000 requests per second on thei... (more…)

Read more »