@zahidahmed7043

it's a joy watching Adam with tips and tricks.

@AntonArhipov

Lots of useful little tricks! thank you!

16:31 I'm honored to be mentioned in Adam's talk :)))

@NikolaosZer

Back in 2015 I got hired as a Junior Java Developer because I watched JAX-RS videos from Adam Bien. Thank you sir!!!

@haroldpepete

Great talk, console with colors with enum was really interesting, great tips sr

@MrCloudTel

awesome please increase a font size for future video.

@maodo-diop

Great snippets from Adam Bien. Why not to add in the java doc in their right places as examples. Big up to you Adam

@cathodion

Awesome set of examples showing Java power!

@VerhoevenSimon

A lot of nice little tricks!

@VolanaroGG

It is crazy how this talk is so useful even though it has nothing to do with frameworks, systems architecture, and especially AI. This is how I prefer to look at Java and how I'd like Java to evolve. More and more useful stuff should be included in the SDK and later used instead of bloating your project with 10000 useless dependencies.

@druzzyaka

Thanks for the helpful java tips!

@GianlucaTessarolo

You're a myth Adam ! Many thanks for your great work !!!

@BryanChance

Wouldn't it be better if the code area is zoomed in a bit more? I just need to hear the presenter speak. -:0)

@AnthonyGoubard

For S08, you can use StringSelection class which is a Transferable object for text.

@peterabiodunokusolubo1541

Thanks Adam, now I have ammunition to shutdown some of my python  friends.

@alskaa1

can I find those snipets on github repository?

@sureshmsidy

15:20 anyone noticed that #19 is missing?

@zickzack987

Don't use parallel streams for io! You will block the threadpool.
The use case is computation. 
So calculation of millions of modulos is perfect for ps.

@padmabushan

need repo plzz :face-purple-crying:

@MrMikomi

Adam Bien, your middle name should be Java.

@kaka_tutorails8765

How can I get the source code?