In this blog post I explain why, in my opinion, currying is in conflict with some of JavaScript’s foundations. (more…)
Read more »
One popular question from folks looking to get started with software development is which language to choose. Two great choices are Ruby… (more…)
Read more »
Regular Expressions could be very tricky and hard to comprehend in the beginning, but in this article we'll discuss the major things to get you up-to-speed with creating and working with Regular Expressions in JavaScript. Here's a list of topics we'l... (more…)
Read more »
Imagine scope as a semitransparent bag with names of variables and functions. While in the bag you can see what is outside but nobody can look into your bag. (more…)
Read more »
“A mathematician, like a painter or a poet, is a maker of patterns. If his patterns are more permanent than theirs, it is because they are… (more…)
Read more »