A while back, I wrote a post on Getting started with Cordova Sqlite [http://www.blog.bradleygore.com/2015/08/25/getting-started-with-cordova-sqlite/] . As I've been working on a hybrid mobile app (more about that coming very soon!), I've foun … »
-
✭Cordova Sqlite Migrations✭ -
Getting Started with Cordova SQLite I'm working on building my first hybrid mobile application of substance and am using Cordova [https://cordova.apache.org/] and a nifty sqlite plugin - cordova-sqlite-storage [https://github.com/litehelpers/Cordova-sqlite-storage]. This allows me … »
-
Git Hooks for the Front End Developer Git Hooks [http://git-scm.com/docs/githooks] are powerful, and can really provide a smooth polish to your workflow. We use package managers, task runners, source control, and all kinds of other good stuff in our workflow; but what makes sure we follo … »
-
Custom React Prop Validators I just recently started learning to use the React [http://facebook.github.io/react/] library and one of the things I absolutely love is how you can provide rigid validation [http://facebook.github.io/react/docs/reusable-components.html#prop-validati … »
-
✭Learning To Use New Tools✭ I love building software, especially on the web. The features that have come into the web stack are phenomenal, and with that has come an explosion of available build tools, libraries, frameworks, and different paradigms for how they should all be us … »