filipedeschamps
- Karma
- 478
- Created
- October 11, 2013 (12y ago)
- Submissions
- 0
- AWS WAF major outage (us-east-1) (twitter.com)
- Serverless Framework 1.0 released (github.com)
- You Are Not a Software Engineer (chrisaitchison.com)
- 5.8M unique GitHub commit emails (github.com)
- Brazilian developers, learn about Mindfulness [video] (youtube.com)
-
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?
- YOUGAKUDAN_00 with 22 thousands tweets per day (twitter.com)
-
Will it suffer the same problems of concurrency vs threads or not?
-
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…
-
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…
- PayPal and Netflix cozy up to Node.js (javaworld.com)
-
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…
-
I can't find a pattern, please help me understand.
- WebGL: webcam experiment (play-create.com)
- 50 Siri Voice Commands (youtube.com)
-
//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() {…
-
White?
- Javascript Zombie FPS Game (goobuzz.github.io)
- Javascript port of Out of This World using Canvas (megidish.net)