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 … »
-
Getting Started with Cordova SQLite -
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 … »
-
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 … »