Baeldung Weekly Review 26

At the very beginning of 2014 I decided to track my reading habits and share the best stuff here, on Baeldung.

2014 has been quite the year, covering each week with a review. I’ve been doing a lot more reading to make sure I cover and curate stuff that has value and is actually worth reading.

Let me know in the comments if you’re finding my reviews interesting and useful.

Here we go…

1. Spring and Java

Eclipse Mars (4.5) is out – here’s what’s cool about this release. Also – here’s the rundown of the top 10 features in this release.

>> Building Microservices: Using an API Gateway

A must-read piece on using the API Gateway pattern in a Microservices centric architecture.

In my own experience, I found the proxy/gateway pattern does a great job consolidating and clearly identifying responsibilities in the system. It also addresses a host of problems like – authentication, CORS, service discovery and clients being affected by early internal refactorings of the microservices.

Overall, a very good read.

>> Writing a download server. Part I: Always stream, never keep fully in memory

Good caching goes a long way towards a well behaved server implementation.

2. Technical

>> Refactoring with Loops and Collection Pipelines

A practical, step-by-step flow of moving from processing a collection with a loop control structure towards a functional, lambda based approach. A very good read if you’re starting on that path.

3. Musings

Words to live by, and definitely a must read for devs that are transitioning into a lead or architect role.

>> Just Wear Headphones

A quick but interesting piece on wearing headphones to block out the noise of an improperly designed office.

>> Why offices are where work goes to die

Very good read on working in an office as opposed to being remote. This really hits home with me, as I’ve been mostly working remote for over a year now.

This style of work jives with me and my personality quite well. Overall, it’s of course highly dependent on a bunch of internal and external factors, and it may not fit well with everyone.

Also worth reading:

5. Pick of the Week

Earlier this year I introduced the “Pick of the Week” section here in my “Weekly Review”. If you’re already on my email list – you got the pick already – hope you enjoyed it.

If not – you can share the review and unlock it right here:

[sociallocker id=”6211″]

A very cool but also highly useful view on latency:

Leave a Reply

Your email address will not be published.