article thumbnail

Ensure safe and secure releases at scale by providing Golden Paths

Dynatrace

Golden Paths for rapid product development Modern software development aims to streamline development and delivery processes to ensure fast releases to the market without violating quality and security standards. To bring these practices to life within an organization at scale, the discipline of platform engineering has gained popularity.

article thumbnail

Data Consistency in Apache Cassandra — Part 2

Software Architecture

Source: [link] Cassandra has tunable consistency which means that not only on the database level, you can tune the immediate and eventual consistency of your data per query/operation by setting the read CL (consistency level) and write CL. Comments and thoughts welcome.

Tuning 100
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

UI Design Patterns That Don't Scale

SQL Performance

The basic unit of SQL tuning is the query. Michael J Swart is a passionate database professional and blogger who focuses on database development and software architecture. So if you show me UI requirements with ten sortable columns, I’ll show you ten queries to analyze. When does this get awkward? About the Author.

Design 92
article thumbnail

AB Testing?—?So You Know What Really Works

Adrian Cockcroft

If you think about the scale that Netflix operates at, and the number of new customers they get every day, they can run far more and bigger tests than their smaller competitors, so they have a scale advantage that they can use to tune their product, and maintain a higher rate of innovation.

Testing 52
article thumbnail

Architecture Modernization Enabling Teams (AMET)

Strategic Tech

This article was co-authored by Eduardo da Silva and Nick Tune based on our individual and collective experiences. FThis article describes a pattern we have observed and applied in multi-team-scope architecture modernization initiatives, the Architecture Modernization Enabling Team (AMET).

article thumbnail

Full visibility into your serverless applications with AI-powered Azure Functions monitoring (GA)

Dynatrace

As companies strive to innovate and deliver faster, modern software architecture is evolving at near the speed of light. So stay tuned! Dynatrace news. Following the innovation of microservices, serverless computing is the next step in the evolution of how applications are built in the cloud. What’s next.

article thumbnail

Data Consistency in Apache Cassandra — Part 1

Software Architecture

You can tune the write consistency for performance (by setting the write CL as ONE) or immediate consistency for critical piece of data (by setting the write CL as ALL) Following is how it works: A client sends a write request to the coordinator. Comments and thoughts welcome.