A while ago, I had to analyse a large java heap dump, generated by one of our servers after a memory leak. This was hard.
I usually use Eclipse MAT for the job, but this time, it was so large the tool could not parse the heap dump in an acceptable time, … Read more
Similar
I've finally retired. After a crazy number of years as a software engineer, it's time for me to just have fun. The last 7 years at Amazon have been great… | 369 comments on LinkedIn... (more…)
Read more »
The Vector API enables developers to express data parallel computation, leveraging SIMD hardware on Intel and ARM CPUs. The API was introduced as an incubati... (more…)
Read more »
<p>As announced at SpringOne yesterday, Spring Framework 6 and Spring Boot 3 are planned towards a high-end baseline for their general availability in Q4 2022:<br>* <strong>Java 17+</strong> (from Java 8-17 in the Spring Framework ... (more…)
Read more »
Tweets Collection related to: "Java was first released in mid-1995, just 6 months before JS.<br/><br/>By 98, when I went to college, Java was already used for all the first level courses in the CS program.<br/><br/>How did it catch... (more…)
Read more »
Introduction A high-performance data access layer requires a lot of knowledge about database internals, JDBC, JPA, Hibernate, and this post summarizes some of the most important techniques you can use to optimize your enterprise application. 1. SQL statem... (more…)
Read more »