The Best of Java Shorts Show: 100 Snippets in 50 Minutes by Adam Bien

  Рет қаралды 17,866

Devoxx

Devoxx

Күн бұрын

Пікірлер: 49
@cathodion
@cathodion Ай бұрын
Awesome set of examples showing Java power!
@AntonArhipov
@AntonArhipov 2 ай бұрын
Lots of useful little tricks! thank you! 16:31 I'm honored to be mentioned in Adam's talk :)))
@bienadam
@bienadam 2 ай бұрын
Thank you for participating/watching! I wanted to say "hello", but I couldn't find you at the conference.
@zahidahmed7043
@zahidahmed7043 2 ай бұрын
it's a joy watching Adam with tips and tricks.
@bienadam
@bienadam 2 ай бұрын
Thank you! ...and for me it is joy to see that someone finds my session useful. I was not so sure about this session 🙂
@morkhoudia9
@morkhoudia9 2 ай бұрын
Great snippets from Adam Bien. Why not to add in the java doc in their right places as examples. Big up to you Adam
@AnthonyGoubard
@AnthonyGoubard 2 ай бұрын
For S08, you can use StringSelection class which is a Transferable object for text.
@bienadam
@bienadam 2 ай бұрын
I guess I will record a new short about that! Thanks for watching!
@VerhoevenSimon
@VerhoevenSimon 2 ай бұрын
A lot of nice little tricks!
@alskaa1
@alskaa1 2 ай бұрын
can I find those snipets on github repository?
@NikolaosZer
@NikolaosZer 2 ай бұрын
Back in 2015 I got hired as a Junior Java Developer because I watched JAX-RS videos from Adam Bien. Thank you sir!!!
@bienadam
@bienadam 2 ай бұрын
That's cool! However: I don't think anyone will get hired by watching this talk. 😀
@nico-s29
@nico-s29 2 ай бұрын
@bienadam not hired but possibly one or the other will get a raise your videos are worth gold thank you.
@bienadam
@bienadam 2 ай бұрын
@@nico-s29 Thank YOU! I also enjoyed the interactions with the audience before, after and during the session. Devoxx was nice!
@haroldpepete
@haroldpepete 2 ай бұрын
Great talk, console with colors with enum was really interesting, great tips sr
@bienadam
@bienadam 2 ай бұрын
I use this functionality in my CLI apps. Thx for watching!
@druzzyaka
@druzzyaka 2 ай бұрын
Thanks for the helpful java tips!
@bienadam
@bienadam 2 ай бұрын
Thanks for watching! This session was fun - and the Devoxx audience was great.
@GianlucaTessarolo
@GianlucaTessarolo 2 ай бұрын
You're a myth Adam ! Many thanks for your great work !!!
@bienadam
@bienadam 2 ай бұрын
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.
@CynicalTech
@CynicalTech 2 ай бұрын
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.
@bienadam
@bienadam 2 ай бұрын
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!
@thanhtoan
@thanhtoan 2 ай бұрын
@bienadam Tks for your talkshow. I'm already subscribed your channel.
@31redorange08
@31redorange08 2 ай бұрын
You're contradicting yourself.
@bienadam
@bienadam 2 ай бұрын
@@31redorange08 How? But it is possible - there were > 100 Java snippets to show 🙂
@31redorange08
@31redorange08 2 ай бұрын
@@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.
@sureshmsidy
@sureshmsidy 2 ай бұрын
15:20 anyone noticed that #19 is missing?
@kaka_tutorails8765
@kaka_tutorails8765 2 ай бұрын
How can I get the source code?
@MrMikomi
@MrMikomi 2 ай бұрын
Adam Bien, your middle name should be Java.
@bienadam
@bienadam 2 ай бұрын
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!
@MrMikomi
@MrMikomi 2 ай бұрын
😄
@padmabushan
@padmabushan 2 ай бұрын
need repo plzz
@zickzack987
@zickzack987 2 ай бұрын
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.
@emmanuelezeagwula7436
@emmanuelezeagwula7436 2 ай бұрын
What is that font ???
@Muescha
@Muescha 2 ай бұрын
03:15 You said JavaScript 🙈
@sureshkrjsl
@sureshkrjsl 2 ай бұрын
he wrote a java script not javascript... ;)
@bienadam
@bienadam 2 ай бұрын
@@sureshkrjsl a scripty Java 😃
@Muescha
@Muescha 2 ай бұрын
@@sureshkrjsl 🤡 I know - but at first I heard "JavaScript" ;)
@keineangabe8993
@keineangabe8993 2 ай бұрын
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
@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.
@rydmerlin
@rydmerlin 2 ай бұрын
When watching this on TV I would have preferred to see less of you and more of the IDE screen.
@bienadam
@bienadam 2 ай бұрын
...and I have absolutely no interest in seeing my face on TV. I always prefer the source code. Thanks for watching anyway! 😀
@janbodnar7815
@janbodnar7815 2 ай бұрын
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.)
@KangoV
@KangoV Ай бұрын
Always time for some Python bashing ;)
Valhalla - Where Are We? by Brian Goetz
52:07
Devoxx
Рет қаралды 8 М.
Pattern Matching in Java - Past, Present, Future
54:07
IL'HAN - Qalqam | Official Music Video
03:17
Ilhan Ihsanov
Рет қаралды 700 М.
Cheerleader Transformation That Left Everyone Speechless! #shorts
00:27
Fabiosa Best Lifehacks
Рет қаралды 16 МЛН
Serialization - A New Hope
50:53
Java
Рет қаралды 15 М.
Being A Senior Engineer by Jesse Spevack from Stripe
1:00:10
Boulder Ruby
Рет қаралды 7 М.
Modern Java in Action
50:32
Java
Рет қаралды 41 М.
Teaching old Streams new tricks  By Viktor Klang
50:51
Devoxx
Рет қаралды 22 М.
A New Model for Java Object Initialization #JVMLS
44:10
IL'HAN - Qalqam | Official Music Video
03:17
Ilhan Ihsanov
Рет қаралды 700 М.