Dog-fooding our API - Authentication
A developer details implementing JWT-based session token authentication for a startup's API using Thinktecture.IdentityModel in ASP.NET Web API.
A developer details implementing JWT-based session token authentication for a startup's API using Thinktecture.IdentityModel in ASP.NET Web API.
A guide to writing asynchronous tasks in Grunt, explaining how to properly handle Node.js callbacks and streams within the Grunt build system.
A developer's critical rant about the complexity and frustrations of implementing OAuth for a Twitter API client, arguing it's overly complicated.
Explains how to connect to and query TFS Preview (TFSPreview.com) using the TFS Client Object Model and C# code.
A quick introduction to the Python Requests library, highlighting its intuitive API for making HTTP requests and its utility for developers.
Explains how to implement content negotiation in ASP.NET MVC to return JSON, XML, or HTML based on client accept headers.
A guide to setting up and testing OAuth providers like Google, Facebook, and Twitter for user login, including local development configuration.
A technical guide from 2011 on programmatically checking into Foursquare venues using its API, including authentication and location spoofing.
Explores Siri's potential to revolutionize iOS app development through voice recognition and an open API for innovative software.
Announcing a new OAuth 2.0 client implementation for GNU Emacs, now available via GNU ELPA for accessing APIs like Google and Facebook.
A review of the 'Microsoft Windows Azure Development Cookbook', praising its practical recipes and depth for Azure developers.
Explains the JavaScript shorthand notation `foo#bar` as an alternative to `foo.prototype.bar` for referring to prototype methods.
Microsoft releases version 3.0 of the Windows Azure SDK for PHP, featuring a management API, logging, and autoscaling capabilities.
Announcing the beta release of Windows Azure SDK for PHP v3.0.0, featuring a management API, improved logging, and DateTime object support.
A technical guide on implementing auto-scaling for PHP applications on the Windows Azure cloud platform, including certificate setup and a CLI tool.
Analyzing the unofficial XML API behind George Washington University's course schedule and campus map iPhone app, with provided endpoints and a PHP wrapper.
A follow-up article discussing three alternative solutions to CAPTCHA systems for spam prevention, focusing on user experience and accessibility.
A developer shares his new role as a Google App Engine API Expert for Japan, aiming to support and educate other developers in the region.
Developer adds asynchronous Gravatar support to Gnus email client, detailing the implementation and community feedback.
A developer creates an Emacs extension to integrate weather forecasts into the Org agenda using a custom Google Weather API.