News Feed
Jobs Feed
Sections




News Archive
Marco Tabini's Blog:
Software, APIs and all the king's men
June 25, 2010 @ 13:38:22

Marco Tabini has posted some of his thoughts about web application development, specifically in dealing with the creation of APIs for your site.

Unfortunately, the vast majority of websites are still built with the old "web-only" approach in mind-which, in today's world, introduces by-design limitations in what your software can do. [...] To be sure, even if you - or, more likely, someone before you-has made the decision of designing "one big ball of code" from which you now have the unenviable task of extracting a viable API, there are solutions that can help make that process easier.

He recommends a slightly different approach - building up from the API rather than working one in like it was another feature. This allows you to create a true separation between the functionality of the site and the frontend without having to do work-arounds or duplicate code in different spots. He notes that APIs should be platform agnostic and that they can also help to reduce the points of vulnerability in your application by routing the requests through a single place.

0 comments voice your opinion now!
api software opinion


blog comments powered by Disqus

Similar Posts

FliquidStudios.com: Introduction to using Google's search API

WebMonkey: A Truly del.icio.us API

NETTUTS.com: How to Create a Mashup by Combining 3 Different APIs

NorthClick Blog: PECL spread module resurrected!

Matt Frost: TDD For the Unconverted


Community Events











Don't see your event here?
Let us know!


zendframework2 unittest release example testing phpunit community development introduction code interview composer opinion podcast framework functional language series api database

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework