Google has released a new document describing what programming languages the Fuchsia project uses and supports for production software on the target device, both within the Fuchsia Platform Source Tree and for end-developers building for Fuchsia outside the Fuchsia Source Platform Tree. Fuchsia is the company’s open-source capability-based operating system. According to the document, the … continue reading
The Open Cybersecurity Alliance (OCA) announced the availability of OpenDXL Ontology, its open-source language for connecting cybersecurity tools through a common messaging framework. “With open source code freely available to the security community, OpenDXL Ontology enables any tool to automatically gain the ability to communicate and interoperate with all other technologies using this language,” the … continue reading
The release of the OpenAPI Specification 3.0.3 brings patches and changes to improve the readability and accuracy of the specification. Changes include clarification on how Path Templating works, as well as clarifying the meaning of Semantic Versioning, changing hyperlinks from ‘http’ to ‘https,’ and other clarifications. The full details are available here. Apache Samza 1.3.1 … continue reading
The first experimental release of Mobile Blazor Bindings was released with a new BoxView, CheckBox, ImageButton, ProgressBar, and Slider components. Xamarin.Essentials were included, and several properties, events, and other APIs were added to existing components. The release also makes it easier to get from a Blazor component reference to the Xamarin.Forms control. The full details … continue reading
Android device and deployment application management company Esper announced a $7.6 million Series A funding round. According to the company, the funding will help it provide a full stack development and management platform for Android edge devices. Esper explained that the overall edge market is growing 26% annually with more than 7 million developers worldwide … continue reading
Magic Leap announced Access Hardware, a new program to get Magic Leap devices into the hands of developers, and the two-day LEAP Developer Days dedicated to developers. “Access is the staple of our programs as a whole – it’s how we help empower developers with resources they need, no matter where they are in their … continue reading
Synopsys announced that it will release a major update to the Polaris Software Integrity Platform to extend its static application security testing (SAST) and software composition analysis (SCA) capabilities through the native integration of the Code Sight plugin. The new update will allow developers to find and fix security weaknesses in both proprietary code and … continue reading
Swift Playgrounds is an app for Mac and iPad that uses interactive puzzles and challenges to help users learn the basics of coding. Users will use Swift, the programming language created by Apple that is used to build many of today’s most popular apps, according to Apple. “Swift Playgrounds requires no coding knowledge, so it’s … continue reading
Applause has released a new tool to find and fix key issues in development. The Applause Accessibility Tool automatically detects and addresses accessibility issues earlier in the SDLC. The tool integrates into the web development process and provides automated fixes or recommendations to resolve each issue. While the tool can help identify and fix common … continue reading
Visual Studio Code CMake Tools extension is now available with the release of the February 2020 update. The CMake Tools Extension release includes top feature requests such as file-based API support and multi-root workspaces. With multi-root workspaces, users can have two or more folders containing a root CMakeLists.txt open side-by-side in Visual Studio Code. File-based … continue reading
Microsoft announced the release client for TypeScript 3.8, which brings new features including new or upcoming ECMAScript standards features, and new syntax for importing/exporting only types. New syntax for type-only imports and exports was added to give users more fine-grained control over how things were getting imported/elided. The new release also introduced ECMAScript Private Fields, … continue reading
Mint is a programming language for the front-end web that aims to solve the common issues of Single Page Applications (SPAs) at a language level. It is a compiler and a framework combined to provide great developer experience while allowing users to write safe, readable and maintainable code, according to the developers behind the project. … continue reading