June 2, 2015 in Learn
Why Ionic is Reigniting the Native vs HTML5 Debate
A Little Bit of History Back in 2010 the iPad was released and Josh Timonen and I wanted to build apps for it. Neither of us knew Objective-C and without spending too much time learning a new language we…
May 12, 2015 in Learn
Beginner’s Guide to Typescript
TypeScript is JavaScript with optional typing. TypeScript is a compiled language, it’s not interpreted at run-time. The TypeScript compiler takes TypeScript files (.ts) and compiles them in to JavaScript files (.js). If you want to know why you should be…