In a case that wound through the courts for a decade, the U.S. Supreme Court on Monday ruled that Google’s use of Java in its Android operating system did not infringe upon Oracle’s copyright. The ruling could have broad implications in how software is created. At the heart of the case is Google’s use of … continue reading
TypeScript 4.3 beta introduces separate write types on properties, an ‘override’ and the ‘–noImplicitOverride’ flag, template string type improvements and more. When a method is marked with ‘override,’ TypeScript will always make sure that a method with the same name exists in the base class. If writing override on a method isn’t added, the new … continue reading
In an attempt to improve user privacy while still providing a viable way for publishers to make money through advertising, Google is adding Federated Learning of Cohorts (FLoC) as a developer origin trial in Chrome. According to the company, when other browsers started blocking third-party cookies, advertisers and sites began putting up workarounds. In many … continue reading
The Android team has released Android 12 Developer Preview 2 today, which focuses on trust and safety, better user experience tools, and app compatibility. Features that will improve trust and safety in the upcoming Android version include the ability to control whether app overlays are still shown when that app is open, extended security for … continue reading
Google wants to change the way developers think about building apps with a major release of its UI software development kit. Flutter 2 features the ability to create native apps that target the five top operating systems — iOS, Android, Windows, macOS and Linux — all from the same codebase. “Flutter allows you to handcraft … continue reading
As more organizations embark on mainframe modernization journeys, Google wants to make sure they head down the right path. The company outlined common pitfalls and antipatterns businesses face when migrating or modernizing their workloads. “Migrating or modernizing your mainframe workloads is complex and challenging, even under ideal conditions,” Travis Webb, solutions architect at Googe, wrote … continue reading
Google and the Linux Foundation have announced plans to maintain and improve Linux’s long-term security. As part of the plan, the organizations will prioritize funds to underwrite long-time Linux kernel maintainers Gustavo Silva and Nathan Chancellor as full-time developers focused on Linux kernel security development. This decision follows a survey by the Linux Foundation’s Open … continue reading
Google is tackling one of the most problematic security issues in open source: memory-safety vulnerabilities. According to a recent report from Microsoft’s Security Response Center, a majority of vulnerabilities are due to memory-safety issues, and Google believes almost half of these issues could be prevented with a memory-safety language. “Software written in unsafe languages often … continue reading
Matillion announced that it raised $100 million in Series D funding that it will help organizations innovate with data to unlock insights. Matillion offers a cloud-native platform that helps organizations transform raw data into analytics-ready data by providing low-code/no-code solutions. “Matillion accelerates the value of today’s cloud data platforms, ensuring that data teams can work … continue reading
Google launched Open Source Vulnerabilities (OSV) this week to provide users with precise data on where a vulnerability was introduced, where it got fixed, and to help users know if they’ve been impacted. According to Google, OSV solves issues surrounding open-source security using automation in two key ways: improving the accuracy of vulnerability queries and … continue reading
Google has announced the latest version of its API management platform Apigee. This release, Apigee X, brings together Google’s expertise in AI, security, and networking, to help companies better manage their APIs. “Being an industry leader in the space of API management, and having worked across customers for a decade, we’ve seen how enterprises can … continue reading
In the recent study, GitHub compared the different clone options to determine how certain options affect Git performance. The study found that when focusing on a single repository, the best approach is to do a full clone and then always perform a full fetch into that clone. Also, calculating a shallow fetch is computationally more … continue reading