Category: Web Development

What is an API?

And Why Should I Care? In its simplest terms, and API allows one program to include the functionality from another program without importing the code from the second program. Let’s Consult an Expert Q: Hey Siri! What is an API?…

More on TDD

Tutorial 2: Linked List This is the second tutorial in a series dealing with Test Driven Development (TDD) in JavaScript using Mocha and Chai. In this tutorial, we will expand on the use of Chai and the concept of Test-Driven…

AMD JSONP Loader Module

Needed an AMD module for JSONP loading of scripts. The criteria, it had to be safe-ish, had to use promises conform to CommonJS Promises/A, specifically support Q, and work — gasp — without jQuery. I started with this article from…