You are a web application developer and trying hard to build robust, scale-able RESTful API. However, you are not documenting your API structure/skeleton at all. Hello! you are doing it wrong! It also must be a lot painful if you are maintaining this project yourself over time. I have been through such a situation myself also. Luckily, there are a few REST API specification … [Read more...] about Document Your REST API Like A Pro
api
Getting Started With HTML5 Web Speech API
If you don't know about it yet, the HTML5 web speech API specification is now in working condition on google chrome and partially in the apple safari browser(See the browser support status here: http://caniuse.com/web-speech). That means you can now develop voice-driven web applications. We can hope that other browsers will start supporting this very soon as well. In this … [Read more...] about Getting Started With HTML5 Web Speech API