This article was originally published on .cult by Piumi Gunawardhana. .cult is a Berlin-based community platform for developers. We write about all things career-related, make original documentaries ...
For all JavaScript’s prominence as the lingua franca of Web development, there are an awful lot of developers who don’t like it a whole lot, and as a result, a great many efforts to produce something ...
JavaScript, TypeScript and component-oriented front-end web app development skills are in demand in 2017, according to Burke Holland, Progress developer advocate. Most new front-end development will ...
JavaScript continues to top the lists of programming languages developers know and use, and TypeScript has also come along for the ride. JavaScript's popularity continues to outpace Java, Python, and ...
Peter looks at how to call a JavaScript function from your TypeScript code and do it in a type-safe way. Along the way, he dramatically simplifies a Backbone application by integrating Knockout. I ...
IndexedDB allows you to store data on the client to let the user work offline and to reduce demands on the server. Here's enough code to both get you started and to show you the difference between ...