Explanation of how functional programming techniques can create a javascript game and a brief analysis of whether it was worth it or not. (more…)
Read more »
There’s a never-ending myth I see circulating on Twitter every few weeks:
Vanilla JS doesn’t scale.
This is complete nonsense.
What does “scale” even mean? Is the implication is that vanilla JS literally cannot handle the load of large applications the ... (more…)
Read more »
Comparison operators are frequently used in JavaScript applications, and are an important part of controlling the logic flow of the app. But if you don’t have a good understanding of how they work you can run into a couple issues. Understanding strict com... (more…)
Read more »
Since 2011 Stack Overflow has conducted a yearly survey on the developer community. (more…)
Read more »