Remove articles want-to-build-successful-data-products-start-with
article thumbnail

Architected for resiliency: How Dynatrace withstands data center outages

Dynatrace

The path to “Architected for Resiliency” is long, but it clearly pays off in the long run, especially when outages occur, as I want to show you in this blog post. The path to “Architected for Resiliency” is long, but it clearly pays off in the long run, especially when outages occur, as I want to show you in this blog post.

AWS 189
article thumbnail

Scalable Annotation Service?—?Marken

The Netflix TechBlog

Scalable Annotation Service — Marken by Varun Sekhri , Meenakshi Jindal Introduction At Netflix, we have hundreds of micro services each with its own data models or entities. All of these services at a later point want to annotate their objects or entities. Teams should be able to define their data model for annotation.

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

Optimising Largest Contentful Paint

CSS Wizardry

It’s the easiest to optimise, and it’s the only one of the three that works the exact same in the lab as it does in the field (don’t even get me started on this…). So, in this post, I want to go deep and show you some interesting tricks and optimisations, as well as some pitfalls and bugs, starting with some very simple tips.

article thumbnail

Seamlessly Swapping the API backend of the Netflix Android app

The Netflix TechBlog

This allowed Android engineers to have much more control and observability over how we get our data. Background The Netflix Android app uses the falcor data model and query protocol. For example, the artwork service is separate from the video metadata service, but we need the data from both in the detail key.

Latency 233
article thumbnail

Rising Tide Rents and Robber Baron Rents

O'Reilly

Why is it that Google, a company once known for its distinctive “Do no evil” guideline, is now facing the same charges of “surveillance capitalism” as Facebook, a company that never made such claims? Why is it now subject to the same kind of antitrust complaints faced by Microsoft, once the “evil empire” of the previous generation of computing?

article thumbnail

The ChatGPT Surge

O'Reilly

Everyone knows that ChatGPT had one of the most successful launches of any software project, passing a million users in its first five days. Three search terms stand out: Generative AI, LLM, and Langchain all follow similar curves: they start off with relatively moderate growth that suddenly becomes much steeper in February, 2023.

article thumbnail

Optimize MongoDB® Pagination

Scalegrid

One such solution is pagination, which divides large datasets into manageable “pages” of data to be displayed or processed. How to Implement Pagination in MongoDB® Big datasets require efficient data retrieval and processing for effective management. Let’s delve into this topic and uncover the secrets of MongoDB pagination.