filipedeschamps

↗ HN profile [ 82.0 ms ] full profile
Karma
478
Created
October 11, 2013 (12y ago)
Submissions
0
https://www.tabnews.com.br/
  1. You Are Not a Software Engineer (chrisaitchison.com)
  2. Currently, I think the code of my coworker really complex, but for now, this is just an opinion only. Is there any metric that will transform my opinion on a proven fact?

  3. Will it suffer the same problems of concurrency vs threads or not?

  4. Guys, we are currently using Google Analytics Events to track clicks and conversions, but the events report are quite limited and confusing. Do you have anything to recommend that does a good job on this? Both free or…

  5. All my softwares end being a total mess. In summary, they become just a bunch of code. They work, but you know... something is missing because it's really hard to come back to them and add more features. Please help me…

  6. I'm very excited about Atom, mainly because of it modular nature. But what this differs from Brackets modular nature that is also in Javascript? I'm asking this, because I want to answer to me this question: to which…

  7. I can't find a pattern, please help me understand.

  8. WebGL: webcam experiment (play-create.com)
  9. //FROM for (var i = 0; i < myArray.length; i++) { ... } //TO var arrayLength = myArray.length; for (var i = 0; i < arrayLength; i++) { ... } --- //FROM var myVar = "Hello World"; function printHello() {…

  10. White?

  11. Javascript Zombie FPS Game (goobuzz.github.io)