Ask DZ: What You Wish You Had Known 2 Years Ago
At TechCrunch Disrupt Hackathon, New Relic asked developers what they wished they'd known two years ago. Answers included:
- "It's easier than you think."
- "You're going to test everything."
- "The power of cloud APIs."
- "I wish I'd known how much easier it would get…with things like GitHub and social code-sharing."
- "The things I knew two years ago aren't relevant anymore."
- "I wish I knew how to code two years ago."






Comments
Mitch Pronschinske replied on Mon, 2012/09/17 - 9:30am
Ibrahim Levent replied on Mon, 2012/09/17 - 3:31pm
I wish I understood the real value of "Object-oriented JavaScript". I've recently finished a big refactoring to convert functional JavaScript codes into object-oriented JavaScript codes. The result was awesome. Before starting this work, I deem myself I know JavaScript good enough to write good JS code but I was wrong. There are many fresh topics there for web developers to learn; static-intance JavaScript objects, inheritance, design patterns, modularization, custom events, scoping, namespacing, web components, DOM binding, selectors, lazy loading scripts etc.
As a Java Web developer, I'd assumed object-orientation is a thing of server-side coding but it has many advantages in client codes as well.
Mitch Pronschinske replied on Mon, 2012/09/17 - 4:06pm
in response to:
Ibrahim Levent
@Ibrahim
We're actually thinking of writing a Refcard about Object-Oriented JavaScript. Let us know if you'd like to review the card or help author it. (curators [at] dzone.com)
Ibrahim Levent replied on Tue, 2012/09/18 - 4:17am
in response to:
Mitch Pronschinske
Prasanth Babu replied on Tue, 2012/09/18 - 12:45pm
Sadia Sulaman replied on Wed, 2013/04/10 - 2:21am
There are many fresh topics there for web developers to learn; static-intance JavaScript objects, inheritance, design patterns, modularization, custom events, scoping, namespacing, web components, DOM binding, selectors, lazy loading scripts etc.
Star Khan replied on Sun, 2013/04/21 - 10:45am
Sadia Sulaman replied on Mon, 2013/04/29 - 11:44am
I really think I am pretty much ready for this next installment and I have longed for this for so many months now.