I recently needed to take a web application and turn it into a mobile app. The app was relatively simple and wasn’t a good candidate for taking the extra time to create a native app. So a PhoneGap’in I went.…
I recently needed to take a web application and turn it into a mobile app. The app was relatively simple and wasn’t a good candidate for taking the extra time to create a native app. So a PhoneGap’in I went.…
I recently had a need to dump a data structure to yaml so that a user can modify some data, push the files up to a server and quickly bring them into an application. One developer ran the data dump…