Interestingly a lot of people say Java on desktop is dead and yes it is not in the hyped zone anymore. But on the other hand, it is still widely used. This s... (more…)
Read more »
Reflection is a killer feature in Java Language. It's a technique that combined with annotations and interfaces allows us to do Dynamic and ... (more…)
Read more »
Java and the JVM more generally are widely used for services everywhere, but often challenging to debug and manually test, particularly in… (more…)
Read more »
In this article we will explain how to emulate aspects of C#’s Language Integrated Query (LINQ) in Java using Code Reflection. Specifically, LINQ’s capability to enable translation of LINQ queries (C# expressions) to SQL statements. (more…)
Read more »
Learn the basics of async/await and master asynchronous workflows in Javascript. (more…)
Read more »