What is JavaScript Fatigue?
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.
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...
We all have that one amazing app idea.The one app idea that no one has ever thought of. App Store success is guaranteed. Or is it?
Not so long ago, being a JavaScript developer wasn’t a thing to be proud of. JavaScript developers were considered 2nd class. “Pixel Pushers” they used to call us. Let’s take Matt for example. Matt was a typical junior developer 5-7 years ago. The Old Days Matt’s first programming job was a junior developer for a large software company...
People love acronyms. Developers are people. Not much we can do about that. DRY YAGNI and KISS are three acronyms beloved by developer people. But what do they mean?