News

A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
A big part of MEAN’s appeal is the consistency that comes from the fact that it’s JavaScript through and through. Life is simpler for developers because every component of the application—from the ...
Apple brought huge JavaScript performance improvements to Mobile Safari in March of this year, but those benefits didn't extend to Web apps saved to a user's home screen. iOS 5 will remedy that ...
You don't need to write tons of JavaScript code to create a JavaScript-friendly MVVM app. Let DotVVM can take over. Here's a basic tutorial for developing with it ...
The HyperApp JavaScript library serves as mechanism for building web applications while using a functional programming paradigm and stateless components. Accessible via NPM, open source Hyperact has ...
Large JavaScript Web apps can be hard to develop and slow to run. Google’s Dart language may offer a solution to address both of those issues. JavaScript is often used in a way that was never intended ...
I talked to a slew of computer programmers who entered the job market within the past five years about the languages and platforms they're learning and using, and there was one that came up over and ...
JavaScript web apps and web servers are susceptible to a specific type of vulnerabilities/attacks known as regular expression (regex) denial of service (ReDoS). These vulnerabilities take place when ...
You’re not imagining things: Some JavaScript web apps are quite slow, owing to egregiously high startup, parsing, and data transfer overhead. According to ...