InfoQ Homepage News
-
AWS Step Functions Gains Callback Patterns to Resume Paused Workflows
Amazon Web Services (AWS) recently announced that AWS Step Functions supports callback patterns to "automate workflows for applications with human activities and custom integrations with third-party services". Workflow executions can now be paused until applications return a token via the Step Functions API, which obsoletes the previously required polling or other workarounds.
-
GitLab 12.2 Supports Complex Dependencies for CI Tasks and Cross-Project Merge Requests
GitLab's latest release aims to enable complex continuous integration (CI) pipelines, team collaboration, and dependencies management across projects. Furthermore, GitLab 12.2 adds new push options for merge requests, and uses environment-specific Kubernetes namespaces to enable sharing the same cluster across multiple project environments.
-
Npm Bans Packages Which Display Ads via Its Command Line Interface
npm, Inc., the company behind the popular eponymous JavaScript package manager, will no longer allow packages which display ads. Developers will be able to silence terminal messages which push ads or call for donations, and which stem from the regular use of the npm command line interface.
-
An Introduction to Structured Data at Etsy
Etsy recently published a blog post detailing how they store and manage structured data. The Etsy team make extensive use of taxonomies, and store the structured data with JSON files.
-
Update: .NET Standard Adoption
A few weeks ago, Microsoft released an update on the current adoption of .NET Standard by the community. The .NET Standard is a formal specification of the APIs that are common across the existing .NET implementations for different platforms. It allows a developer to create .NET libraries that can be consumed across the different .NET implementations (thus allowing cross-platform development).
-
CSS Grid Level 2 Preview: Adding Subgrid Support for Layout Inheritance
CSS Grid level 2 has gone live on Firefox nightly, providing access to the new subgrid property. The new functionality enables developers who use inner grids to relay on the parent grids column and row definitions, enabling more complex design.
-
Reasons for Cancelling a Move to Microservices
During a period in which Steven Lemon and his team had less features to implement, the technical leadership at the company decided to move their existing monolith into a microservices architecture. After a month of preparation, they realized that microservices would be hurting their development process. They decided to stay with the monolith and Lemon recently wrote a case study of their findings.
-
How Chirp Audio QR Codes Went to the Moon and Back
Chirp uses audio to send and receive data using only a device's speaker and microphone. Recently, Chirp had a chance to test their technology by sending signals to the Moon. InfoQ has spoken with Daniel Jones, chief technology officer at Chirp, to learn more about Chirp codes.
-
Contributing to the Kubernetes Community: Getting Started Q&A with Contributor Nikhita Raghunath
InfoQ caught up with Nikhita Raghunath, a contributor to the Kubernetes community. She outlines some quick tips or tricks especially for the impatient to get started and to move up the contributor ladder. She talks about the organization of the community, the tools, etc. to enable a better understanding of how and where to contribute.
-
DigitalOcean Adds Managed MySQL and Redis Services
Cloud provider DigitalOcean recently released a pair of new managed data services. Their Managed MySQL and Redis offerings are on-demand and elastic, and offer a variety of sizes and high-availablity options.
-
Inclusive Leadership Supports Collaboration and Diversity In Teams
Research on Inclusive leadership shows it can provide gains in team performance, including being 29% more likely to show collaborative behaviour. Inclusive leadership showed it was effective at activating the value of diversity in a team. It required leaders to show humility, cultural intelligence and awareness of bias as key attributes.
-
Amazon Releases a Preview of the New AWS Tools for PowerShell
In a recent blog post, Amazon announced it would release a preview of refactored AWS Tools for PowerShell, allowing developers and administrators to manage their AWS services from the PowerShell scripting environment.
-
Microsoft Releases .NET Core 3.0 Preview 8
Earlier this month Microsoft released .NET Core 3.0 Preview 8 for Windows, macOS, and Linux. The new release contains bug fixes and enhancements for the ASP.NET Core, CoreFX, and CoreCLR product areas. There are no new features since the framework entered the freezing period in the previous release, and all development efforts are focused on stability and reliability.
-
How Artificial Intelligence Impacts Designing Products
Artificial intelligence is changing the way that we interact with technology; eliminating unnecessary interfaces makes interaction with machines more humane, argued Agnieszka Walorska at ACE conference 2019. The expectations towards customer experience have changed, and one factor that is becoming more and more important to this change is machine learning.
-
Android Studio 3.5 Aims to Be Faster and More Memory-Efficient
Coming at the end of an eight-month development cycle, Project Marble, the latest release of Android Studio, refrains from adding new major features and opts instead for improving performance and memory efficiency.