Embracing The Inevitable Move From Hardware To Services
When Amazon Web Services, Microsoft Azure, and other hyperscale public cloud providers started becoming a force in IT almost a decade ago, questions arose
From Ticket Speed to Machine Speed: Why Automation Is Key
Running digital operations at human speed isn’t sustainable — or quick enough. The answer is workflow automation, to accelerate and improve incident management outcomes and free up team members for innovation.
GraphQL Syntax Used for a Novel Approach to Schema Validation and Code Generation
Nav Technologies has created an open-source schema definition and code generator that uses GraphQL syntax to define events and message formats. GraphQL was chosen for its expressiveness and familiarity among developers, but it is only used for its syntax; the Nav Schema Architecture (NSA) does not use the GraphQL runtime.
Grafana Nixes Cortex Support for Amazon Managed Prometheus
Grafana Labs has made some changes to its Prometheus support during the past few weeks as it nixes support for Cortex and introduces Mimir in its place.
The vcluster project from Loft Labs takes quick cluster deployments to the next level, allowing a developer to create brand new Kubernetes clusters (of differing versions) within an existing Kubernetes cluster.
Developing programs that run seamlessly isn’t a linear task. The more intricate and complex the code, the more bugs that engineers potentially have to deal with. Studies have shown that software developers spend 35-50% of their time debugging. Jason Laster, software engineer and founder of a startup called Replay, noticed the struggles developers were facing […]
I’ve been doing some research around different types of data intermediary recently and thought I’d share some things I’ve learned about “Data Unions”. Like a lot of th…