InfoQ Homepage News
-
Microsoft Announces Limited Access to Its Neural Text-to-Speech AI
Recently, Microsoft announced limited access to its neural text-to-speech AI called Custom Neural Voice. The service allows developers to create custom synthetic voices.
-
Azure Functions Updates Include Moving .NET outside the Runtime
Azure Functions is moving to an out-of-process model that runs a .NET worker process alongside the runtime. The Azure Functions team also announced public preview support for Node.js 14, general availability of custom handlers and Java based functions running on Linux in its January update.
-
Vue 3 Experiments with Native CSS Variables Template Integration
Vue 3 shipped in September last year in what was a huge release that followed two years of work. Vue developers can now declaratively describe in single-file component templates how component state relates to component style. The experimental feature relies on CSS variables, a native feature in modern browsers, that has been used to implement framework-independent design systems.
-
Google Cloud Supports Ruby on Cloud Functions
Google Cloud recently announced the public preview of Ruby on Cloud Functions. The open-source Functions Framework for Ruby supports HTTP functions and CloudEvent functions.
-
GraalVM inside Oracle Database
Oracle has added support for GraalVM-based stored procedures that run inside the database. The capability supports JavaScript functions through the Multilingual Engine (MLE) focused on the APEX framework. This removes unnecessary data transfer over the network and can significantly improve performance.
-
QCon Plus (May 17-28) Program Committee and Conference Chair Announced
This May at QCon Plus over 1500 senior software engineers, architects, and team leads will discuss emerging software trends and practices, develop their technical and non-technical skills and get valuable insights they can take home to their team to implement right away.
-
Google Cloud Announces a New Major Release of Its Management API Platform: Apigee X
Google Cloud recently announced a major new release of its API Management Platform Apigee. The release marks the tenth birthday of the service and is named Apigee X.
-
Agile Approaches for Building in Quality
Built-in quality is a core pillar in agile. However, if we want to build in quality at scale, we need to look at the whole development life cycle. Quality awareness needs to be increased at multiple layers of the organization; agile coaches can help by boosting quality thinking by embracing an agile way of working.
-
Better SEO with Structured Data and Rich Snippets
Martin Splitt, search developer advocate for Google, recently explained at the Chrome Developer Summit 2020 how to use structured data to make a website eligible for rich results in Google Search. Rich results support semantic searches, stand out from ordinary search results, and may increase the click-through rate.
-
Using Go in Native macOS Apps with MacDriver
MacDriver is a recent project aiming to enable interoperability between Go and Objective-C. This will make it possible to write macOS, and potentially iOS apps using Go, as well as reuse Go code in macOS apps written in Objective-C or Swift. InfoQ has taken the chance to speak with MacDriver creator Jeff Lindsay.
-
Announcing GitLab Ultimate for IBM Cloud Paks
GitLab Inc. and IBM recently announced GitLab Ultimate for IBM Cloud Paks. Late last year GitLab simplified their functionality and pricing tiers to “free, premium, and ultimate”. IBM Cloud Pak solutions enable easy deployment of enterprise software on the cloud, on-premise or pre-integrated environment.
-
Complimentary InfoQ Live Feb 16 Roundtables. Discover Valuable Insights to Implement Immediately
InfoQ Live, the one-day event for developers and engineers, is only a week away (Feb 16). Grab your ticket and deep-dive into practical ways you can use and integrate observability into your distributed system architecture.
-
PayPal Standardizes on Apache Airflow and Apache Gobblin for Its Next-Gen Data Movement Platform
PayPal recently described how it standardized on Apache Airflow and Apache Gobblin for implementing its next-gen data movement platform. In a recent blog post, PayPal engineers detail how the existing data movement platform evolved into many tools & platforms in a complex and unmanageable ecosystem and their shift towards a new implementation.
-
AWS Announces Node.js 14 Support for Its Function as a Service, Lambda
Recently AWS announced Node.js version 14 support for its Function as a Service (FaaS), Lambda. Developers can now author AWS Lambda functions using Node.js' new features, such as top-level-await, enhanced diagnostics, modifications of the streams APIs, and a revised JavaScript engine for better performance.
-
WebdriverIO 7 Rewritten in Typescript, Released with Improved Lighthouse Integration
The browser and mobile automation test framework WebdriverIO recently released a major update. Webdriver IO 7 is now written with TypeScript. TypeScript users may thus need to update their types, while JavaScript users should be largely unaffected. The new version also drops support for Node v10, upgrades the used Cucumber version to v7, and integrates better with Google Lighthouse.