This post demonstrates how to convert a JavaScript function to string and using the same string to declare and execute a method dynamically.
Access environment variable in Node.js
This short post shows how to access environment variables in Node.js.
PhoneGap – HelloWorld Example via PhoneGap CLI
This post demonstrates how to create a very simple example of PhoneGap application via PhoneGap CLI.
Convert TypeScript to JavaScript
This post demonstrate the basic process of converting TypeScript codes to JavaScript.