InfoQ Homepage JavaScript Content on InfoQ
-
Eclipse Foundation Releases Next-Generation IDE, Eclipse Che 4.0
Today, the Eclipse Foundation announced the first release of the Eclipse Che next-generation web-based IDE. Read on to find out what it contains.
-
Ember.js Team Announces 2.4 LTS, 2.5 Beta
The Ember.js team has released version of 2.4. After a six-week maturation cycle as a stable version, 2.4 will be declared Ember's first LTS release.
-
TypeScript 1.8 Brings Module Augmentation Support
Microsoft has released TypeScript 1.8, bringing the ability to use JavaScript code within a TypeScript project, and full support for module augmentation.
-
Deploying Node.js Microservices to AWS Lambda with Claudia.js: Q&A with Author Gojko Adzic
InfoQ recently sat down with Gojko Adzic and discussed his latest project, Claudia.js, a JavaScript tool that assists with the deployment of Node.js microservice applications to Amazon Web Service (AWS) Lambda. Claudia.js enables the deployment of AWS Lambda functions and Web APIs using a single command, and automates several complicated tasks such as logging.
-
Facebook Turns React.js Version Up to 15
Seeking to inspire more confidence in the stability of the React.js JavaScript library, Facebook has bumped the version number from 0.14 to 15.0.
-
Realm Launches New Database for React Native
Realm has launched a new database for React Native, Facebook's platform for building React apps with JavaScript.
-
Google AMP Drives Debate About Open Web
The launch of Google's AMP project looms this month and not everyone is excited. The project describes Accelerated Mobile Pages as "an initiative to improve the mobile web and enhance the distribution ecosystem." Aram Zucker-Scharff, lead developer for PressForward, says "If Google sees itself as a custodian of the open web then, up to this point, it has proven to be a rather poor one."
-
Ionic Framework 2 Beta is Out
The beta of version 2 of the Ionic Framework has been released. Its architecture advances to Angular 2, brings a new navigation stack, and fully supports material design.
-
Google Introduces Cloud Functions
Google has launched a new service called Cloud Functions in alpha. This service allows one to create small JavaScript functions that automatically respond to cloud events without requiring user’s intervention, configuring a runtime and executing it, or scaling it to multiple machines.
-
ECMAScript 2016: Array.prototype.includes and the Exponentiation Operator
ECMAScript 2016 will include as new features only Array.prototype.includes and the Exponentiation Operator. Async functions will have to wait until next year.
-
Angular Releases Version 1.5, Narrows Focus
Angular 1.5 has been released, introducing a new component helper which aims to get developers closer to what they'll encounter in version 2, easing the transition. Along with a flurry of other new features, version 1.5 is the biggest update in 9 months.
-
"Wait, What!? Our Microservices Have Actual Human Users?" The Importance of UI Architecture
At the microXchg conference, Stefan Tilkov presented “Wait, what? Our microservices have actual human users?”. Tilkov proposed that current microservice discussions tend to be centered around backend topics. The presentation argued that it is of paramount importance to increase focus on how to structure what is arguably the most important part of a microservice application - the UI.
-
TypeScript 1.8 Beta Adds Integration with JavaScript, Stateless Functional Components and More
TypeScript, Microsoft’s open source superset of JavaScript, has reached 1.8 beta, bringing many new language features and tools enhancements.
-
Ember.js 2.3 Release Brings Significant Changes
The Ember.js team has released the stable version of Ember 2.3, and the first beta of 2.4. Ember contributor Matthew Beale modestly describes the update as a "minor release," nonetheless 2.3 comes with several significant changes, including the ability to use Ember FastBoot with the latest stable release.
-
Is React the Future of Meteor?
In a series of blog posts, Sacha Greif describes the uncertain state of JavaScript platform Meteor. He describes how adopting React can take Meteor more relevant for the years ahead.