
Valentin Baca
Sr. Software Engineer & Tech Lead (SDE3) on AmazonSmile. 10+ years of experience, primarily at Amazon.com My posts are my own opinions and do not reflect my employee's opinion.
Education
B.S Computer Science & B.S. Electrical Engineering from Texas Tech University
Work
SDE III (Sr. Software Engineer) at AmazonSmile
Recent comments
What do you look for in a Code Editor?
IntelliJ for Java and Kotlin. Xcode for Objective-C and Swi...
The obscure `Function#length` property!
"amount of arguments expected by the function in question." ...
The Most POWERFUL [JavaScript] Function
Don't forget the really powerful use: using reduce to impleme...
The Most POWERFUL [JavaScript] Function
You can just do: ['truck', 'car', 'people'].reduce((text, ...
TIPS & TRICKS OF JAVASCRIPT & REACT
I agree with your detailed comment. There are more readable b...
TIPS & TRICKS OF JAVASCRIPT & REACT
For Tip #5, the ~~ trick is more like Math.trunc rather than ...
Fixing basic mistakes with Git
Tiny protip: you can use @ instead of HEAD: so like: git res...