JavaScript
-
Promises vs Callbacks – Code comparison
I am not going to highlight pros of promises and cons of callbacks. There is plenty of good reading about…
Read More » -
Learning Angular: What is the scope of your directive?
This might create quite some debugging headaches, especially in a larger application. Things don’t bind properly, have different data on…
Read More » -
Make Me a Promise
If you haven’t worked with JavaScript in over a decade, you might be surprised at the advances that have been…
Read More » -
JavaScript Document Ready Example
“Document ready” is a technique widely used by everyone who uses JavaScript or jQuery in their code, yet only a…
Read More » -
Sublime Tip: Enable spell checking when you write Markdown
This is a huge lifesaver and I don’t know how I couldn’t come up with this before. Check out this…
Read More » -
AngularJS UI-Router – Introduction
This is the first post of a series of 3, presenting AngularJS UI-Router library: Part 1: Introduction Part 2: Components…
Read More » -
JQuery Autocomplete Widget Example
By now everyone who has used a search engine has experienced auto-complete functionality at work. Originally intended to help those…
Read More » -
JavaScript For Loop Example
We hear a lot about loops, especially ” for loop “. So what, in fact, are they? They’re just pieces…
Read More » -
Rule Engine for Node.js
Based on my original blog posting, this posting introduces a ported Javascript version of my rule engine, for Node.js. I…
Read More »