Execution of JVM-based programs uses bytecode loading and interpretation, just-in-time compilation, and monolithic heaps. This causes JVM-based programs to s... (more…)
Read more »
It’s been a little over a year since I started developing in Java full-time again. A retrospective is overdue! Workplace takeaways Communication. This may not seem like a Java-related skill, but I cannot overstate how many times stopping to ask questions,... (more…)
Read more »
gRPC is a high-performance universal RPC framework. gRPC has support for interoperability between several languages such as Java, C++, C#, ... (more…)
Read more »
Google core libraries for Java. Contribute to google/guava development by creating an account on GitHub. (more…)
Read more »
Accessing the GPU from Java unleashes remarkable firepower. Here’s how the GPU works and how to access it from Java. (more…)
Read more »