Yext, a database for location data, has announced a new developer platform designed to take location data out of spreadsheets and into a more centralized solution. The Yext Location Cloud Platform is designed to give businesses the control and ability to manage their location data across the organization. It features open APIs, a developer console, … continue reading
GitLab’s latest global developer survey revealed a shift in developer work. Major findings from the survey, which addressed responses from 362 startup and enterprise CTOs, developers, and DevOps professionals, found that the latest development tools are a top priority for developers. According to the survey, 80% of developers want to work with the latest tools, … continue reading
Tuleap, a Libre and open-source platform for software development and agile management, wants to help agile teams build on engineering practices like code reviews, Continuous Integration and regular release delivery. Its latest release of Tuleap 9 introduces several new features so everyone, not just the developers, can create software together as a team. Some of … continue reading
Shortly after HPE’s decision to split-merge with Micro Focus, HP Inc. has signed an agreement to acquire Samsung Electronics’ printer business for US$1.05 billion. The goal of HP is to reinvent its printer business, which hasn’t seen innovation in years, according to HP. Samsung has built a portfolio of A3 MFPs (multifunction printer technology for … continue reading
From the briny depths of source-control systems, GitKraken has surfaced. This new GUI-based Git client was originally released as a beta in March with the enterprise version, GitKraken Pro, arriving in July. Recent patches to the cross-platform GitKraken client have expanded its capabilities ahead of the upcoming GitHub Universe show in San Francisco next week. … continue reading
Atlassian is taking Bitbucket back to its roots by adding support for the Mercurial SCM system to its Bitbucket Pipelines workflows. Mercurial was formerly the chosen SCM system of Atlassian until Git took over the development world. The move comes as part of the Bitbucket 4.8 update. Bitbucket Pipelines enable fast builds and workflows for … continue reading
The latest version of the open-source distributed version-control system Git is now available. Git 2.9 features new features, enhancements and bug fixes. In the latest version, Git aims to make submodules faster and more flexible than before. In the last release, the team gave users the option to fetch submodules in parallel in order to … continue reading
As a way to help developers prevent disclosure of sensitive information or help them identify potentially dangerous commits, SourceClear has open-sourced Commit Watcher, a tool that finds both accidental credential leaks and security patches before they become an issue. Commit Watcher finds interesting or potentially hazardous commits in Git projects, according to its GitHub page. … continue reading
Since the introduction of GitHub’s awesome new “squash and merge” functionality, there’s a whole lot more squashing going on. With UI-level access to this Git power-user feature, more teams are squashing commits to make code review easier and provide a cleaner-looking history in tools like gitk or SourceTree. But squashing for the sake of creating … continue reading
Software is ever changing, and with software releases being pushed out almost every week with multiple people involved, it can be easy to get lost or make a mistake. Experts talk about DevOps and agile as being methodologies for achieving better, faster and higher-quality code, but in order to achieve that, development teams need to … continue reading
When you’re watching the Oakland Athletics beat up on the Anaheim Angels on the MLB.tv streaming service, you’re probably not thinking about the software involved in that equation. But it’s the software that has taken 15 years of continual evolution to get to the point where, nowadays, baseball’s premium subscription service isn’t just a nice … continue reading
GitHub wants to be able to maintain the performance and reliability of its storage system, so it introduced DGit, a storage system that is designed to keep repositories fully available without interruption even if one of the servers goes down. DGit stands for “Distributed Git.” Git itself is distributed, so any copy of a Git … continue reading