January 26, 2025 in Learn
Should You Learn TypeScript?
Keeping up with the latest web development tools is crucial for building robust, scalable, and maintainable applications. One tool that has firmly established itself in the developer’s toolkit is TypeScript, a JavaScript superset developed and maintained by Microsoft. What Is…
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…