InfoQ Homepage News
-
Better SEO with Structured Data and Rich Snippets
Martin Splitt, search developer advocate for Google, recently explained at the Chrome Developer Summit 2020 how to use structured data to make a website eligible for rich results in Google Search. Rich results support semantic searches, stand out from ordinary search results, and may increase the click-through rate.
-
Using Go in Native macOS Apps with MacDriver
MacDriver is a recent project aiming to enable interoperability between Go and Objective-C. This will make it possible to write macOS, and potentially iOS apps using Go, as well as reuse Go code in macOS apps written in Objective-C or Swift. InfoQ has taken the chance to speak with MacDriver creator Jeff Lindsay.
-
Announcing GitLab Ultimate for IBM Cloud Paks
GitLab Inc. and IBM recently announced GitLab Ultimate for IBM Cloud Paks. Late last year GitLab simplified their functionality and pricing tiers to “free, premium, and ultimate”. IBM Cloud Pak solutions enable easy deployment of enterprise software on the cloud, on-premise or pre-integrated environment.
-
Complimentary InfoQ Live Feb 16 Roundtables. Discover Valuable Insights to Implement Immediately
InfoQ Live, the one-day event for developers and engineers, is only a week away (Feb 16). Grab your ticket and deep-dive into practical ways you can use and integrate observability into your distributed system architecture.
-
PayPal Standardizes on Apache Airflow and Apache Gobblin for Its Next-Gen Data Movement Platform
PayPal recently described how it standardized on Apache Airflow and Apache Gobblin for implementing its next-gen data movement platform. In a recent blog post, PayPal engineers detail how the existing data movement platform evolved into many tools & platforms in a complex and unmanageable ecosystem and their shift towards a new implementation.
-
AWS Announces Node.js 14 Support for Its Function as a Service, Lambda
Recently AWS announced Node.js version 14 support for its Function as a Service (FaaS), Lambda. Developers can now author AWS Lambda functions using Node.js' new features, such as top-level-await, enhanced diagnostics, modifications of the streams APIs, and a revised JavaScript engine for better performance.
-
WebdriverIO 7 Rewritten in Typescript, Released with Improved Lighthouse Integration
The browser and mobile automation test framework WebdriverIO recently released a major update. Webdriver IO 7 is now written with TypeScript. TypeScript users may thus need to update their types, while JavaScript users should be largely unaffected. The new version also drops support for Node v10, upgrades the used Cucumber version to v7, and integrates better with Google Lighthouse.
-
AWS Releases Privatelink for Amazon S3 into General Availability
AWS has recently announced that PrivateLink for Amazon S3 is now generally available (GA). With PrivateLink for Amazon S3, customers can securely connect Amazon S3 to on-premise resources.
-
HashiCorp Terraform Adds Concise Diff Formatter and Sensitive Data Obfuscation
Hashicorp has released Terraform 0.14 into general availability. The release introduces a new concise diff format that limits the output to only the elements that are changing. Other improvements include the ability to hide sensitive data and produce lockfiles for provider dependencies.
-
Rust Core Team Announces the Formation of the Rust Foundation
The Core Rust Team today announced the formation of the Rust Foundation. The Rust Foundation is a new independent non-profit organization whose purpose is to steward the Rust language and ecosystem, with a unique focus on supporting the set of maintainers that govern and develop the project.
-
Pinterest Describes an Architecture for Efficient Retrieval of Hierarchical Documents
In a recent blog post, Pinterest engineers describe how they implemented an efficient two-stage retrieval architecture to retrieve hierarchical documents in a home-grown search engine. They accomplished it by combining index flattening, index normalization, and index denormalization.
-
JakartaOne Livestream 2020: Conference Summary
The second annual JakartaOne Livestream conference went live on December 8th, 2020, with the first of 12 one-hour sessions starting at 6:00am EST. Focused on Jakarta EE and MicroProfile, these sessions included keynotes, 45-minute technical sessions, 15-minute theme sessions, and panel discussions delivered by a host of Java luminaries. There was also a special tribute to Bill Shannon.
-
Thrift for Haskell Aims to Eliminate Bugs from RPC Code
Originally created at Facebook and now part of Apache, Thrift is an interface definition language and binary communication protocol aimed to enable efficient RPC at scale across services written in multiple languages. Facebook has recently open sourced hsthrift, which makes it possible to use Thrift in Haskell projects and take advantage of its dependent types to eliminate bugs in production.
-
AWS Announces Amazon Aurora Supports PostgreSQL 12
AWS has recently announced that Amazon Aurora, a MySQL and PostgreSQL-compatible relational Database built for the Cloud, now supports major version 12 of PostgreSQL.
-
Open Policy Agent Graduates at CNCF
The CNCF announced the graduation of the Open Policy Agent (OPA) project. OPA is an open source policy management and enforcement engine that has declarative policies and integrates with various systems including Kubernetes.