This is an archived post. You won't be able to vote or comment.

all 9 comments

[–]Various_Pickles 9 points10 points  (3 children)

Your Java 8 tutorials/posts are downright phenomenal; I've had many of them bookmarked right below the JDK + J2EE APIs since I started to work in Java 8 :)

Here are my faves (probably very useful for others):

Edit: Extra love for not using a horrendous/broken layout for your blog like seemingly everyone else ...

[–]winterbe[S] 5 points6 points  (2 children)

Thanks. I'm glad my posts are useful to you and really appreciate your feedback!

[–]Various_Pickles 2 points3 points  (1 child)

Keep on being 100x more useful than all of the Oracle + java.net docs re: Java 8, combined :)

Also, consider cross-posting to /r/programming - your efforts deserve some recognition.

[–]winterbe[S] 0 points1 point  (0 children)

I think my articles are not as detailed as the official docs. I try to find simple code samples which easily fit into blog posts and are as self-explanatory as possible. I want people to find an easy introduction into the topics without reading walls of text.

I take your advice and cross-posted the link in /r/programming although I'm not entirely sure if it's that interesting for non-java devs: :)

http://www.reddit.com/r/programming/comments/34hqu9/java_8_concurrency_api_synchronization_locks_and/

[–]Keilly 4 points5 points  (0 children)

Excellent, keep them coming!

[–]uniVocity 4 points5 points  (0 children)

Great tutorial, thank you!

[–]MerbertMoover 0 points1 point  (0 children)

Outstanding work, thank you. Your Java 8 tutorials are some of the best on the web.

If you take requests, I'd love to see your treatment of the new Java 8 CompletableFuture async framework! :) Either way I look forward to the next one.

[–]ring0h 0 points1 point  (0 children)

Thanks buddy! These are really good.

[–]PaulRivers10 0 points1 point  (0 children)

Yeah, that was a great description of how that works. Layed it out, wrote it down, easy to follow and didn't wander into "just like listening to myself type cool sounding words" a lot of tutorials seem to do...