InfoQ Homepage Architecture & Design Content on InfoQ
-
Reimagining CI/CD Pipelines as Composable Blocks with Bryan Liles
Bryan Liles, senior staff engineer at VMWare, talked at the DeliveryConf about ideas of patterns and recommendations when building CI/CD pipelines. Liles recommends thinking about CI/CD as patterns instead of implementations, like merely using Jenkins or Spinnaker. It should be possible to build a platform with composable blocks with replaceable components and agnostic to a technology stack.
-
Google Announces Cloud AI Platform Pipelines to Simplify Machine Learning Development
In a recent blog post, Google announced the beta of Cloud AI Platform Pipelines, which provides users with a way to deploy robust, repeatable machine learning pipelines along with monitoring, auditing, version tracking, and reproducibility.
-
WebDriverIO Version 6 Release Adds Native Chrome DevTools Automation Protocol Support
The recent release of WebDriverIO version 6, a browser test automation framework for Node.js, adds Chrome DevTools protocol testing to its existing support for WebDriver and makes it easier to leverage tools like Puppeteer and Cypress.io.
-
Amazon Introduces a New Feature for ElastiCache for Redis: Global Datastore
Recently Amazon announced Global Datastore, a new feature of Amazon ElastiCache for Redis that provides fully managed, fast, reliable and secure cross-region replication.
-
Facebook Introduces Rome Experimental JavaScript Toolchain
Rome is an experimental JavaScript toolchain created by Babel and yarn creator Sebastian McKenzie and the React Native team at Facebook. Rome includes a compiler, linter, formatter, bundler, and testing framework, aiming to be "a comprehensive tool for anything related to the processing of JavaScript source code."
-
Web Components at Scale at Salesforce: Challenges Encountered, Lessons Learnt
Diego Ferreiro Val, principal architect at Salesforce, co-creator of Lightning Web Components (LWC), talked at WebComponentsSF about the challenges and lessons in building a platform leveraging web components at enterprise scale. Albeit with missing pieces, the web components standard was instrumental to achieve Salesforce’s interoperability, backward and forward compatibility objectives at scale.
-
Babel 7.9 Reduces Bundle Sizes, Adds TypeScript 3.8 Support
The Babel 7.9 release decreases default bundle sizes when using the module/nomodule pattern and adds support for TypeScript 3.8 and its type-only imports and exports. Babel 7.9 also improves optimizations for JSX transforms and adds experimental parser support for the ES Record & Tuple proposal.
-
Next.js 9.3 Released, Improves Static Site Generation
The Next.js team recently released Next.js 9.3, featuring improved static website generation and preview and adding Sass support, while shipping a smaller runtime.
-
Microsoft Announces General Availability for UI Flows, Enabling Robotic Process Automation
In a recent blog post, Microsoft announced the general availability (GA) of UI Flows on April 2nd, for customers worldwide. UI Flows is an addition to Power Automate, formerly known as Microsoft Flow, that enables democratized access to automation and workflow. In this this latest release, Microsoft is enabling robotic process automation (RPA) capabilities in the Power Automate service.
-
Adaptive Loading for a Faster Web
The Google Chrome team recently introduced Adaptive Loading, an exploration for loading and rendering the most suitable version of a component based on network speed, CPU, memory, and other web platform signals.
-
Istio 1.5: Consolidated "Istiod" Control Plane Binary and New Wasm-Based Extension Model
Istio 1.5 has introduced the Istiod binary to simplify Istio's architecture and improve operational experience. It has become simpler to install and run Istio since the control plane components have been consolidated into a single binary, Istiod. Istio has introduced a new extension model for proxy servers and improved usability, security, telemetry and traffic control.
-
How Team Interactions Help Kubernetes Adoption with Manuel Pais at QCon London
Manuel Pais talked at QCon London about how team interactions are vital to reduce cognitive load to have a successful adoption of Kubernetes. Pais recommends having a digital platform on top of Kubernetes. And, organizations can get started by assessing the team's cognitive load, defining a digital platform, and setting clear team interactions.
-
Edge to Cloud: Building the Tesla Virtual Power Plant
Tesla engineers discuss the Tesla Virtual Power Plant and how the software they’re building is tackling some of the hardest problems in distributed systems and in renewable energy. The Tesla Virtual Power Plant (VPP) is a modern example of a cloud-native architecture that heavily leverages edge computing.
-
Google Introduces Machine Images to Simplify Making and Restoring Virtual Machines
In a recent blog post, Google announced machine images, a new type of Compute Engine resource containing all the information users need to create, backup or restore a virtual machine, and thus reducing the amount of time required for managing environments. The feature in Compute Engine is currently in beta, and not covered by any SLA or deprecation policy.
-
OCI Releases Micronaut 1.3 Featuring Micronaut Data 1.0
Object Computing, Inc. released Micronaut 1.3 featuring the milestone release of project Micronaut Data 1.0, a database access toolkit using Ahead of Time compilation to pre-compute queries for repository interfaces executed by a lightweight runtime layer. Micronaut Data provides an API for translating a Query model into a query at compile time and provides runtime support for supported databases.