This post is the last in a three-part series comparing two close substitutes in Javascript: classes and the “closure pattern” (also frequently known as the factory class pattern). Part one argued… (more…)
Read more »
Are you still writing your async JavaScript code using callbacks or async library? It's the time to start to Promises! What is a Promise? As the word says, Promise is something that can be available now, or in future, or newer. When someone promises you ...
Read more »
We present and compare all possible alternatives you can use to parse languages in JavaScript. From libraries to parser generators, we present all options... (more…)
Read more »
Web Application Framework in JavaScript and Objective-J - GitHub - cappuccino/cappuccino: Web Application Framework in JavaScript and Objective-J... (more…)
Read more »
The web development space is always an interesting one for us, with new JavaScript projects launched almost daily. Trying to decide which ones to focus on and which ones to ignore is particularly challenging. Developers can learn and gather inspiration fr... (more…)
Read more »