In this article, we’ll look at another common problem in developing browser applications: The connecting of model data to views. We’ll unravel some of the...
Building a framework from scratch is not something we specifically set out to do. You’d have to be crazy, right? With the plethora of JavaScript frameworks...
JavaScript libraries such as jQuery have been the go-to approach for writing JavaScript in the browser for nearly a decade. They’ve been a huge success and...
One of the unchanging facts of life is that change is the undying constant in every software lifecycle - one that you cannot run away from. The challenge is...
Ever wondered what design patterns are? In this article, I'll explain why design patterns are important, and will provide some examples, in PHP, of when and...