InfoQ Homepage News
-
SpringOne 2020 Conference: Running Persistent Data in a Multi-Cloud Architecture
Managing persistent data workloads in a multi-cloud architecture is critical for organizations hosting their apps on-premise and in public cloud environments. Aditya Tripathi and Judy Wang from VMware spoke at SpringOne 2020 Conference on Wednesday about architectural best practices to help simplify a multi-cloud strategy.
-
The International Week of Happiness at Work
During the last week of September, from the 21st to the 27th, companies and individuals around the globe are invited to celebrate the International Week of Happiness at Work for the third time. The event was created to promote happiness at work around the globe and companies are encouraged to organize events to focus on increasing happiness at work
-
Multi-Cloud: Worst Practice or the Future of Public Cloud?
Corey Quinn, cloud economist at The Duckbill Group, recently argued that multi-cloud is "the worst practice to be avoided by default”. Not everyone agrees.
-
Observability Strategies for Distributed Systems - Lessons Learned at InfoQ Live
A good observability strategy makes it easy for teams to share their data, and uses data from across a distributed system to identify if business goals are being achieved. These were some of the ideas discussed during the InfoQ Live roundtable discussion on observability patterns for distributed systems, held on August 25.
-
Best Practices for Web Developers with Webhint - Rachel Simone Weil at OpenJS World
Rachel Simone Weil, product manager for the new Microsoft Edge’s developer tools, recently gave a talk at OpenJS world addressing how the webhint tool suite supports web developers in implementing best practices.
-
Taking Advantage of Attitudes for Building Products
Attitudes like cynicism, skepticism and optimism impact how we develop products. Being aware of attitude matters, as it can block development or lead to building the wrong product. InfoQ interviewed Gwen Diagram about cynicism, skepticism, and optimism, the impact developers can have, and dealing with attitudes in teams.
-
Amazon Announces the Preview of AWS Controllers for Kubernetes (ACK)
AWS Controllers for Kubernetes (ACK) is a new tool by AWS allowing users to manage AWS services from Kubernetes directly. In a blog post, the public cloud vendor states the tool will make it easy to build scalable and highly-available Kubernetes applications that utilize AWS services.
-
Rookout CTO Discusses Understandability, Architecture Styles, and Live Debugging
In a recent InfoQ podcast, Liran Haimovitch, CTO at Rookout, discussed the concept of “understandability” and how this relates to building modern software systems. Building on the concepts introduced in his recent InfoQ article, he also discussed how complexity impacts a system’s understandability, and the benefits of live debugging tooling.
-
Open Service Mesh: a Service Mesh Implementation from Microsoft
Microsoft has released open service mesh (OSM), an alpha service mesh implementation compliant with the SMI specification. OSM covers standard features of a service mesh like canary releases, secure communication, and application insights, similar to other service mesh implementations like Istio, Linkerd, or Consul. Additionally, the OSM team is in the process of donating the project to the CNCF.
-
Rust 1.46.0 Released
The latest Rust stable release, 1.46.0, extends the number of core language constructs that are allowed in const fn. Also, a couple of features are stabilised.
-
Google's BigBird Model Improves Natural Language and Genomics Processing
Researchers at Google have developed a new deep-learning model called BigBird that allows Transformer neural networks to process sequences up to 8x longer than previously possible. Networks based on this model achieved new state-of-the-art performance levels on natural-language processing (NLP) and genomics tasks.
-
ServiceMeshCon Summary: KubeCon + CloudNativeCon Europe 2020 Co-Located Event
Christian Posta form Solo.io discussed multi-cluster and multi-mesh patterns at the recent ServiceMeshCon event which was held as part of KubeCon + CloudNativeCon Europe 2020 Conference. There were also talks on Istio architecture, WebAssembly for Istio telemetry and iteratively implementing Istio service mesh with no downtime.
-
Introduction to Mutation Testing - Dave Aronson at JSConf Hawaii
Dave Aronson gave at JSConf Hawaii 2020 an introduction to mutation testing. Aronson presented the rationale behind mutation testing, its benefits, drawbacks and pitfalls, and how it works under the hood.
-
RustConf Promotes a More Inclusive Community as Rust Grows
RustConf ws held in August 2020. As Rust grows into a mainstream programming language, it needs to be inclusive with regard to developers of all backgrounds and skill levels. Inclusivity was the theme of this year's RustConf.
-
New LiveRecorder for Java Enables Software Failure Replay
LiveRecorder for Java is a newly released application for software failure replay. It enables developers to record application failures and then replay them in IntelliJ to find the cause of the failure. It helps to reduce the debugging time, especially with intermittent failures.