GitHub has announced its annual State of Octoverse report, looking at the company’s growth and usage over the last year. The report found that the number of people on GitHub overall continues to grow, but the proportion of those who identify as developers has decreased. According to the report, this could signal an expanding diversity … continue reading
Microsoft has announced that Visual Studio 2019 now comes with a fully integrated GitHub account experience. Starting with Visual Studio 2019 version 16.8, developers can add GitHub and GitHub Enterprise accounts directly from Visual Studio. According to Microsoft, this new functionality makes accessing GitHub accounts as easy as accessing Microsoft accounts, which will make it … continue reading
Infragistics’ Ignite UI toolkit for Angular 11 includes a complete library of Angular-native UI components, material-based components and over 60 high-performance charts and data grids. The new release includes additions such as updates to all of the Angular grids, export to Excel, accessibility/ARIA, and more across all of the controls in its enterprise-grade toolkit. “We’ve … continue reading
The Linux Foundation has announced it will now host the Servo web engine. Servo is an open source, high-performance browser engine that is designed for both application and embedded use and is written in the Rust programming language. “The Linux Foundation’s track record for hosting and supporting the world’s most ubiquitous open source technologies makes … continue reading
The latest version of the GraphQL Editor is now available. The main feature in the 3.0 release is the ability to facilitate and manage a GraphQL schema. The release also introduced a completely reworked hierarchy view and new Organizer Mode, allowing for even faster creation and navigation through the schema. The new version also contains … continue reading
A survey by Algorithmia found that a majority of IT leaders are planning to increase their AI/ML initiatives as a result of the pandemic, and realize that those initiatives should have been a higher priority for their organizations all along. While 54% of IT leaders responded that their AI/ML projects were focused on financial analysis … continue reading
GitHub CLI 1.0 reduces context switching and helps developers more easily script and create their workflows. With GitHub CLI 1.0, users can run their entire GitHub workflow from their terminal, call the GitHub API to script nearly action and connect to GitHub Enterprise in addition to GitHub.com. Additional details on the new release are available … continue reading
The Helix Command-Line client (hth-cli) enables developers to execute Git commands across repositories to gain speed. Users can now run commands such as sync, checkout, status, diff, and commit across an entire project. hth-cli also enables multirepo code reviews when used with Helix4Git, allowing developers to review multiple changes at once and merge them atomically. … continue reading
GitHub has introduced a new container registry to improve how it handles containers within packages. The registry is available as a public beta, and will enable users to enforce better access policies, encourage the usage of standard base images, and promote innersourcing. “While GitHub Packages already gives teams greater traceability of their software supply chain, … continue reading
OverOps is launching a new integration with GitLab and GitHub that provides support for git blame, which ties developers to their errors. According to OverOps, this will help reduce resolution time of errors. The integration allows teams to see who was the last author who changed code in the call stack of each error, link … continue reading
GitHub Actions shipped a series of features designed to improve workflows when working with PRs from repository forks. Because all pull request workflows raised from repository forks have a read-only token and no access to secrets, common workflows like labeling or commenting have become difficult, according to GitHub. That’s why the company created a new … continue reading
This week’s highlighted open-source project of the week is GitHub’s OpenAPI description for its REST API. The company open sourced the description earlier this week. The OpenAPI specification is a standard for describing the interface of HTTP APIs, allowing both humans and machines to understand what an API does without having to read the documentation … continue reading