Posts Tagged "APIs"

Solving a Null Value When Posting a Simple String to a .NET Web API

The Problem: Many programmers, when creating a .NET Web API project, typically run into a situation where they want to post a simple x-www-form-urlencoded string datatype to an endpoint. They create the POST endpoint and attempt to post a string body to it only to find out that the value passed from the body is null. It can certainly be a frustrating endeavor to find a solution to this. After ...

8 Tips to a Better API Design

We have all seen the numerous articles and tutorials related to great REST API design on the web. They usually talk about proper coding techniques and how to expose the endpoints in some given language. While useful, and definitely needed, they often miss some of the fundamental high level ideas that make great APIs work. In this article we will cover 8 tips which I have learned consuming and providing ...

PHP Wants To Be Your Web Language Of The Future – Part 2 – “Finally” and Password Hashing

This is part 2 of a 6 part series looking at the some of the wonderful features of PHP 5.5 and why it might remain a dominate web language for the future. This series was originally written for the Software Developer's Journal. Continuing on with our 6 part series, the next two items that make PHP the language of the future is the finally keyword (which is used in conjunction with ...

35 Google Glass Project Concept Ideas

As you may have seen already, Google has come out with a short video on their new Google Glass project and some of the plans they have in store for it. They are already inviting users over to San Francisco and New York for hackathons. But you don't need to be there playing with the Mirror API just to start planning your next project! We have some great ideas listed ...