Тёмный

10 Tips To Improve Your Java Code Performance 

Don Hash
Подписаться 891
Просмотров 48 тыс.
50% 1

Performance and the readability of your code is a vital part when it comes to production level of your applications. There are many cool features of java that we can use to improve the readability of the code while increasing the performance of the code as well.
I bring you 10 of them in this short video. Hope you catch a new tip and use it in your code.
Comment below what is you favorite tip out of the 10 tips. Also if you have any questions, comment below.
Happy Coding.

Опубликовано:

 

8 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 27   
@PraveenKumar-uj2ih
@PraveenKumar-uj2ih Год назад
Tip 6 -> use boolean not Boolean... boolean consists two values true or false... Boolean consists three values true, false , null also
@Babaelow
@Babaelow 3 года назад
I had no idea about 5, 7, 9 and 10. I didn't expect much from this video, but it's more helpful than many 1hour tutorials :o
@sag530
@sag530 3 года назад
Thanks a lot . It helpful for me. I am stucked in one performance issue after my development.
@lx2_old
@lx2_old 2 года назад
Great! Gonna use this video for my cleanup
@efharisto92
@efharisto92 2 года назад
Thank you Don Hash, in a moment I will review my code especially with tip 7 and 8.
@saikatsRhythmicRiffs
@saikatsRhythmicRiffs 3 года назад
Please make this type of video. It helps me a lot. Thank you.
@branthebrave
@branthebrave 2 года назад
4:31 It's not any faster; the compiler would simplify it away. It's about readability in this case
@MrChuyelChief
@MrChuyelChief Год назад
Thanks so much for the tips
@testmanagement8456
@testmanagement8456 2 года назад
Very useful video thanks bro 🥰😃❤️
@techstack4895
@techstack4895 2 года назад
thanks for video,,,
@smellthel
@smellthel 3 года назад
Didn’t know any of these. Thanks man!
@anm_15
@anm_15 Год назад
Very nice tips, though did not get the tip of logging...
@psychologyfactstothinkabout
@psychologyfactstothinkabout 4 года назад
make more videos please
@Miketar2424
@Miketar2424 2 года назад
What kind of logger do you use in number 7? Thanks.
@DonHash
@DonHash 2 года назад
just the java util logger
@xtay2287
@xtay2287 2 года назад
The String-class has a method isBlank(), so tip 2 is useless.
@fabianstoll
@fabianstoll Год назад
".isEmpty()" is the same as ".length() == 0".
@PraveenKumar-uj2ih
@PraveenKumar-uj2ih Год назад
@@fabianstoll !stringReference.isEmpty() ... Better to use
@barnamam
@barnamam 4 года назад
10 -> Here without Streams is faster than using Streams.
@barnamam
@barnamam 4 года назад
@@DonHash that's clear with stream you are calling many function one by the other object reference
@dp-sg8hc
@dp-sg8hc 3 года назад
great video. thanks for sharing this. but voice is not clear
@aditisutar1641
@aditisutar1641 2 года назад
You were not audible, I really wanted to concentrate on the content but wasn't able to due to this problem!!
@SteveAcomb
@SteveAcomb Год назад
Please release subtitles or speak more slowly
@ArifRahman-nb3ff
@ArifRahman-nb3ff 2 года назад
Pls speed up while you talk
@Ghost_1823
@Ghost_1823 Год назад
Content is good. But please improve/change your way of speaking. It's not good to hear for longer time. And sometimes u increase and decrease the tone.
@AKHalex
@AKHalex 3 года назад
Your audio is really, really bad.
@DonHash
@DonHash 3 года назад
Sorry about that.
Далее
How Senior Programmers ACTUALLY Write Code
13:37
Просмотров 1,4 млн
What turned out better to repeat? #tiktok
00:16
Просмотров 3,4 млн
Java Performance Puzzlers by Douglas Hawkins
46:49
Просмотров 28 тыс.
Java 21 Is Good?! | Prime Reacts
27:08
Просмотров 218 тыс.
Java 8 STREAMS Tutorial
18:10
Просмотров 731 тыс.
Why You Shouldn't Nest Your Code
8:30
Просмотров 2,6 млн
30+ Eclipse Shortcuts Every Java Programmer Should Know
12:46
Cleaner Code: 3 Ways You Can Write Cleaner Code
7:41
Java 8 best practices by Stephen Colebourne
44:40
Просмотров 63 тыс.
Naming Things in Code
7:25
Просмотров 2 млн
Optimising Code - Computerphile
19:43
Просмотров 142 тыс.
"Clean" Code, Horrible Performance
22:41
Просмотров 867 тыс.