Remove Architecture Remove Design Remove Java Remove Processing
article thumbnail

Ready for changes with Hexagonal Architecture

The Netflix TechBlog

by Damir Svrtan and Sergii Makagon As the production of Netflix Originals grows each year, so does our need to build apps that enable efficiency throughout the entire creative process. We decided to build our app based on principles behind Hexagonal Architecture and Uncle Bob’s Clean Architecture.

article thumbnail

Data privacy by design: How an observability platform protects data security

Dynatrace

Creating an ecosystem that facilitates data security and data privacy by design can be difficult, but it’s critical to securing information. When organizations focus on data privacy by design, they build security considerations into cloud systems upfront rather than as a bolt-on consideration.

Design 181
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

Legacy Architecture Modernisation With Strategic Domain-Driven Design

Strategic Tech

Most organisations go through an architecture modernisation effort at some point as their systems drift into a state of intolerable maintenance costs and they diverge too far from modern technological advances. Before jumping into either of those scenarios, have a look at what Strategic Domain-Driven Design can offer you.

article thumbnail

Practical API Design at Netflix, Part 1: Using Protobuf FieldMask

The Netflix TechBlog

When we process a request it is often beneficial to know which fields the caller is interested in and which ones they ignore. How can we achieve a similar functionality when designing our gRPC APIs? By Alex Borysov , Ricky Gardiner Background At Netflix, we heavily use gRPC for the purpose of backend to backend communication.

Design 245
article thumbnail

RSA guide 2024: AI and security are top concerns for organizations in every industry

Dynatrace

Additionally, blind spots in cloud architecture are making it increasingly difficult for organizations to balance application performance with a robust security posture. Whether multicloud or hybrid , public or private, cloud-native architecture offers flexibility and agility to help organizations deliver software faster.

article thumbnail

How Netflix Scales its API with GraphQL Federation (Part 2)

The Netflix TechBlog

Our Journey so Far Over the past year, we’ve implemented the core infrastructure pieces necessary for a federated GraphQL architecture as described in our previous post: Studio Edge Architecture The first Domain Graph Service (DGS) on the platform was the former GraphQL monolith that we discussed in our first post (Studio API).

article thumbnail

Intro to Redis Sharding

Scalegrid

It offers automatic data sharding, master-replica configurations for high availability, and a scalable and flexible architecture to maintain consistent performance. The purpose is scaling out distributed systems effectively and offering improved management and performance while processing numerous keys. Visualize it as a relay race.