Previous reports of the Java community found that developers were still mainly using Java 8 and didn’t adopt newer versions, but according to Snyk’s JVM Ecosystem Report 2021, that is starting to change. This year, 61.5% of respondents are using Java 11 somewhere in production, and almost 12% are using the latest release, which was … continue reading
Some of the major highlights of the TypeScript 4.4 beta are control flow analysis of aliased conditions, symbol and template string pattern index signatures and more. With control flow analysis of aliased conditions enabled, developers don’t have to convince TypeScript of a variable’s type whenever it is used because the type-checker leverages something called control … continue reading
The Scorecards project is an automated security tool that produces a “risk score” for open-source projects that just reached version 2 yesterday. The new version adds new security checks, a scaled up number of projects being scored and data has been made easily accessible for analysis. It was created last fall by the Google Open … continue reading
GitHub launched a technical preview of GitHub Copilot, a new AI pair programmer that helps developers write better code. The tool draws context from the code that’s being worked on and suggests whole lines or entire functions to suggest alternative ways to solve problems, write tests, and explore new APIs without having to search for … continue reading
JetBrains released Datalore for Enterprise, a collaborative team environment that helps data scientists to work together in Jupyter Notebooks. It provides a convenient way to dynamically manage Python environments, helps connect and explore data and introduces smart code autocompletion. In addition, Datalore for Enterprise allows teams to connect hardware, configure team environments, authenticate users and … continue reading
Android announced two new security measures including additional identification requirements and two-step verification. Account owners of developer accounts will also be asked to provide their account type, a contact name, physical address and verification of the email address and phone number. “In August, all new developer accounts will need to specify their account type and … continue reading
Google announced that it is investing in better cross-device experiences by opening its Play Media Experience Program to developers globally. The integrations include Google’s Video TV, video, subscription music, audio services as well as the new Entertainment Space. “Through these integrations, we enable new discovery and re-engagement opportunities for developers to accelerate their overall growth … continue reading
Ambassador Labs announced the release of its new Ambassador Developer Control Plane 1.0 (DCP), which lets developers code, ship and run apps using Kubernetes faster. The control plane provides a new managed cloud UI and an integrated toolchain built entirely on top of Cloud Native Computing Foundation (CNCF) open-source projects. Developers can use the control … continue reading
The Android for Cars App Library version 1.1 is now in alpha, which brings new features to developers such as a sign-in template, a long message template, multiple-length text and map interactivity. The sign-in template allows users to sign in to their app directly from the car screen while parked and the long message template … continue reading
The $325 million Series F funding round for Neo4j marks the largest investment round in database history, according to the company. “With this largest investment round in databases, we’ve set our sights on ensuring that graph databases become the largest part of the new database market, and Neo4j a generational company that will last for … continue reading
Harness announced that it is leveling up its software delivery pipeline with new test intelligence, feature flags and cloud autostopping capabilities. Harness’s new test intelligence feature reduces test cycle time by up to 98% by using AI/ML workflows to prioritize and optimize test execution without compromising quality. The new capabilities shift failed tests earlier into … continue reading
PyTorch 1.9 was released with major improvements to support scientific computing including torch.linalg, torch.special and Complex Autograd. The Complex Autograd feature improves testing for complex operators by adding more OpInfos and adding a greater validation through a TorchAudio migration to native complex tensors. The new version also includes major improvements to on-device binary size with … continue reading