The Rules of Unix Philosophy Deploys to Creating a Program
Interesting read on the Rules of Unix Philosophy. The Rules of Unix Philosophy: Rule of Modularity: Write simple parts connected by clean interfaces. Rule of Clarity: Clarity is better than cleverness....
View ArticleLooking into OAuth
Lately, I will like to do a dig up on the understanding of Oauth. Oauth is getting gain on popularity, as more and more vendors are opening up their api access to third party access. Nowadays, Twitter,...
View ArticleLooking into OAuth Part 2
As a visual person, I find it’s easier to look at video than text. Here’s a more detailed explanation, a series of videos (4 parts) on the Backend flow of using OAuth: Part 1: Part 2: Part 3: Part 4:
View ArticleShort Summary of Various Backend Tools
Hip Hop Hip Hop is for converting php codes into binary, but it isn’t technically a compiler itself. Rather it is a source code transformer. HipHop programmatically transforms your PHP source code into...
View ArticleOAuth Qn – Which OAuth Library is this service provider using?
I really have an annoying question that I stumbled a few days back, basically I am trying to learn more about engaging a bridge with OAuth and some of the service providers like flickr, twitter,...
View Article