Java Weekly, Issue 272

 

Here we go…

1. Spring and Java

===== >> Memory footprint of the JVM [spring.io]

A nice write-up on heap vs non-heap memory, native memory areas, challenges of sizing the JVM, and how Spring minimizes its own memory footprint.

>> Spring DevTools with Jib and IntelliJ IDEA [blog.frankel.ch]

A quick look at how to leverage Spring DevTools without including it in production docker images built using the Maven Jib plugin. Very cool.

>> Conditional Beans with Spring Boot [reflectoring.io]

An overview of the annotations available for specifying conditions under which a bean should be loaded into the application context, along with sample use cases for each.

>> Why you should avoid EXTRA Lazy Collections with Hibernate [vladmihalcea.com]

And an under-the-hood look at EXTRA lazy mappings of ordered lists reveals N+1 query issues, which can quickly lead to performance problems.

2. Technical and Musings

===== >> A walkthrough of DVC [blog.codecentric.de]

A good introduction to DVC, an open-source version control system for Machine Learning projects.

>> A Great Engineer Needs the Liberal Arts [infoq.com]

And a good write-up on the benefits of a liberal arts education and how its lessons can help us create great software.

3. Comics

===== And my favorite Dilberts of the week:

>> Marketing Lies [dilbert.com]

4. Pick of the Week

Leave a Reply

Your email address will not be published.