BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage JavaScript Content on InfoQ

  • Industry Heavy Hitters Establish Node.js Foundation with Joyent

    Heavy hitters IBM, Paypal, Microsoft and The Linux Foundation have joined with Node.js stewards Joyent to set up the Node.js Foundation. The announcement follows the first significant Node.js release since 2013, and the 1.0 release of io.js, the Node.js fork.

  • 6to5 JavaScript Transpiler Changes Name to Babel

    The JavaScript transpiler 6to5 has changed its name to Babel in an attempt to better represent the functionality and goals of the project. While the original 6to5 name was appropriate, the functionality gains by the library have reduced the name's relevance.

  • Microsoft Open Sources TouchDevelop Containing 160K LoC

    Microsoft has open source their research project TouchDevelop, which contains about 160K lines of code mostly written in TypeScript.

  • Twitter Unveils Digits Login for Web

    Twitter has officially released Digits Login for Web, the latest interaction of Digits that extends the SMS-based login system to mobile app's sites powered by Digits.

  • Node.js Releases Version 0.12

    Node.js has released version 0.12, its first significant release since 2013's 0.10. The much-anticipated version 0.12, once described as "imminent" in January 2014, comes with a raft of Module and JS API changes, an updated version of V8, and many debugging enhancements. Significantly, it also comes with initial support for ECMAScript Internationalization API 1.0 (ECMA-402).

  • Is.js Offers Simple Way to Check Data

    The micro-check library is.js offers JavaScript developers a quick way to check data for type conformance, regexp matching, arithmetic comparison, and more.

  • CoffeeScript 1.9 is Available, Introduces Generators Support

    CoffeeScript 1.9 has finally introduced support for long awaited generators, which promise to prevent callback hell and help writing async code.

  • DuoCode Uses Roslyn to Transpile C# into JavaScript

    DuoCode is a C# to JavaScript compiler that promises to allow developers to build HTML5 applications using C# and the .NET framework inside of Visual Studio. InfoQ has interviewed its creators to learn more.

  • Facebook Enables Native App Development in JavaScript with React Native

    Announced at last week’s React Conf, React Native is a version of the popular React JavaScript library targeted solely at mobile developers. On the surface React Native looks very similar to React, with JavaScript declarations of reactive user interfaces; but behind the scenes React Native interfaces are backed by platform specific native controls rather than DOM elements.

  • Next-gen JavaScript Framework "Aurelia" Brings Adaptive Databinding Engine

    Rob Eisenberg, formerly of AngularJS, has released for early previews Aurelia: his next-generation JavaScript framework -- promising a first of its kind "adaptive" databinding engine allowing rich two-way databinding between vanilla JavaScript and DOM (including Web Components).

  • JHipster 2.0 Released with AngularJS improvements, Liquibase diffs, and Spring WebSockets

    JHipster, the Yeoman generator for Spring Boot/Angular projects, released version 2.0 earlier this month, with some notable changes: 1) the AngularJS code has been modularized, making it easier to use JHipster for larger projects and 2) Liquibase is now able to create "diffs" between the JPA code and the database, making it easier to update your database schema.

  • YouTube Switches to HTML5 Video Player

    After many years of working on HTML5 support, YouTube has decided to use their HTML5 video player as the default for modern browsers, using the old Flash-based player only for legacy browsers. Using MPEG-DASH and W3C Media Source Extensions, YouTube can use Adaptive Bitrate streaming to reduce buffering and improve initial playback speed.

  • Leveraging Nashorn at Netflix

    Netflix recently hosted the Silicon Valley Java User Group to talk about Nashorn, "The Hidden Weapon of JDK 8." In this presentation the Netflix Partner Tools team described how they’ve started leveraging JavaScript in their services.

  • TypeScript 1.4 Released, Adds Union Types, More ES6 Features

    Microsoft delivered TypeScript 1.4, the latest version of their JavaScript language superset. The new version adds union types and template strings. Also new is a ECMAScript 6 target mode.

  • 1.0.x Release for io.js

    The io.js team has released version 1.0 -- but the versioning does not suggest the platform is "production ready." Despite overtaking Node, io.js clarifies the release in its own FAQ: "The choice to release as 1.0.x was not to signify that io.js should be considered production-ready, but because it was a significant enough release from Node.js to warrant a major version increment," it says.

BT