CircleCI’s matrix jobs enable developers to write simple configurations for complicated software and work in tandem with the company’s existing support for parameterized jobs. “This feature is powerful because it works with any combination of job parameters, generating human-readable names for each individual job. You aren’t restricted to a finite number of ways to do … continue reading
Amazon released AppFlow to help developers gain meaningful insights from data that is now living in lots of different places. According to the company, SaaS application adoption is increasing rapidly, and it is becoming very complex for developers to access the data from these applications. “Developers spend huge amounts of time writing custom integrations so … continue reading
The Uno Platform announced preview support for Visual Code. The platform is designed to enable the creation of single-source C# and XAML apps, which run natively on iOS and Android, and Web via WebAssembly. Key features include XAML Hot-Reload, cross platform controls, UWP code support, Xamarin Forms, support for SkiaSharp, and UI testing via Selenium. … continue reading
The latest version of the JavaScript runtime Node.js. Node.js 14 will replace Node.js 13 on the current release line where it will remain the ‘Current’ release for the next 6 months until LTS support arrives in October 2020. Highlights of the new release include improved diagnostics, an upgrade of V8, an experimental Async Local Storage … continue reading
Python 2.7.18 has been released as the last Python 2 release to make more room for Python 3. “Python 2.7 has been under active development since the release of Python 2.6, more than 11 years ago. Over all those years, CPython’s core developers and contributors sedulously applied bug fixes to the 2.7 branch, no small … continue reading
Google has announced WebView DevTools, a set of on-device debugging tools to diagnose WebView-caused crashes and misbehaving web platform features now available through WebView Beta. “No software is bug-free and loading web content can be challenging, so it’s no surprise WebView crashes are a pain point for apps,” Nate Fischer, software engineer for WebView team … continue reading
Apache Kafka 2.5 was launched with new metrics and security features, among other improvements. Additionally, some preparatory work was done towards the removal of Apache Zookeeper such as KIP-555: details about the ZooKeeper deprecation process in admin tools, and KIP-543: dynamic configs will not require ZooKeeper access Producer scalability for exactly once semantics has been … continue reading
Grid studio is a web-based spreadsheet application with full integration of the Python programming language that was built to provide an integrated workflow for loading, cleaning, manipulating, and visualizing data. According to the team, the data science platform’s functionality is achieved through a spreadsheet backend written in Go with integration of the Python runtime to … continue reading
Npm, Inc., is being purchased by GitHub. The companies announced the acquisition is officially completed. The public registry will remain public and free. Npm is now focusing on engaging with the community, investing in the registry infrastructure and platform, and improving the core experience with work already being started for the npm v7 CLI as … continue reading
C++20 Concepts are now supported for the first time in Visual Studio 2019 version 16.3 Preview 2. This includes both the compiler and standard library support. Concepts are predicates that you use to express a generic algorithm’s expectations on its template arguments, and they allow developers to formally document constraints on templates and have the … continue reading
HCL Technologies announced the general availability of HCL Domino Volt, a low-code capability built on the HCL Domino platform. According to the company, technical developers “can build apps up to 70% faster and efficiently extend them with integrations, customized CSS, JavaScript, and REST APIs.” “With this release, we are empowering the business users closest to … continue reading
The first major update of IntelliJ IDEA is now available. IntelliJ IDEA 2020.1 features Java 14, dataflow analysis assistance in the debugger, LightEdit mode, and more. The new features for Java include full code insight support for Records and Pattern Matching for the instance of the operator, as well as the ability to download and … continue reading