In a previous post [http://www.blog.bradleygore.com/2015/08/07/git-hooks-for-the-front-end-developer/] I introduced Git Hooks and how to make them a seamless part of the frontend dev's workflow. I'd like to build on that and talk about how t … »
-
Smarter Git Hooks with --porcelain -
✭Cordova Sqlite Migrations✭ 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 … »
-
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 … »
-
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 … »
-
Mixin' it up with ReactJS I'm primarily an Angular developer, but recently I've started digging into React [http://facebook.github.io/react/]. One of the React concepts I've started enjoying is the notion of mixins [https://facebook.github.io/react/docs/reusable-c … »