# High Scalability

Building bigger, faster, more reliable websites.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Kafka 101

DevFeed: [Kafka 101](<https://devfeed.tech/articles/kafka-101-33612.md>)

Original publisher: [Read original article](<https://highscalability.com/untitled-2/>)

Author: ByteByteGo

Published: 2024-05-09T18:55:21Z

Content type: tutorial

Language: en

Sources: [High Scalability](<https://devfeed.tech/sources/high-scalability-3.md>)

Topics: [Kafka](<https://devfeed.tech/topics/kafka.md>), [distributed-systems](<https://devfeed.tech/topics/distributed-systems.md>), [Streaming](<https://devfeed.tech/topics/streaming.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [Data structures](<https://devfeed.tech/topics/data-structures.md>), [Microservice](<https://devfeed.tech/topics/microservice.md>), [Persistence](<https://devfeed.tech/topics/persistence.md>)

Tags: [apache-kafka](<https://devfeed.tech/tags/apache-kafka.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [data-structure](<https://devfeed.tech/tags/data-structure.md>), [distributed-systems](<https://devfeed.tech/tags/distributed-systems.md>), [kafka](<https://devfeed.tech/tags/kafka.md>), [microservices](<https://devfeed.tech/tags/microservices.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [persistence](<https://devfeed.tech/tags/persistence.md>), [real-time-data-streaming](<https://devfeed.tech/tags/real-time-data-streaming.md>)

### AI overview

This introductory article explains Apache Kafka's origins, distributed streaming architecture, and use as a central platform for coordinating data among services and downstream systems. It also describes Kafka's log-based storage model, including immutability, ordered records, concurrent reads, and optimization for high-throughput, cost-efficient HDD storage.

### Source excerpt

This is a guest article by Stanislav Kozlovski, an Apache Kafka Committer. If you would like to connect with Stanislav, you can do so on Twitter and LinkedIn. Originally developed in LinkedIn during 2011, Apache Kafka is one of the most popular open-source Apache projects out

## How Hotstar Built a Scalable Real-Time Emoji System for Sports Viewing

DevFeed: [How Hotstar Built a Scalable Real-Time Emoji System for Sports Viewing](<https://devfeed.tech/articles/capturing-a-billion-emo-j-i-ons-33601.md>)

Original publisher: [Read original article](<https://highscalability.com/capturing-a-billion-emo-j-i-ons/>)

Author: ByteByteGo

Published: 2024-03-26T15:32:38Z

Content type: article

Language: en

Sources: [High Scalability](<https://devfeed.tech/sources/high-scalability-3.md>)

Topics: [Emoji](<https://devfeed.tech/topics/emoji.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [Scalability](<https://devfeed.tech/topics/scalability.md>), [real-time](<https://devfeed.tech/topics/real-time.md>), [API](<https://devfeed.tech/topics/api.md>), [HTTP](<https://devfeed.tech/topics/http.md>), [client](<https://devfeed.tech/topics/client.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [article](<https://devfeed.tech/tags/article.md>), [asynchronous](<https://devfeed.tech/tags/asynchronous.md>), [blog-post](<https://devfeed.tech/tags/blog-post.md>), [emojis](<https://devfeed.tech/tags/emojis.md>), [http](<https://devfeed.tech/tags/http.md>), [message-queue](<https://devfeed.tech/tags/message-queue.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [scalability](<https://devfeed.tech/tags/scalability.md>)

### AI overview

This article explains how Hotstar built an in-house system to collect user-submitted emojis in real time, condense them into an emoji swarm showing audience mood, and support very high submission volumes. It covers horizontal scalability, component decomposition, asynchronous processing, load balancing, auto-scaling, and HTTP API request handling.

### Source excerpt

This blog post was written by Dedeepya Bonthu. This is a repost from her Medium article, approved by the author. In stadiums, sports fans love to express themselves by cheering for their favorite teams, holding up placards and team logos. Emoji's allow fans at home to rapidly express

## Brief History of Scaling Uber

DevFeed: [Brief History of Scaling Uber](<https://devfeed.tech/articles/brief-history-of-scaling-uber-33600.md>)

Original publisher: [Read original article](<https://highscalability.com/brief-history-of-scaling-uber/>)

Author: ByteByteGo

Published: 2024-03-14T09:53:07Z

Content type: article

Language: en

Sources: [High Scalability](<https://devfeed.tech/sources/high-scalability-3.md>)

Topics: [Node.js](<https://devfeed.tech/topics/node-js.md>), [Back end](<https://devfeed.tech/topics/backend.md>), [Concurrency](<https://devfeed.tech/topics/concurrency.md>), [real-time](<https://devfeed.tech/topics/real-time.md>), [Python](<https://devfeed.tech/topics/python.md>), [LAMP](<https://devfeed.tech/topics/lamp.md>)

Tags: [architecture](<https://devfeed.tech/tags/architecture.md>), [article](<https://devfeed.tech/tags/article.md>), [backend](<https://devfeed.tech/tags/backend.md>), [blog-post](<https://devfeed.tech/tags/blog-post.md>), [concurrency](<https://devfeed.tech/tags/concurrency.md>), [lamp](<https://devfeed.tech/tags/lamp.md>), [linkedin](<https://devfeed.tech/tags/linkedin.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [python](<https://devfeed.tech/tags/python.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [scaling](<https://devfeed.tech/tags/scaling.md>)

### AI overview

This article traces Uber's technical scaling from its initial LAMP-based application to a backend using Node.js for real-time workloads and Python for another service. It describes early concurrency problems, the need to process real-time location data, and Node.js's asynchronous event loop and V8 engine as reasons for its adoption.

### Source excerpt

This blog post was written by Josh Clemm, Senior Director of Engineering at Uber Eats. This is a repost from his LinkedIn article, approved by the author. On a cold evening in Paris in 2008, Travis Kalanick and Garrett Camp couldn't get a cab. That's when

## Behind AWS S3's Massive Scale

DevFeed: [Behind AWS S3's Massive Scale](<https://devfeed.tech/articles/behind-aws-s3-s-massive-scale-33599.md>)

Original publisher: [Read original article](<https://highscalability.com/behind-aws-s3s-massive-scale/>)

Author: ByteByteGo

Published: 2024-03-06T16:15:44Z

Content type: article

Language: en

Sources: [High Scalability](<https://devfeed.tech/sources/high-scalability-3.md>)

Topics: [Amazon S3](<https://devfeed.tech/topics/amazon-s3.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [cloud-infrastructure](<https://devfeed.tech/topics/cloud-infrastructure.md>), [Data Infrastructure](<https://devfeed.tech/topics/data-infrastructure.md>), [Microservices](<https://devfeed.tech/topics/microservices.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-s3](<https://devfeed.tech/tags/aws-s3.md>), [cloud-native](<https://devfeed.tech/tags/cloud-native.md>), [machine](<https://devfeed.tech/tags/machine.md>), [microservices](<https://devfeed.tech/tags/microservices.md>), [replication](<https://devfeed.tech/tags/replication.md>), [s3](<https://devfeed.tech/tags/s3.md>), [service](<https://devfeed.tech/tags/service.md>), [storage](<https://devfeed.tech/tags/storage.md>)

### AI overview

This guest article examines how AWS S3 grew from a storage service into a massive-scale backbone for analytics, machine learning, backups, and other cloud-native data infrastructure. It outlines S3's growth, major feature milestones, and a high-level architecture involving front-end, namespace, storage, and storage-management services.

### Source excerpt

This is a guest article by Stanislav Kozlovski, an Apache Kafka Committer. If you would like to connect with Stanislav, you can do so on Twitter and LinkedIn. AWS S3 is a service every engineer is familiar with. It's the service that popularized the notion of cold-storage

## What the Swedbank outage reveals about the limits of traditional change management

DevFeed: [What the Swedbank outage reveals about the limits of traditional change management](<https://devfeed.tech/articles/the-swedbank-outage-shows-that-change-controls-don-t-work-33611.md>)

Original publisher: [Read original article](<https://highscalability.com/the-swedbank-outage-shows-that-change-controls-dont-work/>)

Author: Bruce Johnston

Published: 2023-08-16T16:05:12Z

Content type: opinion

Language: en

Sources: [High Scalability](<https://devfeed.tech/sources/high-scalability-3.md>)

Topics: [incident](<https://devfeed.tech/topics/incident.md>), [risk-management](<https://devfeed.tech/topics/risk-management.md>)

Tags: [banking](<https://devfeed.tech/tags/banking.md>), [incident](<https://devfeed.tech/tags/incident.md>), [management](<https://devfeed.tech/tags/management.md>), [outage](<https://devfeed.tech/tags/outage.md>), [risk-management](<https://devfeed.tech/tags/risk-management.md>)

### AI overview

The article examines the Swedish FSA's judgment on Swedbank's April 2022 outage, which followed an unapproved IT change and affected customer balances and payments. It argues that traditional change-management controls, including manual approvals and change meetings, do not by themselves guarantee safe and secure changes.

### Source excerpt

This week I've been reading through the recent judgment from the Swedish FSA on the Swedbank outage. If you're unfamiliar with this story, Swedbank had a major outage in April 2022 that was caused by an unapproved change to their IT systems. It temporarily left nearly

## Lessons Learned Running Presto at Meta Scale

DevFeed: [Lessons Learned Running Presto at Meta Scale](<https://devfeed.tech/articles/lessons-learned-running-presto-at-meta-scale-33604.md>)

Original publisher: [Read original article](<https://highscalability.com/lessons-learned-running-presto-at-meta-scale/>)

Author: Philip Bell

Published: 2023-07-16T15:42:21Z

Content type: article

Language: en

Sources: [High Scalability](<https://devfeed.tech/sources/high-scalability-3.md>)

Topics: [presto](<https://devfeed.tech/topics/presto.md>), [Meta](<https://devfeed.tech/topics/meta.md>), [Automation](<https://devfeed.tech/topics/automation.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [gateway](<https://devfeed.tech/topics/gateway.md>), [SQL](<https://devfeed.tech/topics/sql.md>), [Availability](<https://devfeed.tech/topics/availability.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [datacenter](<https://devfeed.tech/topics/datacenter.md>)

Tags: [analytics](<https://devfeed.tech/tags/analytics.md>), [automation](<https://devfeed.tech/tags/automation.md>), [availability](<https://devfeed.tech/tags/availability.md>), [data-centers](<https://devfeed.tech/tags/data-centers.md>), [database-scalability](<https://devfeed.tech/tags/database-scalability.md>), [ddatabase](<https://devfeed.tech/tags/ddatabase.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [gateway](<https://devfeed.tech/tags/gateway.md>), [high-availablilty](<https://devfeed.tech/tags/high-availablilty.md>), [high-performance](<https://devfeed.tech/tags/high-performance.md>), [high-scalability](<https://devfeed.tech/tags/high-scalability.md>), [load-balancer](<https://devfeed.tech/tags/load-balancer.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [presto](<https://devfeed.tech/tags/presto.md>), [scalability](<https://devfeed.tech/tags/scalability.md>), [sql](<https://devfeed.tech/tags/sql.md>)

### AI overview

The article presents lessons from running Presto, an open source SQL query engine, at Meta scale. It discusses deploying releases across many clusters, maintaining availability for interactive queries, using the Gateway load balancer to route queries, and automating cluster updates and capacity management.

### Source excerpt

Presto is a free, open source SQL query engine. We've been using it at Meta for the past ten years, and learned a lot while doing so. Running anything at scale - tools, processes, services - takes problem solving to overcome unexpected challenges. Here are four things we learned while

## Gossip Protocol Explained

DevFeed: [Gossip Protocol Explained](<https://devfeed.tech/articles/gossip-protocol-explained-33603.md>)

Original publisher: [Read original article](<https://highscalability.com/gossip-protocol-explained/>)

Author: NK

Published: 2023-07-16T15:38:02Z

Content type: tutorial

Language: en

Sources: [High Scalability](<https://devfeed.tech/sources/high-scalability-3.md>)

Topics: [distributed-systems](<https://devfeed.tech/topics/distributed-systems.md>), [Protocol (disambiguation)](<https://devfeed.tech/topics/protocol.md>), [Availability](<https://devfeed.tech/topics/availability.md>), [consistency](<https://devfeed.tech/topics/consistency.md>), [Scalability](<https://devfeed.tech/topics/scalability.md>), [Resilience](<https://devfeed.tech/topics/resilience.md>)

Tags: [architecture](<https://devfeed.tech/tags/architecture.md>), [availability](<https://devfeed.tech/tags/availability.md>), [consistency](<https://devfeed.tech/tags/consistency.md>), [distributed-algorithm](<https://devfeed.tech/tags/distributed-algorithm.md>), [distributed-system](<https://devfeed.tech/tags/distributed-system.md>), [distributed-systems](<https://devfeed.tech/tags/distributed-systems.md>), [messages](<https://devfeed.tech/tags/messages.md>), [protocol](<https://devfeed.tech/tags/protocol.md>), [resilience](<https://devfeed.tech/tags/resilience.md>), [scalability](<https://devfeed.tech/tags/scalability.md>)

### AI overview

This article explains the gossip protocol as a peer-to-peer approach for maintaining state and communicating in distributed systems. It contrasts gossip-based state management with centralized services such as Apache Zookeeper and discusses availability, consistency, scalability, resilience, and message-broadcasting techniques.

### Source excerpt

You can subscribe to the system design newsletter to excel in system design interviews and software architecture. The original article was published on systemdesign.one website. What Is Gossip Protocol? The typical problems in a distributed system are the following [1], [11]: maintaining the system state (liveness of nodes) communication

## Consistent hashing algorithm

DevFeed: [Consistent hashing algorithm](<https://devfeed.tech/articles/consistent-hashing-algorithm-33602.md>)

Original publisher: [Read original article](<https://highscalability.com/consistent-hashing-algorithm/>)

Author: NK

Published: 2023-02-22T16:39:15Z

Content type: tutorial

Language: en

Sources: [High Scalability](<https://devfeed.tech/sources/high-scalability-3.md>)

Topics: [consistent hashing](<https://devfeed.tech/topics/consistent-hashing.md>), [Algorithm](<https://devfeed.tech/topics/algorithm.md>), [distributed-systems](<https://devfeed.tech/topics/distributed-systems.md>), [Cache](<https://devfeed.tech/topics/cache.md>), [Scalability](<https://devfeed.tech/topics/scalability.md>), [Server](<https://devfeed.tech/topics/server.md>)

Tags: [algorithm](<https://devfeed.tech/tags/algorithm.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [cache](<https://devfeed.tech/tags/cache.md>), [consistent-hashing](<https://devfeed.tech/tags/consistent-hashing.md>), [distributed-system](<https://devfeed.tech/tags/distributed-system.md>), [hashing](<https://devfeed.tech/tags/hashing.md>), [high-availability](<https://devfeed.tech/tags/high-availability.md>), [load-balancing](<https://devfeed.tech/tags/load-balancing.md>), [low-latency](<https://devfeed.tech/tags/low-latency.md>), [scalability](<https://devfeed.tech/tags/scalability.md>), [sharding](<https://devfeed.tech/tags/sharding.md>), [system-design](<https://devfeed.tech/tags/system-design.md>)

### AI overview

The article explains how consistent hashing places nodes and data keys on a virtual hash ring, then assigns data by traversing the ring clockwise to the next node. It discusses cache-server scaling, hotspot reduction, dynamic load, replication, availability, and latency in distributed systems.

### Source excerpt

You can subscribe to the system design newsletter to excel in system design interviews and software architecture. You can view the original article Consistent hashing explained on systemdesign.one website. How does consistent hashing work? At a high level, consistent hashing performs the following operations: The output of the hash

## What is Cloud Computing? According to ChatGPT.

DevFeed: [What is Cloud Computing? According to ChatGPT.](<https://devfeed.tech/articles/what-is-cloud-computing-according-to-chatgpt-33613.md>)

Original publisher: [Read original article](<https://highscalability.com/what-is-cloud-computing-according-to-chatgpt/>)

Author: High Scalability

Published: 2022-12-16T17:04:08Z

Content type: opinion

Language: en

Sources: [High Scalability](<https://devfeed.tech/sources/high-scalability-3.md>)

Topics: [cloud-computing](<https://devfeed.tech/topics/cloud-computing.md>), [ChatGPT](<https://devfeed.tech/topics/chatgpt.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-ml](<https://devfeed.tech/tags/ai-ml.md>), [availability](<https://devfeed.tech/tags/availability.md>), [chatgpt](<https://devfeed.tech/tags/chatgpt.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [data](<https://devfeed.tech/tags/data.md>), [data-processing](<https://devfeed.tech/tags/data-processing.md>), [networking](<https://devfeed.tech/tags/networking.md>), [reliability](<https://devfeed.tech/tags/reliability.md>), [scalability](<https://devfeed.tech/tags/scalability.md>)

### AI overview

The article presents ChatGPT's explanation of cloud computing, including internet-based access to shared computing resources, scalability, cost savings, flexibility, and availability. It also comments that ChatGPT's answers are broad but lack depth and argues that AI tools are more likely to augment people than replace them for now.

### Source excerpt

DALL-E picture generated from the answer. I was curious, given all the ChatGPT love, what it would make of some of our favorite topics. I was both impressed and unimpressed. Impressed. ChatGPT instantly generated an response that might make a good answer in a Miss Universe contest. You know,

## Stuff The Internet Says On Scalability For December 2nd, 2022

DevFeed: [Stuff The Internet Says On Scalability For December 2nd, 2022](<https://devfeed.tech/articles/stuff-the-internet-says-on-scalability-for-december-2nd-2022-33608.md>)

Original publisher: [Read original article](<https://highscalability.com/stuff-the-internet-says-on-scalability-for-december-2nd-2022/>)

Author: High Scalability

Published: 2022-12-02T17:08:30Z

Content type: article

Language: en

Sources: [High Scalability](<https://devfeed.tech/sources/high-scalability-3.md>)

Topics: [Scalability](<https://devfeed.tech/topics/scalability.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [API](<https://devfeed.tech/topics/api.md>), [AWS Lambda](<https://devfeed.tech/topics/aws-lambda.md>), [Caching](<https://devfeed.tech/topics/caching.md>), [DDoS](<https://devfeed.tech/topics/ddos.md>), [Memory Safety](<https://devfeed.tech/topics/memory-safety.md>), [ibm](<https://devfeed.tech/topics/ibm.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [caching](<https://devfeed.tech/tags/caching.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [ddos](<https://devfeed.tech/tags/ddos.md>), [hot-links](<https://devfeed.tech/tags/hot-links.md>), [memory-safety](<https://devfeed.tech/tags/memory-safety.md>), [scalability](<https://devfeed.tech/tags/scalability.md>)

### AI overview

A December 2, 2022 HighScalability roundup collects statistics and observations about internet-scale systems, including GraphQL traffic, AWS Lambda usage, cloud migrations, caching, edge latency, DDoS mitigation, and memory safety.

### Source excerpt

Never fear, HighScalability is here! 1958: An engineer wiring an early IBM computer 2021: An engineer wiring an early IBM quantum computer. @enclanglement My Stuff: I'm proud to announce a completely updated and expanded version of Explain the Cloud Like I'm 10! This version adds 2x

## The Cloud is Not a Railroad - An Argument Against the Vertical Separation of Cloud Providers

DevFeed: [The Cloud is Not a Railroad - An Argument Against the Vertical Separation of Cloud Providers](<https://devfeed.tech/articles/the-cloud-is-not-a-railroad-an-argument-against-the-vertical-separation-of-cloud-providers-33610.md>)

Original publisher: [Read original article](<https://highscalability.com/the-cloud-is-not-a-railroad-an-argument-against-the-vertical/>)

Author: High Scalability

Published: 2022-10-24T10:52:23Z

Content type: opinion

Language: en

Sources: [High Scalability](<https://devfeed.tech/sources/high-scalability-3.md>)

Topics: [Cloud](<https://devfeed.tech/topics/cloud.md>), [cloud-infrastructure](<https://devfeed.tech/topics/cloud-infrastructure.md>), [Software](<https://devfeed.tech/topics/software.md>)

Tags: [cloud](<https://devfeed.tech/tags/cloud.md>), [developer](<https://devfeed.tech/tags/developer.md>), [industry](<https://devfeed.tech/tags/industry.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [providers](<https://devfeed.tech/tags/providers.md>), [software](<https://devfeed.tech/tags/software.md>)

### AI overview

The article argues against vertically separating cloud providers, saying the proposed regulation would not solve the relevant problems and could reduce the quality of software developers build by limiting the services cloud providers can offer.

### Source excerpt

There's a move to regulate cloud providers by vertically separating the services they offer. Like railroads of yore, who were not allowed to provide freight services on top of their base services, cloud providers would not be allowed to provide services on top of their base platform services.

## Sponsored Post: G-Core Labs, Close, Wynter, Pinecone, Kinsta, Bridgecrew, IP2Location, StackHawk, InterviewCamp.io, Educative, Stream, Fauna, Triplebyte

DevFeed: [Sponsored Post: G-Core Labs, Close, Wynter, Pinecone, Kinsta, Bridgecrew, IP2Location, StackHawk, InterviewCamp.io, Educative, Stream, Fauna, Triplebyte](<https://devfeed.tech/articles/sponsored-post-g-core-labs-close-wynter-pinecone-kinsta-bridgecrew-ip2location-stackhawk-interviewcamp-io-educative-stream-fauna-triplebyte-33606.md>)

Original publisher: [Read original article](<https://highscalability.com/sponsored-post-g-core-labs-close-wynter-pinecone-kinsta-brid-65bcda83ffae163275932644/>)

Author: High Scalability

Published: 2022-07-18T13:38:51Z

Content type: article

Language: en

Sources: [High Scalability](<https://devfeed.tech/sources/high-scalability-3.md>)

Topics: [site-reliability-engineering](<https://devfeed.tech/topics/site-reliability-engineering.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [NoSQL](<https://devfeed.tech/topics/nosql.md>), [Monitoring](<https://devfeed.tech/topics/monitoring.md>), [cloud-infrastructure](<https://devfeed.tech/topics/cloud-infrastructure.md>)

Tags: [databases](<https://devfeed.tech/tags/databases.md>), [hiring](<https://devfeed.tech/tags/hiring.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [nosql](<https://devfeed.tech/tags/nosql.md>), [site-reliability](<https://devfeed.tech/tags/site-reliability.md>), [sponsored](<https://devfeed.tech/tags/sponsored.md>), [sponsored-post](<https://devfeed.tech/tags/sponsored-post.md>)

### AI overview

A sponsored "Who's Hiring?" post containing recruitment and promotional notices for Site Reliability Engineer, system administrator, DevOps Engineer, SysOps Engineer, and JavaScript Developer roles, along with training and developer-service promotions. The supplied text does not present a substantive technical finding.

### Source excerpt

Who's Hiring? Close is building the sales communication platform of the future and we're looking for a Site Reliability Engineer to help us accomplish that goal. If you have a passion for databases (both SQL and NoSQL), significant experience building, managing, and monitoring infrastructure, databases, and

## Stuff The Internet Says On Scalability For July 11th, 2022

DevFeed: [Stuff The Internet Says On Scalability For July 11th, 2022](<https://devfeed.tech/articles/stuff-the-internet-says-on-scalability-for-july-11th-2022-33609.md>)

Original publisher: [Read original article](<https://highscalability.com/stuff-the-internet-says-on-scalability-for-july-11th-2022/>)

Author: High Scalability

Published: 2022-07-11T15:11:55Z

Content type: article

Language: en

Sources: [High Scalability](<https://devfeed.tech/sources/high-scalability-3.md>)

Topics: [Scalability](<https://devfeed.tech/topics/scalability.md>), [Kafka](<https://devfeed.tech/topics/kafka.md>), [Go Language](<https://devfeed.tech/topics/go-language.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [go](<https://devfeed.tech/tags/go.md>), [hot-links](<https://devfeed.tech/tags/hot-links.md>), [kafka](<https://devfeed.tech/tags/kafka.md>), [latency](<https://devfeed.tech/tags/latency.md>), [scalability](<https://devfeed.tech/tags/scalability.md>)

### AI overview

A July 2022 roundup of internet material related to scalability, including infrastructure figures, distributed data processing with Kafka and AWS, processor design, Go generics performance, concurrent connections, and security and privacy statistics.

### Source excerpt

Never fear, HighScalability is here! Every cell a universe. Most detailed image of a human cell to date. @microscopicture Other images considered: one byte of RAM in 1946; visual guide on troubleshooting Kubernetes; Cloudflare using lava lamps to generate cryptographic keys; 5MB of data looked like in 1966 My Stuff:

## Sponsored Post: G-Core Labs, Close, Wynter, Pinecone, Kinsta, Bridgecrew, IP2Location, StackHawk, InterviewCamp.io, Educative, Stream, Fauna, Triplebyte

DevFeed: [Sponsored Post: G-Core Labs, Close, Wynter, Pinecone, Kinsta, Bridgecrew, IP2Location, StackHawk, InterviewCamp.io, Educative, Stream, Fauna, Triplebyte](<https://devfeed.tech/articles/sponsored-post-g-core-labs-close-wynter-pinecone-kinsta-bridgecrew-ip2location-stackhawk-interviewcamp-io-educative-stream-fauna-triplebyte-33607.md>)

Original publisher: [Read original article](<https://highscalability.com/sponsored-post-g-core-labs-close-wynter-pinecone-kinsta-brid/>)

Author: High Scalability

Published: 2022-06-10T14:39:03Z

Content type: article

Language: en

Sources: [High Scalability](<https://devfeed.tech/sources/high-scalability-3.md>)

Topics: [site-reliability-engineering](<https://devfeed.tech/topics/site-reliability-engineering.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [Monitoring](<https://devfeed.tech/topics/monitoring.md>), [cloud-infrastructure](<https://devfeed.tech/topics/cloud-infrastructure.md>), [NoSQL](<https://devfeed.tech/topics/nosql.md>), [Back end](<https://devfeed.tech/topics/backend.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [Ansible](<https://devfeed.tech/topics/ansible.md>), [hosting](<https://devfeed.tech/topics/hosting.md>), [PHP](<https://devfeed.tech/topics/php.md>), [WordPress](<https://devfeed.tech/topics/wordpress.md>)

Tags: [ansible](<https://devfeed.tech/tags/ansible.md>), [backend](<https://devfeed.tech/tags/backend.md>), [databases](<https://devfeed.tech/tags/databases.md>), [hosting](<https://devfeed.tech/tags/hosting.md>), [important](<https://devfeed.tech/tags/important.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [linux](<https://devfeed.tech/tags/linux.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [nosql](<https://devfeed.tech/tags/nosql.md>), [php](<https://devfeed.tech/tags/php.md>), [site-reliability](<https://devfeed.tech/tags/site-reliability.md>), [sponsored](<https://devfeed.tech/tags/sponsored.md>), [sponsored-post](<https://devfeed.tech/tags/sponsored-post.md>)

### AI overview

A sponsored post listing hiring and recruitment opportunities from Close, Wynter, Kinsta, InterviewCamp.io, and Triplebyte. The listings seek site reliability, system administration, DevOps, SysOps, JavaScript, and related technology candidates, mentioning databases, infrastructure, Linux, PHP, Ansible, LXC, hosting, and WordPress.

### Source excerpt

Who's Hiring? Close is building the sales communication platform of the future and we're looking for a Site Reliability Engineer to help us accomplish that goal. If you have a passion for databases (both SQL and NoSQL), significant experience building, managing, and monitoring infrastructure, databases, and