Grumpy Java Developer
2:08
10 ай бұрын
Code & Chill 🍀 (1 Hour Lofi Mix)
1:11:35
Why AI Won't Replace Programmers
5:58
Tech Layoffs... wtf is going on?
5:18
How I Learned Flask in 5 Days
10:49
Programmer Salary Breakdown
8:16
Жыл бұрын
How To Pull Request in 3 Minutes
3:06
Пікірлер
@aliceroherty3041
@aliceroherty3041 21 сағат бұрын
Not the Dr Disrepect shoutout 😂😭💀
@alvarosanchezp
@alvarosanchezp Күн бұрын
C has to be S tier. As you mentioned everything is written in C: Linux, Python, Postgres...
@andcarbiochemistry
@andcarbiochemistry Күн бұрын
Beautiful video
@tryh4rd666
@tryh4rd666 2 күн бұрын
ethics????? poor argument
@bwalyamubanga8688
@bwalyamubanga8688 2 күн бұрын
I ’m about to graduate with a CS degree…you are super knowledgeable…I’m in a panic about my job prospects . that interview process sounds absolutely rough .
@ltudorr6481
@ltudorr6481 2 күн бұрын
That's a joke not an interview. Is it in for an internship position?
@Zpicismrad
@Zpicismrad 2 күн бұрын
excellent explanation! I'm currently learning Java and it can get pretty confusing tbh. I'll definitely come back and check more of your content, subscribed
@alexanderkalashnikov2721
@alexanderkalashnikov2721 3 күн бұрын
Tell me please where Carbon is better than C++ if the call to Slice.Last() would expect a valid result even if there never was an element in the slice?
@user-wk1kq1ns1s
@user-wk1kq1ns1s 3 күн бұрын
This is the most subtle explanation ever, thanks for the question , I learned a lot , looking to more videos like this, you earned a subscriber here !
@michaelsafwat1953
@michaelsafwat1953 3 күн бұрын
Thanks a lot Sam, I am having my technical interview for Internship this week, and your video is so helpful, fingers crossed
@Aelitagurl
@Aelitagurl 4 күн бұрын
The python keyboard was the nail in the coffin for me 😂 I got one that, with one of the modes, shoots off colors for every key I press lol
@somethingwine
@somethingwine 4 күн бұрын
I love how you went straight into the point
@dianagabriela3287
@dianagabriela3287 4 күн бұрын
What keyboard is this ?
@mohamedzubair.m4243
@mohamedzubair.m4243 5 күн бұрын
Thanks Thala
@sreenaths8532
@sreenaths8532 5 күн бұрын
I never thought it was this easy to understand 🥲 thanks man. Subscribed❤
@halilibrahimkisakesen546
@halilibrahimkisakesen546 6 күн бұрын
Yes i the books we shoul read are coming from single publishing company. If someone believes in this, they are probably not capable of being agood software engineering
@wyuenho
@wyuenho 7 күн бұрын
I was forced to use it at work. It’s awful.
@srijibmondal2468
@srijibmondal2468 7 күн бұрын
can i use both of the cosntructors(default constructor, and parameterized constructor) at the same time? like if i only pass the name "eevee" when i am creating the object , and didnt pass the level for some reason, should it prints "eevee 1" or gives error because of we dont passs the second argumets?
@study_in_this_corner
@study_in_this_corner 7 күн бұрын
Great tutorial. I come back to your java content when I am stuck in exercises. thank you.
@Nuelkk
@Nuelkk 7 күн бұрын
The zen master is literally your average Dani video
@ShooterGaga
@ShooterGaga 8 күн бұрын
❤❤🎉🎉 please left check fn
@tjf7101
@tjf7101 8 күн бұрын
OOP and its four pillars are, quite simply, difficult to grasp. Especially at first. I’d recommend that anyone interested watch this video a few time over.
@_M.Y17
@_M.Y17 9 күн бұрын
5:22 ⚠ 7:56 ⚠
@CSB590
@CSB590 11 күн бұрын
Bro didn't meet C++ or Assembly
@lanac7974
@lanac7974 11 күн бұрын
I’m working on it
@mio9525
@mio9525 11 күн бұрын
in interpreted languages the exact same code can be translated to different machine code depending on the input and context every time you run it.
@tejassravanthikasulanati4733
@tejassravanthikasulanati4733 11 күн бұрын
I would have liked more explanation on where we are using. But thanks for this.
@PavanUthsara
@PavanUthsara 11 күн бұрын
Great explanation ever!
@rafaels.5503
@rafaels.5503 12 күн бұрын
Maybe Carbon is actually the Rust killer
@rajeshchekka3972
@rajeshchekka3972 13 күн бұрын
Thank you so much for your explanation 😊
@muhammadibad4220
@muhammadibad4220 13 күн бұрын
You Forgot Dark IDE
@Downicon3
@Downicon3 13 күн бұрын
Node FindSuccessor(Node node) { if (node == null) return null; if (node.right != null) return FindLeftmost(node.right); while (node.parent != null && node.parent.val < node.val) { node = node.parent; } return node?.parent; } Node FindLeftmost(Node node) { if (node == null) return null; var l = FindLeftmost(node.left); if (l != null) return l; return node; }
@ankitrawat-acodebreaker
@ankitrawat-acodebreaker 13 күн бұрын
Why to complicate the solution , if there is right subtree find smallest element in it , otherwise can we just keep going up untill we found a node just greater than current node ?
@donwinston
@donwinston 13 күн бұрын
You didn't cover generic methods and the parameter type lists before the returned type in a method definition. I've been using generics for years and just learned this today! Don't have to use this when you're just a consumer of generic classes.
@Arcann_bhp
@Arcann_bhp 14 күн бұрын
Copy paste line of code: doesn’t work Manually write line of code: works Why? Idk
@appleenglish4227
@appleenglish4227 14 күн бұрын
Buys a standing desk Proceed to stand
@shapelessed
@shapelessed 14 күн бұрын
Nah... The speakers are way too small. You're not a true software dev.
@ragsdale9
@ragsdale9 15 күн бұрын
Sounds perfect. I already have most of the problems with none of the benefits. Ill take it.
@emerald42481
@emerald42481 16 күн бұрын
Very convincing, I can't find any cracks in your argument
@po-shengwang5869
@po-shengwang5869 16 күн бұрын
Thanks for sharing. Just wondering what level of software engineer position you are interviewing with? Do they ask coding leetcode questions for all level of the engineer? or only for junior level?
@rishavranjan6656
@rishavranjan6656 16 күн бұрын
In simple words don't try to be oversmart, Arrays.sort() is the best😂
@weltjohn3332
@weltjohn3332 16 күн бұрын
I love programmer
@aloSolo
@aloSolo 16 күн бұрын
Finally someone explaining this without all the gibberish. Thank you!
@OdayPro-yl7wh
@OdayPro-yl7wh 18 күн бұрын
but bro, what can i do to get all this i don't have money pro -_- iam poor i have iphone 13 airbodes mac iam so poor :(
@Goe573
@Goe573 18 күн бұрын
help
@chickenbobbobba
@chickenbobbobba 19 күн бұрын
while quicksort does have n² worst case, its generally 2-3x faster than merge and variations like pdq garauntee nlogn
@AvaneeshBlogs12
@AvaneeshBlogs12 19 күн бұрын
i learned oop
@A10Rooms
@A10Rooms 19 күн бұрын
Windows IS the best operating system!!!!!!!!
@velkb228
@velkb228 20 күн бұрын
1:19 ok why not
@cpkarkow663
@cpkarkow663 21 күн бұрын
I've been trying to understand this concept for a long time - thank you for making it so clear and understandable - awesome