This week’s selected open-source project is Bloodhound, a new API debugging gateway created by API Fortress. Bloodhound provides comprehensive analyses that can find solutions to difficult bugs. According to API Fortress, Bloodhound enables QA teams to ensure that microservices and database-connected APIs are behaving the right way. QA and data analysts can use it to … continue reading
The Dart programming language has reached a new major milestone with the technical preview of its new null safety feature, the Dart team announced. According to the team, this feature has been in development for over a year, and is the biggest addition to the Dart language since Dart 2. “Null safety helps you avoid … continue reading
PHP is celebrating its 25th anniversary this year. It was first created by Rasmus Lerdorf as a way to track visits to his website. The language started off as a set of Common Gateway Interface (CGI) binaries written in C, JetBrains explained in a blog post. The first suite of PHP scripts were named “Personal … continue reading
OpenJDK usage has ramped up significantly in the past few years, and even more so in the past year after Oracle’s decision in 2019 to change their licensing model for Java so that only paid subscribers would get updates for Java SE. A Snyk survey from 2020 revealed that only 34% of Java users utilized … continue reading
Harness has announced a new solution designed to make it easier for development and DevOps teams to manage the cost of containerized applications and microservices that are running in cloud environments. With Continuous Efficiency, these teams are given immediate visibility into the cost of their applications, microservices, and clusters. “Skyrocketing cloud costs are an unsolved … continue reading
The latest version of the open-source content management system (CMS) Drupal is now available. Drupal 9 is the first major release in five years. It introduces a number of new features and offers an enhanced user experience, with the biggest change being an improved upgrade process, the Drupal team explained. This release adds a number … continue reading
After over two months of lockdowns due to the novel coronavirus, many states have started or are about to start the process of reopening. While some things will be opening up, many companies, especially those in the tech industry where remote work can be easily achieved, will continue to keep their employees out of the … continue reading
Cindy Sridharan’s popular “Distributed Systems Observability” book published by O’Reilly claims that logs, metrics, and traces are the three pillars of observability. According to Sridharan, an event log is a record of events that contains both a timestamp and payload of content. Event logs come in three forms: Plaintext: A log record stored in plaintext … continue reading
The latest version of Android Studio is now available. Highlights of Android Studio 4.0 include a new Motion Editor and Build Analyzer, and improved versions of CPU Profiler and Layout Inspector. “During these uncertain times, we’re humbled by the many developers around the world who are finding ways to keep doing what they do best—create … continue reading
Google has announced support for Java 11 on its serverless computing platform Cloud Functions. As a serverless platform, Cloud Functions run snippets of code without a developer needing to manage servers. Cloud Functions for Java 11 allows developers to write code in JVM languages like Java, Kotlin, Groovy, and Scala through the Functions Framework for … continue reading
Microsoft has announced a new tool called Project Tye that is designed to make it easier to develop, test, and deploy microservices. According to Microsoft, developers often want to run more than one service or project at once when building an app. This can be hard to set up, and even once it is set … continue reading
Microsoft has uploaded the code for GW-BASIC to GitHub for historical reference and educational purposes. GW-BASIC is a BASIC interpreter, written entirely in assembly language. According to Rich Turner, senior program manager of Windows Console & Command-Line at Microsoft, in the year this source code was created (1983), Bjarne Stroustrup was creating the first version … continue reading