Accessing foreign (e.g. off-heap) memory from a Java application can be useful for a number of reasons, from avoiding the costs associated with garbage colle... (more…)
Read more »
Monica Beckwith and Anil Kumar discuss Java JDK 8u LTS to latest JDK 13 major changes as well as impact on performance and responsiveness to backported JDK 11u LTS. (more…)
Read more »
Hello friends! It has been too long! Today, after many years, I've got something I wanted to blog rather than tweet out in code snippits ... (more…)
Read more »
Choosing a programming language for a new project is a tough decision with long-lasting effects. This involves considering how well the languages integrate with the team’s existing technology stack, how mature the languages are, and what learning curve is... (more…)
Read more »
GraphQL allows you to create APIs with a flexible, user-friendly interface. It allows the client of an API to tell the server what data it… (more…)
Read more »