-
Angular 2 and ng-model
Angular 2 introduces
ng-model
from Angular 1 in a completely different manner. Due to this, I wanted to make a quick post on how to use Angular 2'sng-model
to build components that alert its parents app/component of changes. -
Windows and Webpack with TypeScript and Babel
I've recently been diving into the land of Webpack to handle all the heavy lifting of using Babel to compile my TypeScript and ES6 into ES5 JavaScript to be used in Ionic 2.
-
Angular 2 Injectables
I've been fortunate enough to be working on Angular 2 while being on the Ionic team.
-
npm Production Checklist
I recently read this post by RisingStack over the Node.js Production Checklist.
-
Using npm tags
If you do any kind of deployments to npm, you'll probably find learning more about npm tags very helpful.
-
Understanding Built Node Modules
If you've recently change node versions and begun running into issues with some of your modules, you might get a little help from understanding how native node modules work.
-
Releasing Electron for Windows
Releasing Electron applications on Windows can be a tricky issue. Especially if you mainly use a Mac (like me). And you have to think about that pesky code signing thing you have to do to avoid the annoying 'SmartScreen' filter users may get.
-
Lazy loading your node modules
-
Codesigning Electron Applications
Lately I've been busy at work creating and maintaining Ionic Lab. It's been a fun and challenging problem using HTML/CSS/JavaScript to create native OSX/Windows applications.
-
Writing Unit Tests for Electron and AngularJS
Unit testing is something most of us dev's don't think much of. Until we encounter some simple to solve bugs or have regressions in code that drives us crazy.
subscribe via RSS