InfoQ Homepage News
-
Medium Describes "Rex" - a Go-Based Recommendation Service
In a recent blog post, Medium describes how it built a recommendation service named "Rex." The original recommendation service was part of the Node.js monolith, and it could only rank 150 stories. However, Medium wanted this service to rank hundreds of thousands of stories per user in under a second. So, they decided to build an entirely new, separate service using Go.
-
Microsoft Announces Support for Azure Container Registry across Availability Zones in Public Preview
Microsoft recently announced the public preview for support of Azure Container Registry across Availability Zones. The Zone redundancy provides resiliency and high availability to a registry or replication resource (replica) in a specific region.
-
Xamarin Forms 5.0 Stabilizes New Graphic and Interactive Features
Xamarin Forms 5.0 is a major new release of Xamarin open-source framework to create cross-platforms UI for iOS, Android, and Windows. It stabilizes a number of new features such as Brushes, Shapes and Paths, CarouselView, drag and drop, and more.
-
AWS Introduces Amazon Managed Service for Grafana and Amazon Managed Service for Prometheus
In one of the latest announcements of re:Invent 2020, AWS introduced the preview of Amazon Managed Service for Grafana, a managed Grafana that automatically scales compute and database infrastructure, with automated version updates and security patching. AWS also introduced a preview for Amazon Managed Service for Prometheus.
-
Rust 1.49 Released with Tier-1 Support of 64-Bit ARM Linux
The Rust team released on the eve of last year Rust 1.49. The new version of Rust features 64-bit ARM support and minor language enhancements.
-
Organizing Information about APIs with Google Registry API
Google Registry API aims to allow developers to organize information about APIs by uploading and sharing machine-readable descriptions of the APIs they use in development.
-
New Chrome Extension to Debug Compiled Wasm Code Stepping through C++ Source Files
Google recently presented the progress made by the Chrome DevTools teams to improve the developer experience of debugging WebAssembly files. A new extension (in beta) allows developers to debug C and C++ apps compiled to WebAssembly by stepping through the original source code.
-
K8ssandra: Production-Ready Platform for Running Apache Cassandra on Kubernetes
DataStax recently released K8ssandra, an open-source distribution of Apache Cassandra for Kubernetes. K8ssandra aims to provide a “production-ready platform”, and this includes automation for operational tasks such as repairs, backups, and monitoring.
-
EventStoreDB 20.10 Released with Support for gRPC and Improved Security
EventStore Ltd has released EventStoreDB 20.10, a major release of their platform that helps build applications utilizing the Command Query Responsibility Separation (CQRS) and Event Sourcing (ES) patterns.
-
The Journey from Monolith to Microservices at GitHub: QCon Plus Q&A
GitHub needed to fundamentally rethink how they did software development due to all of the different cultures, norms, and technology stacks that their teams brought to the table. They are migrating toward a microservices architecture that enables different teams and systems and technologies to work harmoniously together.
-
Red Hat Releases OptaPlanner 8
InfoQ spoke to Geoffrey De Smet about Red Hat’s OptaPlanner 8 release. This new version provides better support for new technologies such as Spring Boot and Quarkus, while still supporting Spring Boot and plain Java. One of the improvements for release 8 are quickstart examples showcasing the various OptaPlanner features in the supported technologies.
-
QCon Plus: Summary of the Remote Working Track
The QCon Plus conference ran over three weeks in November, 2020. Travis McPeak hosted the Best Practices for Remote Work track, aimed at sharing the learnings from world class remote companies about how to leverage remote working for the benefit of employees, customers and the organisation as a whole.
-
New Features for Windows Forms 5.0
For the first time since .NET 2.0, Windows Forms, a.k.a. WinForms, has received new features that are not High DPI-related.
-
Google Releases Monitoring Query Language for Cloud Monitoring into General Availability
In a recent blog post, Google announced the general availability of Monitoring Query Language (MQL) in Cloud Monitoring.
-
Rust Asynchronous Runtime Tokio Reaches 1.0
Tokio aims to provide building blocks to write reliable and fast asynchronous programs in Rust. Recently announced Tokio 1.0 supports TCP, UDP, timers, a multi-threaded, work-stealing scheduler, and more.