
Oscar
404 bio not found
Education
B.Sc Computer Science
Work
Software Engineer
loading...
We're a place where coders share, stay up-to-date and grow their careers.
404 bio not found
Education
B.Sc Computer Science
Work
Software Engineer
Recent comments
why you should not use console.log( ) for debugging ?
Besides breakpoints, a lot of tools offer Logpoints or Tracep...
10 Concerns & How we can make the whole React codebase cleaner
For the comments tip you gave, I have to say that we in our...
JS Performance: Perhaps We Shouldn't Always Use Arrays
thepracticaldev.s3.amazonaws.com/i... Just to underline you...
How do you measure developer productivity in your team?
While I heard the first time about this practice and think ...
What happens when you type 'google.com' into a browser and press Enter?
There is a Github repository that deals with that question an...
What do you Google EVERY. SINGLE. TIME. and never just memorize?
Helpful protip. I learned yesterday, that list.toArray(new ...
Convert ArrayList<String>() To Stirng[] Array in Android
Isn't it more performant to use the buildin method toArray(...