Lots of useful little tricks! thank you! 16:31 I'm honored to be mentioned in Adam's talk :)))
@bienadam2 ай бұрын
Thank you for participating/watching! I wanted to say "hello", but I couldn't find you at the conference.
@zahidahmed70432 ай бұрын
it's a joy watching Adam with tips and tricks.
@bienadam2 ай бұрын
Thank you! ...and for me it is joy to see that someone finds my session useful. I was not so sure about this session 🙂
@morkhoudia92 ай бұрын
Great snippets from Adam Bien. Why not to add in the java doc in their right places as examples. Big up to you Adam
@AnthonyGoubard2 ай бұрын
For S08, you can use StringSelection class which is a Transferable object for text.
@bienadam2 ай бұрын
I guess I will record a new short about that! Thanks for watching!
@VerhoevenSimon2 ай бұрын
A lot of nice little tricks!
@alskaa12 ай бұрын
can I find those snipets on github repository?
@NikolaosZer2 ай бұрын
Back in 2015 I got hired as a Junior Java Developer because I watched JAX-RS videos from Adam Bien. Thank you sir!!!
@bienadam2 ай бұрын
That's cool! However: I don't think anyone will get hired by watching this talk. 😀
@nico-s292 ай бұрын
@bienadam not hired but possibly one or the other will get a raise your videos are worth gold thank you.
@bienadam2 ай бұрын
@@nico-s29 Thank YOU! I also enjoyed the interactions with the audience before, after and during the session. Devoxx was nice!
@haroldpepete2 ай бұрын
Great talk, console with colors with enum was really interesting, great tips sr
@bienadam2 ай бұрын
I use this functionality in my CLI apps. Thx for watching!
@druzzyaka2 ай бұрын
Thanks for the helpful java tips!
@bienadam2 ай бұрын
Thanks for watching! This session was fun - and the Devoxx audience was great.
@GianlucaTessarolo2 ай бұрын
You're a myth Adam ! Many thanks for your great work !!!
@bienadam2 ай бұрын
Thank you so much! I'm beyond a myth - I'm almost a Bermuda Triangle 😀 This session was fun - it was an ad hoc idea and I'm glad you liked it.
@CynicalTech2 ай бұрын
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.
@bienadam2 ай бұрын
It's pretty incredible how much useful functionality Java already has. When you focus on Java's built-in features first, you can reduce the complexity and increase the security at the same time. No dependencies, no problems. Thanks for watching!
@thanhtoan2 ай бұрын
@bienadam Tks for your talkshow. I'm already subscribed your channel.
@31redorange082 ай бұрын
You're contradicting yourself.
@bienadam2 ай бұрын
@@31redorange08 How? But it is possible - there were > 100 Java snippets to show 🙂
@31redorange082 ай бұрын
@@bienadam OP said that having dependencies is bloating the project. But you add them for a reason. Having all the functionality directly in the JDK would bloat the runtime because you usually don't need most of it.
@sureshmsidy2 ай бұрын
15:20 anyone noticed that #19 is missing?
@kaka_tutorails87652 ай бұрын
How can I get the source code?
@MrMikomi2 ай бұрын
Adam Bien, your middle name should be Java.
@bienadam2 ай бұрын
Thank you very much! But: a few years ago, no one believed that my surname is "Bien", which is pronounced "Bean". This was always funny in "Enterprise Java Beans" and "Java Beans" workshops. Thanks for watching!
@MrMikomi2 ай бұрын
😄
@padmabushan2 ай бұрын
need repo plzz
@zickzack9872 ай бұрын
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.
@emmanuelezeagwula74362 ай бұрын
What is that font ???
@Muescha2 ай бұрын
03:15 You said JavaScript 🙈
@sureshkrjsl2 ай бұрын
he wrote a java script not javascript... ;)
@bienadam2 ай бұрын
@@sureshkrjsl a scripty Java 😃
@Muescha2 ай бұрын
@@sureshkrjsl 🤡 I know - but at first I heard "JavaScript" ;)
@keineangabe89932 ай бұрын
Sorry but why static import Path.of.. Not really worth the tradeoff here to use 5 less characters and lose so much readability. of(...) could mean anything.
@rosaschlupfer635Ай бұрын
I completely agree with that. I had o stop the video on occasion just to look where a function was declared just to find it in the imports. I hate that with a passion.
@rydmerlin2 ай бұрын
When watching this on TV I would have preferred to see less of you and more of the IDE screen.
@bienadam2 ай бұрын
...and I have absolutely no interest in seeing my face on TV. I always prefer the source code. Thanks for watching anyway! 😀
@janbodnar78152 ай бұрын
Examples are cool. But the bashing of Python is really not necessary. If you spend 2 hours installing Python than you don't know what you are doing. (All my students manage it under 5 minutes. Often complete beginners.)