May 12, 2022 in Learn
Getting Started with TypeScript (with Examples)
TypeScript is a programming language that is great for large-scale JavaScript projects. It’s essentially JavaScript with optional typing, and because it’s a compiled language, it’s not interpreted on run-time. The TypeScript compiler takes TypeScript files (.ts) and compiles them in to…
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…