Agile Software Development and Scrum - Heaven or Hell?
Are Agile and Scrum the key to developer productivity? Or do they symbolize and endless stream of pointless meetings.
Are Agile and Scrum the key to developer productivity? Or do they symbolize and endless stream of pointless meetings.
The rapid pace of the JavaScript world is both a blessing and a curse. Let's look at JavaScript newsletters to help us keep up with all the madness.
Dear JavaScript maintainers, First of all, Thank you. We appreciate what you do
NPM is the biggest package manager for any language. Trying to figure out what is the best library for X? Be careful not to catch framework fatigue.
Being a SOLID JavaScript Developer isn't as straight forward as in other languages. JavaScript is a loosely typed language. Some consider it a functional language. Others consider it an object oriented language. Some think its both. And some think that having classes in JavaScript is just plain wrong. From my experience, you'll rarely want to use classes and long...