In late 2019, GitHub introduced GitHub Actions, which gave developers the ability to automate workflows straight from GitHub. Since then, the company has been working to continue expanding the capabilities of Actions, adding new features such as artifact and dependency caching, self-hosted runners, and an Actions API. This month, GitHub is expanding Actions even further. … continue reading
Few tasks can make a developer groan more than the process of documenting their code. As important as documentation is, it’s a task that has always gotten set as a low priority for developers, which leads to problems down the line. Postman’s 2019 State of API survey found that over half of respondents felt that … continue reading
The Android development team has opened up the Android 11 Developer Preview 3 (DP3). This preview build can be accessed only on Pixel 2, 3, 3a, and 4 devices. The update with DP3 will be automatically downloaded for those currently using a Developer Preview build, or it can be downloaded manually. This preview includes a … continue reading
Coinciding with this week’s release of PyTorch 1.5, which was a major update to the framework, AWS and Facebook have come together to release an open-source model server for the framework, TorchServe. According to AWS, developers like the flexibility PyTorch provides for building and training models, but deploying and managing them in production is the … continue reading
Microsoft is hoping to address what it is calling the “data divide” with the Open Data Campaign. The new initiative aims to help organizations across the industry realize the benefits of data. According to Microsoft, while there has been tremendous growth in data and AI, these technologies are concentrated in just a few companies. For … continue reading
Interest in the Go programming language continues to rise, but some developers aren’t using it as much as they would like to. The team behind the Go programming language has released their annual Go developer survey, with data from 2019. According to the report, the reasons why developers can’t use Go more is because they … continue reading
Google is open-sourcing its gRPC Kotlin project, enabling developers to pair the high performance RPC framework gRPC with the Kotlin language. “As developers work to modernize applications, they need foundational tools that are simple and scalable,” Google software engineer Louis Wasserman and developer programs engineer Brent Shaffer wrote in a post. The project provides Kotlin-friendly … continue reading
The latest version of the popular JavaScript library jQuery is now available. jQuery 3.5 fixes a security issue, adds a few new features, and fixes performance bugs. The security issue was one that opened up the doors for cross-site scripting (XSS) attacks. jQuery uses a regular expression in the jQuery.htmlPrefilter method that made sure that … continue reading
Collaborative IDE provider CodeStream has announced a new version of its platform. CodeStream 7.0 includes updates to code reviews and a Live View that shows what everyone is working on. Updates to code reviews include the ability to request code reviews right from the IDE, notifications when code reviews are initiated, the ability to do … continue reading
In the past week, the Apache Software Foundation has announced a number of updates to its projects. Apache Tomcat has been updated to version 9.0.34. Key changes from the previous version include support for default values when using ${…} property replacement in configuration files, a warning when configuring HTTP Connectors if the encoding is not … continue reading
It shouldn’t be news to you to hear that software needs to be tested rigorously before being pushed to production. Over the years, countless testing methodologies have popped up, each promising to be the best one. From automated testing to continuous testing to test-driven development, there is no shortage of ways to test your software. … continue reading
Microsoft has long been calling for stricter regulation of facial recognition technology, and now is revealing the progress it has made since its 2018 call for the government to publicly regulate the technology. Since their public call in 2018, a number of countries have banned or put moratoriums on the use of the technology, but … continue reading