by RBA | Oct 9, 2012 | Application Development |
TypeScript is a new programming language launched this week by Microsoft. TypeScript is an open source JavaScript superset that adds classes, interfaces, modules, and arrow lambdas to JavaScript. With a computer science career (or any other for that matter), it pays...
by RBA | Dec 29, 2011 | Application Development |
Legacy Javascript is great. It’s readable, functional, and normally intuitive to decent developer. On the flip side, with today’s emphasis on website performance, every byte of data you include in a Javascript file or function degrades the speed at which the browser...