Let me get this straight: Every single line of code that needs to
communicate with a remote microservice is the most bizarre, annoying, sad, and
hopeless experience in my daily coding routine. And the worst is: Most of
the time its my client code communic... (more…)
Read more »
Java has been criticized about its heavy syntax for years compare to other modern programming languages. But things changed since the new… (more…)
Read more »
Project Loom has three main goals: introducing continuations, fibers, and tail-call elimination. (more…)
Read more »
This whole Java SE bullshido that Oracle is all up on their high horse about
has made me think about why I really enjoy Forth.
I’d like to lay down some of my thoughts before I forget them,
because I think it’s worth preserving and discussing.
Read more »
Java 8 was released in March 2014 and introduced lambda expressions as its flagship feature. This article sheds light on how Java 8 lambda expressions and method references are implemented under the hood, and looks at the generated bytecode and performanc... (more…)
Read more »