I just released the Starter Class of "Learn Spring Security":
At the very beginning of last year, I decided to track my reading habits and share the best stuff here, on Baeldung. Haven’t missed a review since.
Here we go…
1. Spring and Java
>> Event Sourcing in Microservices Using Spring Cloud and Reactor [kennybastani.com]
All the cool kids of doing microservices – and most are left with a complex and hard to manage mess on their hands.
But there are ways to avoid that – and Event Sourcing is one of the best ways I found to get there.
>> How to verify equality without equals method [lkrnac.net]
A cool deep-dive into testing the implementation of the equals method using reflection.
>> Exploring CQRS with Axon Framework: Closing thoughts [geekabyte.blogspot.com]
The end of a long running series I’ve been following closely, all about one of my favorite topics – Event Sourcing and CQRS.
CQRS is definitely not the holy grail, but it sure comes close in some scenarios
>> How to join unrelated entities with JPA and Hibernate [thoughts-on-java.org]
A cool addition to Hibernate I wasn’t aware of.
>> Java EE 8 MVC: Global exception handling [mscharhag.com]
A very quick and to the point intro to handling exceptions if you’re doing work with Java EE.
>> Save Time by Writing Less Test Code [petrikainulainen.net]
Some initial details about a course I’m really excited about (check out this week’s pick for more on that).
Also worth reading:
-
>> Vulnerability in Java Reflection Library Still Present after 30 Months [infoq.com]
-
>> Scatter-Gather using Spring Reactor Core [java-allandsundry.com]
-
>> How to call SQL Server stored procedures and functions from Hibernate [vladmihalcea.com]
-
>> StringBuffer and StringBuilder performance with JMH [alblue.bandlem.com]
-
>> Exercises in Kotlin: Part 4 – Control flows and return [dhananjaynene.com]
Webinars and presentations:
-
>> Hot Code is Faster Code – Addressing JVM Warm-up [infoq.com]
-
>> Java 9 – The (G1) GC Awakens! [infoq.com]
-
>> The Top 10 Advanced Java Talks You Should See to Stay Relevant [takipi.com]
-
>> Examining Low Pause Garbage Collection in Java [infoq.com]
-
>> Webinar: Introducing Spring Cloud Task [spring.io]
-
>> Webinar: Data Microservices with Spring Cloud Data Flow [spring.io]
Time to upgrade:
-
>> Spring Batch 3.0.7.RELEASE is now available [spring.io]
-
>> Neo4j 3.0 Released with Binary Communication Protocol and Standardised Drivers [infoq.com]
-
>> Polishing a great release: Hibernate Search 5.5.3.Final [in.relation.to]
-
>> Spring Statemachine 1.1.0.RC1 Released [spring.io]
-
>> Spring Session 1.2.0 RC3 Released [spring.io]
-
>> Spring REST Docs 1.1.0.RC1 [spring.io]
-
>> PrimeFaces 6.0.RC1 Released [primefaces.org]
-
>> Spring Integration 4.3 M2 is Available [spring.io]
2. Technical and Musings
>> Why You Should Do Periodic Reviews of Legacy Code [daedtech.com]
Solid advice for keeping your less visited code for rotting and getting out of sync with the parts of the system you’re actively working on.
>> Evaluating Delusional Startups [zachholman.com]
A funny read if you’re out of that game, and hopefully a helpful one is you’re not.
Also worth reading:
-
>> A Doomed Code Review [codefx.org]
-
>> Commit messages [silkandspinach.net]
-
>> Machine Learning, Recommendation Systems, and Data Analysis at Cloud Academy [aws.amazon.com]
-
>> We know a lot less than we think, especially about the future. [lemire.me]
-
>> 10 SQL Tricks That You Didn’t Think Were Possible [jooq.org]
3. Comics
And my favorite Dilberts of the week:
>> Bury something in the woods [dilbert.com]
>> Can’t you find meaning in your personal life? [dilbert.com]
>> That could work [dilbert.com]
4. Pick of the Week
Almost a year ago, when I started to work on my first course, I wrote that we have so few solid courses in our ecosystem. I know from experience that it takes a long time to put together a good, high quality course – around 6 months of ongoing work – which explains why there are so few of these out there.
That’s slowly changing – Petri’s newly announced testing course is definitely going to be reference material:
>> TEST WITH SPRING
The packages have been at 50% off all week (ending today) – so if you’re into testing, pick this one up. If you’re not really into testing, then definitely pick this one up.
I’m excited about this one, not just because it’s about testing, but also about Spring (which is very cool).