It should come as no surprise that the tech industry is a very male-dominated one. In fact, a 2020 survey from Adeva IT showed that women make up only 25% of the tech workforce. “The solution [to this under-representation] requires collaboration and allyship,” said Janeya Griffin, founder and CEO of The Commercializer, which provides consulting … continue reading
Google is partnering with other industry vendors to improve web compatibility across various browsers through an initiative called #Compat2021. According to Google, it will focus on addressing the top five browser compatibility issues: CSS Flexbox, CSS Grid, position:sticky, aspect-ratio, and CSS transforms. The #Compat2021 chose these focus areas based on feature usage data, the number … continue reading
IBM recently announced the open-source library Text Extensions for Pandas, which features extensions that turn Pandas DataFrames into a universal data structure that can be used in natural language processing (NLP). According to the company, the goal of this project is to make NLP simple. In creating the library, it wanted to avoid creating algorithms … 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
PeachPie, a platform that allows developers to use PHP as if it were a native .NET language, has reached its 1.0.0 release. The platform consists of a compiler, runtime, extension libraries, IDE support, and MSBuild support. It has been under development for several years, and the 1.0.0 release focused on getting a few open-source PHP … continue reading
The Spring team has announced the beta release for Spring Native, which is a project that enables developers to compile Spring applications as native executables with GraalVM in order to provide a lightweight deployment option. Native Spring applications can be deployed as a standalone executable and provide benefits like quick startup, instant peak performance, and … continue reading
More than two-thirds of companies are still struggling to utilize their valuable data, according to recently released survey findings. The survey from data integration company Fivetran indicated a few reasons for this. Forty-four percent of respondents stated that key data isn’t usable for decision making, and 68% said they didn’t have the time needed to … continue reading
The Object Management Group (OMG) has announced a beta version of the Space Telecommunications Interface (STI) specification, which provides an open architecture for software-defined radios (SDRs) that are used in space and navigation communications systems. According to OMG, this specification identifies data types, APIs, and operational patterns that compliant SDR platforms are required to implement. … continue reading
The TypeScript programming language team has announced that it has rewritten the TypeScript Handbook, a resource for learning the language and its common uses. The team has spent the past year increasing the scale, modernity, and the scope of the documentation. According to the team, this handbook is currently the most important part of the … continue reading
Java 16 is scheduled to be released on March 16. Here is a look at what changes you can expect in the release. JEP 338: Vector API (Incubator) This Java Enhancement Proposal (JEP) will provide an initial iteration of an incubator module that can express vector calculations that are compiled at runtime. This module will … continue reading
The latest version of the programming language Dart is now available. Dart 2.12 includes stable versions of sound null safety and Dart FFI. Null safety strengthens the language’s type system, and will enable developers to more easily catch null errors during development. Previously, it was difficult to tell the difference between code that anticipated being … continue reading
Workload optimization company Granulate recently announced a new open-source project called G-Profiler that aims to help companies measure the performance of code that is in production. According to Granulate, current profiling solutions require code changes, and tend to be hard to use, resource-intensive, or expensive. These problems are intensified in modern environments, such as Kubernetes-based … continue reading