GitHub has announced two new capabilities aimed at improving the developer experience for open source maintainers. “The world’s software depends on open source projects, so it’s important that open source maintainers can spend their time productively. We’re excited to share new features aimed at increasing the quality of contributions and helping maintainers focus on what … continue reading
OpenVSCode provides a version of VS Code that runs on a server on a remote machine and allows access through a modern web browser. It’s based on the same infrastructure used by Gitpod or GitHub Codespaces at scale. According to the project’s GitHub page, in 2019 the VS Code team began refactoring its architecture in … continue reading
Android recently announced the delivery of the first five stable Jetpack Wear OS libraries. These include: wear, wear-input, wear-ongoing, wear-phone-interactions, and wear-remote-interactions. The wear library allows users to lay out elements in an arch and write curved text in order to support the curvature of round watches. In addition, wear-input identifies and interacts with hardware … continue reading
Apollo GraphQL said it will use the funding to create pioneering open-source graph technology that makes app development faster and more accessible for everyone. The graph has gained a lot of popularity among developers with 86% of JavaScript developers ranking GraphQL as the top technology they want to learn. The company also plans to expand … continue reading
Rapid feedback loops are what make good development teams. A feedback loop is ultimately a mechanism within a system to help achieve two main outcomes: more frequent iterations among team members and faster response times to requests. The goal of achieving these desired outcomes is to enable a learning culture and continuously remove bottlenecks. Author … continue reading
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
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
Red Hat OpenShift 4.8 helps organizations quickly create new cloud-native applications without having to abandon their existing environments and IT investments. One new feature is IPv6/IPv4 dual stack and IPv6 single stack support, which provides applications with interoperability and communications for environments that use IPv6 and IPv4 such as in Cloud-Native Network Functions. Also, OpenShift … continue reading
GitHub announced new beta features within GitHub issues to connect planning directly to the work teams are doing and to flexibly adapt to their needs whether that’s through project tables that are built like spreadsheets, custom fields, a keyboard-driven command palette, improved task lists and issue forms. “Often, we find ourselves creating a spreadsheet or … continue reading
GitHub has announced the release of GitHub Desktop 2.9. New features include the ability to squash and reorder commits, amend previous commits, and start new branches from earlier commits. According to GitHub, commit history is often used by developers to tell a story about the progression of a project. Now, developers will be able to … continue reading
Microsoft announced the first preview release of Visual Studio 2022, which the company aims to use to test and tune the scalability of the new 64-bit platform. The Visual Studio 2022 previews can be installed side-by-side with earlier versions of Visual Studio, which are available in all three editions (Community, Pro, and Enterprise), and are … continue reading
Microsoft announced that the first public preview of Visual Studio 2022 will be released this summer. Visual Studio 2022 will be a 64-bit application and it’ll no longer be limited to ~4gb of memory in the main devenv.exe process. However, this won’t change the types or bitness of the applications developers can build with Visual … continue reading