惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

美团技术团队
W
WeLiveSecurity
Stack Overflow Blog
Stack Overflow Blog
L
LangChain Blog
S
SegmentFault 最新的问题
Apple Machine Learning Research
Apple Machine Learning Research
Google DeepMind News
Google DeepMind News
F
Full Disclosure
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The Register - Security
The Register - Security
G
Google Developers Blog
C
Check Point Blog
GbyAI
GbyAI
A
About on SuperTechFans
V
Vulnerabilities – Threatpost
T
The Blog of Author Tim Ferriss
T
Tor Project blog
AWS News Blog
AWS News Blog
Cyberwarzone
Cyberwarzone
C
CERT Recently Published Vulnerability Notes
MongoDB | Blog
MongoDB | Blog
Latest news
Latest news
aimingoo的专栏
aimingoo的专栏
U
Unit 42
Y
Y Combinator Blog
P
Privacy International News Feed
Cisco Talos Blog
Cisco Talos Blog
S
Securelist
S
Schneier on Security
雷峰网
雷峰网
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Attack and Defense Labs
Attack and Defense Labs
P
Proofpoint News Feed
C
Cisco Blogs
Webroot Blog
Webroot Blog
T
Troy Hunt's Blog
Google Online Security Blog
Google Online Security Blog
月光博客
月光博客
P
Privacy & Cybersecurity Law Blog
Security Archives - TechRepublic
Security Archives - TechRepublic
罗磊的独立博客
Cloudbric
Cloudbric
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Recent Commits to openclaw:main
Recent Commits to openclaw:main
Application and Cybersecurity Blog
Application and Cybersecurity Blog
Hacker News: Ask HN
Hacker News: Ask HN
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园 - 司徒正美
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Microsoft Security Blog
Microsoft Security Blog

The Practical Developer

The Libuv Thread Pool Trap: Why Node.js Async APIs Stall Under Load Postgres Covering Indexes with INCLUDE: Eliminate Heap Fetches on Read-Heavy Workloads Postgres DISTINCT ON: The Fastest Way to Get the Latest Row Per Group Postgres Transaction Isolation: The Anomalies Your App Actually Faces in Production Linux TCP Tuning for Node.js Microservices: The Kernel Settings That Stop Silent Connection Drops Under Load Postgres HOT Updates and Fillfactor: Why Not All Writes Are Created Equal Database Connection Pool Leaks: Finding the Promise That Never Returns Its Seat Linux OOM Killer in Production: Why Your Node.js Containers Die Without a Stack Trace Postgres Materialized Views: Refresh Strategies That Do Not Lock Your Dashboards API Dependency Health Checks: Why /health Is Not Enough Authorization with Zanzibar Tuples: How Google Manages Permissions and How To Build the Same Check in Node.js Postgres Advisory Locks: The 20-Character Primitive That Replaces Redis for Coordination Dead Letter Queues: The Message Queue Pattern That Saves You at 2 a.m. File Descriptor Exhaustion: The Kernel Limit That Silently Drops Node.js Connections Graceful Degradation: The Pattern That Turns Total Outages into Partial Success PostgreSQL Full-Text Search: Dropping Elasticsearch for 90% of Use Cases S3 Presigned Multipart Uploads: Stop Your API Server from Being a File Upload Bottleneck MessagePack vs JSON: The Binary Serialization Switch That Cut Our Internal RPC Overhead by 40% DNS Caching in Node.js: The Silent Cause of Production Latency Spikes Reliable Cron Jobs: The Pattern That Stops Double Runs, Missed Executions, And The 2 AM Page GraphQL Query Complexity: Stop the OOM Query Before It Reaches Your Resolver Node.js Event Loop Lag: The Hidden Metric Behind Random Latency Spikes API Request Validation with Zod: The Schema That Catches Bad Input Before It Corrupts Your Database Load Shedding in Node.js: How to Reject Traffic Before You Drown Request Hedging: Cut Tail Latency In Half Without Overprovisioning Git Bisect: The Automated Binary Search That Finds Breaking Commits in Minutes Node.js Garbage Collection Tuning: Stop Letting V8 Pause Your Event Loop Node.js Server Timeouts: The Settings That Stop Slow Clients from Holding Sockets Hostage Postgres BRIN Indexes: The Time-Series Secret That Shrinks Indexes by 99% Event Sourcing with PostgreSQL: The Pragmatic 80% Solution Node.js Cluster Mode: Scaling the Event Loop Across CPU Cores Postgres Partial Indexes: Stopping Soft Deletes from Ruining Your Query Performance Request Coalescing with the Singleflight Pattern: Stop Drowning Your Database on Every Cache Miss The Bulkhead Pattern: Why One Slow Endpoint Should Not Drown Your Whole Service Node.js AsyncLocalStorage: End-to-End Request Context Without the Propagation Hell Postgres Deadlocks: Logging the Victim, Reproducing the Race, and Fixing the Lock Order Your Node.js HTTP Client Is the Bottleneck: Connection Pool Tuning That Works Optimistic Locking in Postgres: Stop Losing Data to Race Conditions Postgres Read Replicas: Stop Serving Stale Data to Your Users Cursor Pagination: Why Offset Queries Explode at Scale and How to Fix Them Node.js Worker Threads: 60 Lines That Stop a CSV Upload from Timing Out Every Other Request Reliable Webhook Delivery: Architecture for Outbound HTTP You Can Trust Request Timeouts and Deadline Propagation: Stop the Chain of Slowness Advanced Security Practices in Node.js Graceful Shutdown in Node.js: The 40 Lines That Stop 502s During Deploys Finding Node.js Memory Leaks with Heap Snapshots Idempotency Keys in 30 Lines: Stop Your Webhook From Charging Customers Twice Backpressure In Node.js: The Fix For Slow-Motion Queue Meltdowns Retries Done Right: Jitter, Budgets, and the Stampede You Did Not See Coming The Cache Stampede: Why Your "Just Add Redis" Layer Crashes Postgres at 3 a.m. Postgres SKIP LOCKED: An 80-Line Job Queue You Can Run Without Redis Stop Doing Work Nobody Wants: AbortController in Node.js, Done Right The N+1 Query Problem: We Found 23 In One Codebase And Killed Every One I Tried 5 AI Coding Tools for a Month. Here Is What I Actually Use CI/CD From Zero to Production in 30 Minutes With GitHub Actions Node.js vs Bun vs Deno: Which Runtime Should You Pick in 2025? Kubernetes Resource Requests And Limits: The Numbers That Decide If Your Cluster Is Stable The Three Pillars of Observability Are A Myth: What Actually Matters In Production pnpm Vs npm Vs yarn Vs Bun For Monorepos: Which One Earns The Migration In 2024 JSONB Indexing In Postgres: GIN Vs Expression Indexes, And When Each Is The Right Choice A Code Review Checklist That Ends The Same Three Arguments Every Sprint gRPC Vs REST In 2024: When The Switch Pays For Itself React Suspense For Data Fetching: The Pattern That Replaces Half Your Loading State Code The Five-Stage Rollout: How To Ship A Risky Change Without Holding Your Breath GitHub Actions In A Monorepo: Caching, Path Filters, And Secret Boundaries That Actually Work The Blameless Postmortem That Actually Improves Things: A Template And Six Hard-Won Rules Recursive CTEs In Postgres: How To Query A Tree Without N Round Trips Node.js Streams: When They Actually Help, And When They Just Add Complexity Playwright Vs Cypress In 2024: The Honest Comparison Of Which One Earns The Test Time React Server Components: The Mental Model That Makes The "use client" Boundary Obvious Pod Disruption Budgets: The K8s Object That Keeps Your Service Up During Cluster Maintenance Postgres LISTEN/NOTIFY: The Pub/Sub You Already Have And Are Not Using Chaos Engineering Starter Kit: The Five Drills That Don't Need Netflix-Scale Spec-Driven API Development With OpenAPI: How To Stop Drifting From Your Docs Kubernetes Autoscaling Beyond CPU: The Custom-Metric HPA Pattern That Actually Works Postgres Partitioning For Time-Series: The Boring Setup That Saves Your Database Distributed Locks With Redis: An Honest Look At Redlock And When You Don't Need It HTTP/2 vs HTTP/3: What Actually Changes For Your App, And What Doesn't Image Optimization For The Web In 2023: srcset, AVIF, And The Lighthouse Score You Actually Want Kafka vs RabbitMQ: A Decision Tree That Doesn't Hate You UUID vs Bigint Primary Keys In Postgres: The Index Math That Decides For You Flame Graphs: How To Find The Slow Function In 30 Seconds Without Profiling Theatre Postgres Streaming Vs. Logical Replication: Which One Solves Your Actual Problem ESLint Rules That Earn Their Keep: The Twelve I Enable On Every Project Pre-Commit Hooks That Pay For Themselves: Husky, lint-staged, And The Five Rules That Stick Zero-Downtime Database Migrations: The Six-Step Pattern That Rules Them All Circuit Breakers In Node.js: 50 Lines That Stop A Failing Dependency From Taking Down Your Service Postgres VACUUM Is Not Magic: How Your Hot Table Bloats To 80GB And How To Fix It Kubernetes Liveness And Readiness Probes: The Difference That Causes Half Your Outages Rate Limiting In Production: A Token Bucket In 30 Lines Of Redis The Outbox Pattern: How To Stop Losing Events When Postgres And Kafka Disagree Load Testing With k6: The Three Scenarios That Find Real Bugs (Not Synthetic Numbers) Postgres Row-Level Security For Multi-Tenant Apps: The Pattern That Stops You From Leaking Data Rebase vs. Merge: The Team Policy That Ends The Argument Forever OpenTelemetry in Node.js: Distributed Tracing That Actually Helps During an Incident Feature Flags That Pay Rent: The 4 Flag Types And When To Delete Each ETag, Last-Modified, and the Caching Headers Most APIs Get Wrong Connection Pooling Without the Cargo Cult: pgbouncer in 100 Lines of Config JSONB Is Not a Schema: When To Reach For It in Postgres, And When To Stop Bash Strict Mode: The Three Lines That Stop Your Deploy Script From Lying To You
Redis Caching Strategies: Cache-Aside, Read-Through, Write-Behind, and When Each One Actually Makes Sense
The Practica · 2026-06-20 · via The Practical Developer

Your product page loads in 200ms on the first request. On the second request, with a warm cache, it takes 12ms. You add a write-through cache so every database write also updates Redis. Now the product page is always fast, but your checkout endpoint dropped from 80ms to 400ms because every inventory decrement now waits for two round trips to Redis.

The strategy that made the read path fast made the write path slow. Trade-offs like this are the norm, not the exception, and most teams discover them in production after the pager goes off.

Here is the map of the four Redis caching strategies, the exact code for each, and the workload profile that earns each one.

The four strategies in one table

StrategyReads fromWrites toStale data riskWrite latencyComplexity
Cache-AsideCache, then DBDB only (cache invalidated)LowNone addedLow
Read-ThroughCache (cache loads from DB)DB onlyLowNone addedMedium
Write-ThroughCache, then DBCache + DB (synchronous)NoneAddedMedium
Write-BehindCache, then DBCache only (async DB flush)HighNone addedHigh

Every strategy is correct for some workload and wrong for others. The mistake is picking one and using it everywhere.

Strategy 1: Cache-Aside (the default that works)

Cache-aside is the simplest and most common pattern. The application checks the cache first. On a miss, it loads from the database, writes to the cache, and returns the data. On a write, it updates the database and invalidates (or updates) the cache.

import { createClient } from 'redis';
import { db } from './db';

const cache = createClient({ url: process.env.REDIS_URL });
await cache.connect();

async function getUser(id: string) {
  const cacheKey = `user:${id}`;

  // Check cache first
  const cached = await cache.get(cacheKey);
  if (cached) {
    return JSON.parse(cached);
  }

  // Cache miss -- load from database
  const user = await db.query('SELECT * FROM users WHERE id = $1', [id]);

  if (!user) return null;

  // Populate cache with a TTL
  await cache.setEx(cacheKey, 300, JSON.stringify(user));
  return user;
}

async function updateUser(id: string, data: Partial<User>) {
  // Update database first
  const user = await db.query(
    'UPDATE users SET name = $1, updated_at = NOW() WHERE id = $2 RETURNING *',
    [data.name, id]
  );

  // Invalidate cache -- next read will re-populate
  await cache.del(`user:${id}`);

  return user;
}

The invalidation step is what makes cache-aside work. Some teams update the cache instead of invalidating it, which saves one cache miss at the cost of a race condition: another request could read the stale cache value between your database write and your cache update. Deleting the key and letting the next read populate it is simpler and safer.

When to use it: Almost everything. Read-heavy workloads, user profiles, product details, settings. It is the default for a reason.

When to avoid it: When a cache miss triggers an expensive database query and thousands of concurrent requests can hit the same miss at once. That is the thundering-herd problem, and cache-aside does not solve it without help.

Fixing the thundering herd with locking

When a hot key expires and 500 requests all miss the cache at once, they all hit the database. The fix is to let only one request populate the cache and have the rest wait:

async function getUserWithLock(id: string) {
  const cacheKey = `user:${id}`;
  const lockKey = `lock:user:${id}`;

  const cached = await cache.get(cacheKey);
  if (cached) return JSON.parse(cached);

  // Try to acquire a short-lived lock
  const lockAcquired = await cache.setnx(lockKey, '1', { EX: 2 });
  if (!lockAcquired) {
    // Another request is loading -- wait briefly and retry
    await new Promise(r => setTimeout(r, 50));
    const retry = await cache.get(cacheKey);
    if (retry) return JSON.parse(retry);
    // Lock holder failed -- fall through
  }

  try {
    const user = await db.query('SELECT * FROM users WHERE id = $1', [id]);
    if (user) {
      await cache.setEx(cacheKey, 300, JSON.stringify(user));
    }
    return user;
  } finally {
    await cache.del(lockKey);
  }
}

The lock TTL is set to 2 seconds, which is longer than any reasonable database query. If the lock holder crashes, the lock expires automatically and the next request retries. This is not distributed-lock-grade coordination (that would be Redlock), but for preventing a stampede on a single cache key it is good enough.

Strategy 2: Read-Through (the cache loads itself)

Read-through moves the cache-population logic into the cache layer itself. You configure Redis with a user-defined function or use a client-side loader pattern. In practice, most Node.js teams implement read-through as a thin abstraction over cache-aside:

type Loader<T> = (key: string) => Promise<T | null>;

function createReadThroughCache<T>(opts: {
  prefix: string;
  ttl: number;
  loader: Loader<T>;
}) {
  return {
    async get(key: string): Promise<T | null> {
      const cacheKey = `${opts.prefix}:${key}`;

      const cached = await cache.get(cacheKey);
      if (cached) return JSON.parse(cached);

      // The cache calls the loader function
      const value = await opts.loader(key);
      if (value !== null) {
        await cache.setEx(cacheKey, opts.ttl, JSON.stringify(value));
      }
      return value;
    },

    // After a write, the application tells the cache to refresh
    async invalidate(key: string) {
      await cache.del(`${opts.prefix}:${key}`);
    }
  };
}

// Usage
const userCache = createReadThroughCache<User>({
  prefix: 'user',
  ttl: 300,
  loader: async (id) => {
    const result = await db.query('SELECT * FROM users WHERE id = $1', [id]);
    return result || null;
  }
});

// Read
const user = await userCache.get('abc-123');

// Write
await db.query('UPDATE users SET name = $1 WHERE id = $2', ['Alice', 'abc-123']);
await userCache.invalidate('abc-123');

The advantage over raw cache-aside is that the loader function is colocated with the cache configuration. Every developer on the team knows to call userCache.get(), not cache.get() plus a manual database query. The disadvantage is that invalidation must still happen manually after writes — a step that is easy to forget.

When to use it: Any codebase with multiple consumers of the same cached data. A read-through cache provides a single source of truth for how data is loaded and cached.

When to avoid it: When the loader function has side effects or reads from multiple sources. Read-through assumes one key maps to one database query, which is not always true.

Strategy 3: Write-Through (always consistent, always slower)

Write-through updates the cache and the database in the same synchronous operation. Every write goes to Redis first (or simultaneously), and the application waits for both to succeed before responding.

async function updateUserWriteThrough(id: string, data: Partial<User>) {
  const cacheKey = `user:${id}`;

  // Use Redis MULTI/EXEC to validate the cache key exists
  // then update both stores
  const [dbResult] = await Promise.all([
    db.query(
      'UPDATE users SET name = $1, updated_at = NOW() WHERE id = $2 RETURNING *',
      [data.name, id]
    ),
    cache.setEx(cacheKey, 300, JSON.stringify({ ...data, id }))
  ]);

  return dbResult.rows[0];
}

The Promise.all fires both updates concurrently, so the write latency is the max of the two operations, not the sum. Even so, you added a network round trip to Redis on every write. For a service that serves 80% reads and 20% writes, this is a fine trade-off. For a service that handles 50,000 writes per second, it is not.

The real risk with write-through is partial failure. What if the database write succeeds but the cache write fails? Now the cache has stale data even though you tried to keep it current. The safest recovery is to treat a failed cache write as an invalidation:

async function updateUserSafe(id: string, data: Partial<User>) {
  const cacheKey = `user:${id}`;

  const dbPromise = db.query(
    'UPDATE users SET name = $1, updated_at = NOW() WHERE id = $2 RETURNING *',
    [data.name, id]
  );

  const cachePromise = cache.setEx(cacheKey, 300, JSON.stringify({ ...data, id }))
    .catch(() => cache.del(cacheKey)); // Invalidate on failure

  const [result] = await Promise.all([dbPromise, cachePromise]);
  return result.rows[0];
}

When to use it: When read-after-write consistency is a hard requirement. Payment status, inventory counts, seat availability — any data where serving a stale value is worse than serving nothing.

When to avoid it: When your write volume exceeds what your Redis cluster can handle or when your data model has frequent batch updates. Write-through on every row update in a batch import will multiply your write latency by a factor of 2-3x.

Strategy 4: Write-Behind (fast writes, eventual consistency)

Write-behind acknowledges the write immediately (cache is updated) and asynchronously flushes it to the database. This is the fastest write path of any strategy, but it introduces a window where a crash loses data.

import { createClient } from 'redis';

const WRITE_QUEUE_KEY = 'write-behind:queue';
const FLUSH_INTERVAL_MS = 1000;
const MAX_BATCH_SIZE = 100;

async function flushQueue() {
  while (true) {
    // Atomically read and remove a batch from the Redis list
    const batch = await cache.lPopCount(WRITE_QUEUE_KEY, MAX_BATCH_SIZE);
    if (batch.length === 0) {
      await new Promise(r => setTimeout(r, FLUSH_INTERVAL_MS));
      continue;
    }

    const operations = batch.map(item => JSON.parse(item));

    // Batch write to the database
    const client = await dbPool.connect();
    try {
      await client.query('BEGIN');
      for (const op of operations) {
        await client.query(
          'UPDATE users SET name = $1, updated_at = NOW() WHERE id = $2',
          [op.data.name, op.id]
        );
      }
      await client.query('COMMIT');
    } catch (err) {
      await client.query('ROLLBACK');
      // Re-queue failed operations with a retry count
      for (const item of batch) {
        const op = JSON.parse(item);
        if ((op.retries || 0) < 3) {
          op.retries = (op.retries || 0) + 1;
          await cache.rPush(WRITE_QUEUE_KEY, JSON.stringify(op));
        } else {
          // Dead letter queue
          await cache.rPush('write-behind:dead-letter', item);
          console.error('Write-behind exhausted retries:', op.id);
        }
      }
    } finally {
      client.release();
    }
  }
}

// Start the flush loop
flushQueue().catch(err => console.error('Flush loop crashed:', err));

// Application writes
async function updateUserWriteBehind(id: string, data: Partial<User>) {
  const cacheKey = `user:${id}`;

  // Update cache immediately
  await cache.setEx(cacheKey, 300, JSON.stringify({ ...data, id }));

  // Queue the database write
  await cache.rPush(WRITE_QUEUE_KEY, JSON.stringify({
    id,
    data,
    ts: Date.now()
  }));
}

The producer (your API) only waits for Redis. The consumer (the flush loop) batches database writes every second or every 100 operations, whichever comes first. If Redis or the API crashes before the flush, those updates are lost.

When to use it: High-write-volume workloads where losing a few seconds of data is acceptable. Analytics events, page view counters, user activity logs, any append-heavy reporting data.

When to avoid it: When data loss is unacceptable. Invoice creation, user registration, payment processing — anything that would cause a financial or legal problem if it disappeared. Write-behind is eventual consistency on a timer, and that timer is a data-loss window.

Making write-behind safer with Redis Streams

A Redis List (what the example above uses) works but has no consumer group semantics. If your flush loop restarts, it re-reads the whole queue. Redis Streams with consumer groups solve this:

const STREAM_KEY = 'write-behind:stream';
const GROUP_NAME = 'db-writer';
const CONSUMER_NAME = `writer-${process.pid}`;

async function initStream() {
  try {
    await cache.xGroupCreate(STREAM_KEY, GROUP_NAME, '0', { MKSTREAM: true });
  } catch (err: any) {
    if (!err.message.includes('BUSYGROUP')) throw err;
  }
}

async function enqueueWrite(id: string, data: Partial<User>) {
  await cache.xAdd(STREAM_KEY, '*', {
    id,
    data: JSON.stringify(data),
    ts: String(Date.now())
  });
}

async function processStream() {
  while (true) {
    const results = await cache.xReadGroup(
      GROUP_NAME, CONSUMER_NAME,
      [{ key: STREAM_KEY, id: '>' }],
      { COUNT: 50, BLOCK: 1000 }
    );

    if (!results) continue;

    for (const { messages } of results) {
      for (const { id: messageId, message } of messages) {
        try {
          const payload = {
            id: message.id,
            data: JSON.parse(message.data),
            ts: Number(message.ts)
          };

          await db.query(
            'UPDATE users SET name = $1, updated_at = NOW() WHERE id = $2',
            [payload.data.name, payload.id]
          );

          // Acknowledge the message
          await cache.xAck(STREAM_KEY, GROUP_NAME, messageId);
        } catch (err) {
          console.error('Stream processing failed:', messageId, err);
          // Do not ACK -- it will be retried
        }
      }
    }
  }
}

Streams give you persistent storage (messages survive Redis restarts), consumer groups (only one consumer processes each message), and automatic retries (unacknowledged messages are redelivered to another consumer). This is the production-grade write-behind implementation.

How to pick the right strategy

The decision tree has three questions:

1. Can your reads tolerate stale data?

If yes: cache-aside or read-through. Let the cache serve old data within a TTL window and invalidate on writes.

If no: write-through. Every read after a write sees the current state, at the cost of slower writes.

2. What is your read-to-write ratio?

If reads dominate (10:1 or higher): any strategy works, but cache-aside is the simplest and easiest to debug.

If writes dominate or are near parity: write-behind or cache-aside with TTL-only expiration (no invalidation on writes). Write-through will multiply your write latency.

3. What happens if you lose data in the cache?

If losing cached data means lost revenue or compliance violations: write-through, with cache-write monitoring and alerting.

If losing cached data means a slightly stale dashboard for thirty seconds: cache-aside with a reasonable TTL.

If losing cached data means losing the data itself (the cache is the only source): write-behind with Redis Streams and disk persistence, plus a dead-letter queue and alerting.

The strategy that covers most cases

For most CRUD applications, cache-aside with TTL-based expiration and write-through invalidation on the hot paths is the right default. Read-through adds a nice abstraction layer once you have multiple consumers. Write-behind is a specialist tool for high-volume, loss-tolerant workloads.

The real risk is not picking the wrong strategy. It is picking one strategy, applying it to every data access pattern in your service, and never revisiting the decision. A product catalog with 50,000 reads per second and 5 writes per second should be on a different strategy than a real-time inventory system with equal read and write throughput. They are different workloads. Treat them differently.

Set a calendar reminder six months from now. Revisit your cache strategy. Measure your read-to-write ratio. Check whether your invalidation logic is still correct after the schema changes and refactors your team shipped in those six months. Chances are, the cache works and the invalidation logic has quietly rotted. That is the other common failure mode, and it is the subject of its own post.


A note from Yojji

Cache strategy decisions like these are exactly the kind of infrastructure-level design that separates a service that scales predictably from one that falls over under load. Getting the invalidation logic right, picking the right strategy per workload, and building the monitoring that tells you when the cache is helping versus hiding a problem — these are the details that make a production system trustworthy.

That kind of careful, workload-aware backend engineering is what Yojji has been delivering since 2016. Yojji is an international custom software development company with offices in Europe, the US, and the UK. Their teams specialize in the JavaScript ecosystem (React, Node.js, TypeScript), cloud platforms (AWS, Azure, Google Cloud), and microservices architectures, and they run dedicated senior outstaffed teams alongside full-cycle product engagements covering discovery, design, development, QA, and DevOps.

If your team would rather hire engineers who have already made these mistakes and learned from them than discover each one in a production incident, Yojji is worth a conversation.