InfoQ Homepage News
-
Git 2.23 Adds Switch and Restore Commands
Git 2.23 introduces two new commands meant to replace two common uses of git checkout: git switch to switch to a new branch after creating it if necessary, and git restore to restore changes from a given commit.
-
Heather VanCura, Director of the JCP, Speaks to InfoQ on the JCP 20th Anniversary
Heather VanCura, director of the Java Community Process (JCP) and chairperson of the JCP Executive Committee (EC), recently visited the campuses of BNY Mellon in Pittsburgh and New York City to present in honor of the 20th anniversary of the JCP. This event was held in partnership with the NYJavaSIG and the ACGNJ Java Users Group. VanCura spoke to InfoQ about the JCP and the 20th Anniversary.
-
Introducing CircleCI Windows Support, a CI/CD Pipeline on a Windows Virtual Machine
CircleCI has recently announced Windows support, expanding its current set of supported execution environments that already support Linux, Docker, and macOS. CircleCI Windows support enables users to run their CI/CD pipeline on a Windows virtual machine.
-
Why Self-Organisation is Intuitive, Yet Challenging to Adopt
Self-organisation can be challenging; you need to understand what's required to achieve, and success needs to be visible, said Mirco Hering, managing director at Accenture. He suggested to create boundaries in which to self-organise and enrich the team’s context, showing how well they are doing.
-
University Research Teams Open-Source Natural Adversarial Image DataSet for Computer-Vision AI
Research teams from three universities recently released a dataset called ImageNet-A, containing natural adversarial images: real-world images that are misclassified by image-recognition AI. When used as a test-set on several state-of-the-art pre-trained models, the models achieve an accuracy rate of less than 3%.
-
Characteristics of Serverless Architecture
Too much of the current literature dealing with serverless architecture is driven by cloud providers and focuses only on the benefits, Wisen Tanasa writes in a recent blog post. When a new technology emerges, it's important to understand the implications of adopting it, and Tanasa therefore tries to give a better, more objective understanding of the traits of serverless architecture.
-
Amazon Releases AWS Lake Formation to General Availability
Recently, Amazon announced the general availability (GA) of AWS Lake Formation, a fully managed service that makes it much easier for customers to build, secure, and manage data lakes.
-
Google Releases Enterprise Database Options, Targets SQL Server Customers
In a recent blog post, Google announced enhancements to their existing Google Cloud Platform (GCP) database investments, including Cloud SQL for Microsoft SQL Server in alpha, Federated queries from BigQuery to Cloud SQL and Elastic Cloud on GCP being available in Japan and soon to be released in Sydney, Australia.
-
Google Announces General Availability of Cloud Security Scanner for GKE and Compute Engine
Recently, Google announced the general availability of Cloud Security Scanner for Google Kubernetes Engine and Compute Engine. This service allows scanning for vulnerabilities and threats of web apps possibly introduced during development, and act before anyone can abuse them.
-
Facebook Hermes May Significantly Reduce Boot-Time and Memory Usage in Android React Native Apps
Recently open-sourced by Facebook, JavaScript Engine Hermes aims to improve the performance of React Native Apps on Android devices, especially focusing on startup performance, download size, and memory consumption. Facebook claims are backed by initial benchmarking on Microsoft Office and Mattermost, an open source alternative to Slack.
-
Rook v1.0 Adds Support for Ceph Nautilus, EdgeFS, and NFS Operator
Rook, a storage orchestrator for Kubernetes, has released version 1.0 for production-ready workloads that use file, block, and object storage in containers. Highlights of Rook 1.0 include support for storage providers through operators like Ceph Nautilus, EdgeFS, and NFS. For instance, when a pod requests an NFS file system, Rook can provision it without any manual intervention.
-
Amazon Opens a New Region in Bahrain – AWS Middle East
Recently, Amazon announced the opening of an AWS region in the Middle East. This new region is the first for AWS in the Middle East and located in Bahrain.
-
Pulumi Crosswalk: Infrastructure as Code for AWS
Pulumi Crosswalk is an open source library of components for supporting AWS infrastructure as code. Crosswalk offers best practices around provisioning and managing AWS resources, and aims to improve the developer experience when creating applications in AWS.
-
Amazon Introduces Two New Features for Polly: Neural Text-to-Speech and Newscaster Style
Recently, Amazon announced the general availability of Neural Text-to-Speech (NTTS) technology in their Polly service in AWS, which turns text into lifelike speech. Furthermore, Amazon Polly now also offers a Newscaster speaking style.
-
Data Engineering in Badoo: Handling 20 Billion Events Per Day
Badoo is a dating social network that currently handles billions of events per day, explains Vladimir Kazanov, data platform engineering lead. At Skills Matter, he talked through some of the challenges of operating at this scale, and what tooling Badoo uses in order to process and report on this data.