Course – LS – All

Get started with Spring and Spring Boot, through the Learn Spring course:

>> CHECK OUT THE COURSE

Lots of interesting writeups on Java 9 this week.

Here we go…

1. Spring and Java

>> Troubleshooting Memory Issues in Java Applications [infoq.com]

Fixing memory issues can be challenging. This comprehensive guide will give you an idea where to start looking for when you encounter them.

>> Pipeline as code with a Spring Boot application [pragmaticintegrator.wordpress.com]

“Infrastructure as Code” is not a new approach, but definitely still very interesting for the significant advantages and maturity it brings.

>> Types Are Mightier Than Tests [sitepoint.com]

TDD is a powerful and necessary tool, although sometimes a weak one when it comes to checking the correctness of imperative programs. Higher abstractions coupled with strong type system can make your life easier by decreasing the number of spots where mistakes can even be made.

>> Coping with stringly-typed [frankel.ch]

In the world of strong static typing, sometimes it’s easy to abuse String type. There are some solutions to dealing with such situations.

>> 5 new features in Hibernate 5 every developer should know [thoughts-on-java.org]

There are a few new interesting features in the newest Hibernate release.

Also worth reading:

Webinars and presentations:

Time to upgrade:

2. Technical

>> Kotlin 1.1 Adds Coroutines, Type Aliases, Improved JavaScript Support [infoq.com]

Looks like Kotlin is getting even more very interesting features. I am definitely curious how this one will develop over time.

>> SelfEncapsulation [martinfowler.com]

An interesting approach where you restrict yourself to using getters/setters when possible instead of accessing fields directly. This can make refactoring much easier if some additional non-standard logic needs to be performed when accessing fields.

>> Protecting Sensitive Data [techblog.bozho.net]

A few tips for increasing security of your highly sensitive data.

>> Is An Agile Java Standard Possible? [sitepoint.com]

And some interesting thoughts about the state of the Java platform development. It turns out that making the whole process Agile might be not that easy.

Also worth reading:

3. Musings

>> Programmer Career Planning [henrikwarne.com]

Sometimes it’s worth leaving the comfort zone in order to learn something new and to increase your position in the market.

>> Password Rules Are Bullshit [codinghorror.com]

Strict password policies can be irritating especially when your randomly generated password does not match all required criteria 🙂

>> The Case for a Team Standard [daedtech.com]

It’s important to make sure that your standards not only exist but are also high.

Also worth reading:

4. Comics

And my favorite Dilberts of the week:

>> I can’t feel my legs [dilbert.com]

>> The vision was the hard part [dilbert.com]

>> I like everything you said expect the “we” part [dilbert.com]

5. Pick of the Week

>> Humans are born irrational, and that has made us better decision-makers [qz.com]

Course – LS – All

Get started with Spring and Spring Boot, through the Learn Spring course:

>> CHECK OUT THE COURSE
res – REST with Spring (eBook) (everywhere)
Comments are open for 30 days after publishing a post. For any issues past this date, use the Contact form on the site.