Skip to content

Instantly share code, notes, and snippets.

View chitomanansala's full-sized avatar

Chito Manansala chitomanansala

  • Tuklas LLC
  • Keller, TX
View GitHub Profile
@chitomanansala
chitomanansala / gist:3989316
Created October 31, 2012 19:37
Eclipse for Phonegap Applications
ECLIPSE
- install the latest Eclipse Classic (64 bit version) for Mac (http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops4/R-4.2.1-201209141800/eclipse-SDK-4.2.1-macosx-cocoa-x86_64.tar.gz)
- install the Android SDK for Mac (http://dl.google.com/android/android-sdk_r20.0.3-macosx.zip)
remember the directory path of your Android SDK
- after you install the Android SDK, run android sdk under the tools directory of your Android path. Install the appropriate platforms and packages
- run eclipse. install the android sdk plugin (http://developer.android.com/sdk/installing/installing-adt.html)
@chitomanansala
chitomanansala / apinode.markdown
Last active October 5, 2015 06:37
API Creation using NodeJS

API Development using NodeJS

Creating API services using NodeJS provides the infrastructure to develop it faster while providing the capabilities to handle concurrent connections and high-speed response time.

Dynamic Language, such as Javascript, provided us the abstraction we need to program an API services that structured properly, easy to maintain, and use.

As any languages, Javascript has good and bad parts. Proper bootstrapping and standards should be designed