InfoQ Homepage Web Development Content on InfoQ
-
NativeScript 2.4 Brings Web Workers Specification
NativeScript 2.4 has been released with support for the Web Workers specification, along with Angular 2.2, Node 6, ES6, and ES7.
-
Realm Releases Object Database for Node.js
Realm has launched an open source object database for Node.js, allowing mobile developers to create and send pre-populated Realms to clients.
-
Google, Microsoft, and Mozilla Urge Site Operators to Replace SHA–1 Certificates
Following their SHA–1 deprecation plans announced last year, Google, Microsoft, and Mozilla detailed recently their timelines to remove support for SHA–1 certificates from their flagship browsers. Researchers at security firm Venafi found however, that 35% of analyzed websites are still using SHA–1 certificates.
-
Firefox 50 Extends Benefits of Electrolysis
Mozilla has released Firefox 50. The latest update increases the benefits to users from multiple content processes, and fixes a dozen high impact security vulnerabilities. Among the improvements in Firefox's latest release is further access to Electrolysis, Mozilla's functionality for rendering and executing web-related content in background processes.
-
WebAssembly Browser Preview Asks Community for Feedback
The upcoming WebAssembly technology has reached the browser preview stage where major browser vendors have released a stable and compatible version of the language. They are now asking the community to use it and provide feedback.
-
Blisk, A New Browser for Developers
Blisk is a Chromium-based browser that brings together the performance of Chrome and the developer support found in Firefox Developer Edition.
-
NodeJS v7 Upgrades to V8 5.4
The Node.js Foundation has released Node.js v7, including the updated V8 5.4.
-
Next.js Offers Simple Universal JavaScript Framework Based on React
Next.js is a universal JavaScript framework based on React. It has a simple setup and uses extensions to the React component model to provide server-based component rendering with the ability to continue rendering on the client.
-
Dart News: Angular 2 Dart and Flutter
Angular 2 Dart and Flutter were the most important news mentioned at the recent Dart Developer Summit 2016.
-
npm 4.0 Deprecates Prepublish Lifecycle Script
Npm has released version 4.0.0, its first semver major release since the release of npm 3 in 2015. The v4 release brings a bevy of breaking changes, including a rewritten npm search, as well as deprecated prepublish and changed behaviour for npm scripts.
-
Angular 1.X Usage Banned in Firefox Extensions
A developer found out the hard way that they had built their Firefox browser extension on banned technology. Angular 1.X has been banned for use in Firefox extensions as long as a security vulnerability exists in the way Angular interacts with the extension and the displayed web page.
-
Linux Foundation Welcomes JavaScript Community
The Linux Foundation has welcomed the addition of the JavaScript Foundation. The foundation says that it aims "to support a vast array of technologies that complement projects throughout the entire JavaScript ecosystem." jQuery Foundation projects will also be united within the JS Foundation including Lodash, ESLint, Esprima, Grunt, RequireJS, jQuery UI, Globalize, Sizzle, Jed, and Dojo.
-
Chrome 54 Kills YouTube Flash Embeds
Google has launched Chrome 54, further side lining Flash in the browser by using HTML5 for YouTube embed. The stable release rewrites YouTube Flash embeds, so that when a Flash embed for YouTube is detected, the browser will automatically use HTML5 instead. Google said that the change had been made "to reduce the overall usage of Flash in Chrome."
-
Facebook Open Sources Yarn, a JavaScript Package Manager
Facebook has open sourced Yarn, a proxy package manager for JavaScript modules stored on npm or Bower registries.
-
Profiling and Optimizing V8 Memory Consumption
For the last few months, the V8 team has focused on reducing the memory consumed by the V8 engine, including work on the new Ignition interpreter, and improvements to V8’s parser and compilers. A key enabler of this process was profiling V8 memory usage using specific tools against a benchmark, as explained by V8 engineers Ulan Degenbaev, Michael Lippautz, Hannes Payer, and Toon Verwaest.