Consider Before You Code – Web API
Overview: You have an idea for a project or an existing project in progress and it’s time to build a web API; do you know where to start? The following article outlines the initial topics to consider before coding a new Web API. Above all,…
3 Types of API every Developer needs to know
Overview: Regardless of specialization, it’s inevitable that as a developer or project owner you will need to leverage an API at one point or another. An API is shorthand for Application Programming Interface. Although many types of API exist, the core focus of this article…
Craft: Intro to 3-tier Architecture
Overview: It’s time to design your application! Whether or not you know how to write code, the real question is: how do you fit together all the pieces of the puzzle? In developer jargon you might call this a “stack”. In this guide we will…