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

推荐订阅源

Engineering at Meta
Engineering at Meta
Hacker News: Ask HN
Hacker News: Ask HN
Know Your Adversary
Know Your Adversary
C
Cisco Blogs
T
The Exploit Database - CXSecurity.com
T
Threat Research - Cisco Blogs
Scott Helme
Scott Helme
T
Tor Project blog
T
Tenable Blog
P
Privacy & Cybersecurity Law Blog
C
Cybersecurity and Infrastructure Security Agency CISA
S
Securelist
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Hacker News - Newest:
Hacker News - Newest: "LLM"
S
Secure Thoughts
大猫的无限游戏
大猫的无限游戏
腾讯CDC
L
LangChain Blog
IT之家
IT之家
Recent Commits to openclaw:main
Recent Commits to openclaw:main
月光博客
月光博客
N
News and Events Feed by Topic
GbyAI
GbyAI
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
T
Tailwind CSS Blog
Jina AI
Jina AI
S
Security Affairs
T
The Blog of Author Tim Ferriss
博客园 - Franky
H
Hacker News: Front Page
Martin Fowler
Martin Fowler
D
DataBreaches.Net
酷 壳 – CoolShell
酷 壳 – CoolShell
Webroot Blog
Webroot Blog
L
Lohrmann on Cybersecurity
C
CXSECURITY Database RSS Feed - CXSecurity.com
U
Unit 42
S
Schneier on Security
B
Blog
Schneier on Security
Schneier on Security
Latest news
Latest news
TaoSecurity Blog
TaoSecurity Blog
Google DeepMind News
Google DeepMind News
The Register - Security
The Register - Security
Recorded Future
Recorded Future
O
OpenAI News
雷峰网
雷峰网
H
Heimdal 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
TypeScript Discriminated Unions: How To Model Real Domains Without Optional Fields Everywhere
The Practica · 2023-05-12 · via The Practical Developer

A typical domain interface ends up looking like this:

interface Order {
  id: string;
  status: 'pending' | 'shipped' | 'cancelled';
  trackingNumber?: string;          // shipped only
  shippedAt?: Date;                 // shipped only
  cancelReason?: string;            // cancelled only
  cancelledAt?: Date;               // cancelled only
  estimatedShipDate?: Date;         // pending only
}

Twenty optional fields, half of which are mutually exclusive. Every read has to null-check. Refactors are scary because the compiler does not know that trackingNumber is always present when status === 'shipped'. The bug is one mis-read: assigning cancelReason to a pending order and shipping it to production.

The fix is to model the domain as a discriminated union, a TypeScript feature designed exactly for “this object can be one of several shapes.” Once you reach for it, half of your ?: annotations disappear and the compiler narrows your types automatically.

The pattern in 30 seconds

A discriminated union is A | B | C where each variant has a literal field that distinguishes it. The literal field is the discriminant.

type Order =
  | { status: 'pending';   id: string; estimatedShipDate: Date; }
  | { status: 'shipped';   id: string; trackingNumber: string; shippedAt: Date; }
  | { status: 'cancelled'; id: string; cancelReason: string;  cancelledAt: Date; };

Every variant has its own required fields. No optionals. The status literal tells the compiler which branch to narrow to.

function describe(o: Order): string {
  switch (o.status) {
    case 'pending':   return `ships around ${o.estimatedShipDate.toDateString()}`;
    case 'shipped':   return `tracking ${o.trackingNumber}`;
    case 'cancelled': return `cancelled: ${o.cancelReason}`;
  }
}

In each case, the compiler knows exactly which variant o is and which fields exist. No o.trackingNumber! non-null assertions. No if (o.cancelReason) redundant checks.

If you add a fourth variant later ('on_hold'), every switch in the codebase becomes a TypeScript error until you handle it (with @typescript-eslint/switch-exhaustiveness-check enabled; see the ESLint rules post). That is a refactor superpower you cannot get from optional fields.

Pattern 1: Operation results

type Result<T> =
  | { ok: true;  value: T }
  | { ok: false; error: string };

async function fetchUser(id: string): Promise<Result<User>> {
  try {
    const user = await api.getUser(id);
    return { ok: true, value: user };
  } catch (err) {
    return { ok: false, error: (err as Error).message };
  }
}

const r = await fetchUser('42');
if (r.ok) {
  console.log(r.value.name);   // narrowed: r.value exists.
} else {
  console.log(r.error);        // narrowed: r.error exists.
}

This pattern (Rust calls it Result, Haskell calls it Either) replaces try/catch in business logic. The compiler refuses to let you read r.value without first checking r.ok. Every error is explicit.

For network code, extend with status:

type ApiResult<T> =
  | { kind: 'ok';            data: T }
  | { kind: 'error';         status: number; message: string }
  | { kind: 'network-error'; cause: unknown };

Now callers can branch differently on “the API said no” vs “we never reached the API.”

Pattern 2: Forms with conditional fields

type Address =
  | { country: 'US'; state: USState;          zip: string }
  | { country: 'CA'; province: CanadaProvince; postal: string }
  | { country: 'UK'; postcode: string }
  | { country: 'DE'; plz: string };

Each country has its own address fields. A render function:

function AddressForm({ value }: { value: Address }) {
  switch (value.country) {
    case 'US': return <USInputs state={value.state} zip={value.zip} />;
    case 'CA': return <CAInputs province={value.province} postal={value.postal} />;
    case 'UK': return <UKInputs postcode={value.postcode} />;
    case 'DE': return <DEInputs plz={value.plz} />;
  }
}

You cannot accidentally render a state field for a UK address. The compiler ensures value.state is only ever read inside the 'US' branch.

Pattern 3: WebSocket / event messages

type Event =
  | { type: 'user.joined'; userId: string; at: Date }
  | { type: 'user.left';   userId: string; at: Date }
  | { type: 'message';     userId: string; text: string; at: Date }
  | { type: 'typing';      userId: string }
  | { type: 'error';       code: string; message: string };

function handle(e: Event) {
  switch (e.type) {
    case 'message':
      console.log(`${e.userId}: ${e.text}`);
      break;
    case 'error':
      report(e.code, e.message);
      break;
    // ...
  }
}

A new event type, say 'reaction', gets added; every handler that doesn’t handle it becomes a compile error. You cannot deploy half-handled events.

Pattern 4: State machines

type FetchState =
  | { phase: 'idle' }
  | { phase: 'loading' }
  | { phase: 'success'; data: User }
  | { phase: 'error';   error: string }
  | { phase: 'success-stale'; data: User; refreshing: true };

Components render based on phase. No isLoading && data checks. No “loading is true but data is also there.” The state machine is the type.

function UserCard({ state }: { state: FetchState }) {
  switch (state.phase) {
    case 'idle':           return null;
    case 'loading':        return <Spinner />;
    case 'success':        return <Card user={state.data} />;
    case 'success-stale':  return <Card user={state.data} stale />;
    case 'error':          return <ErrorBox message={state.error} />;
  }
}

The component cannot be in an inconsistent state because the type cannot represent one.

Tagged constructors for ergonomics

Building a discriminated-union value verbosely is annoying:

const r: Result<User> = { ok: true, value: user };

Add tagged constructors:

export const ok    = <T>(value: T): Result<T> => ({ ok: true, value });
export const err   = <T>(error: string): Result<T> => ({ ok: false, error });

const r = ok(user);
const e = err('not found');

Cleaner at call sites. Same type.

Exhaustiveness checking with never

For the cases TS does not auto-detect (e.g., a function that returns but does not switch), use assertNever:

function assertNever(x: never): never {
  throw new Error(`unhandled variant: ${JSON.stringify(x)}`);
}

function describe(o: Order): string {
  switch (o.status) {
    case 'pending':   return 'pending';
    case 'shipped':   return 'shipped';
    case 'cancelled': return 'cancelled';
    default: return assertNever(o);
  }
}

If a new variant is added without a case, o in the default is no longer never, and the call to assertNever(o) becomes a type error. Forces you to update the switch.

When NOT to use a discriminated union

If the variants share most of their fields and differ only in one or two, a single optional-field interface is fine. The line is roughly: more than two variant-specific fields per branch is when discriminated unions pay off.

Also, if the discriminant is determined by runtime (e.g., the result of an HTTP call), the union is the right model. If it is determined by the call site (the caller knows which kind they want), function overloads might be cleaner.

The takeaway

Optional-field-everywhere domain models are TypeScript’s equivalent of “primitive obsession.” They compile but they let bugs through that the compiler is fully capable of catching. Discriminated unions express the actual shape of the data (variants, with required fields per variant) and let the compiler narrow exactly when you check the discriminant.

The first time you refactor a domain object from twenty optionals to a four-variant union, half the null checks disappear and the type errors that show up are real bugs. That is the right kind of change.


A note from Yojji

The kind of domain modeling that turns a fragile interface with twenty optional fields into a small, sharp union of clear shapes is the kind of senior engineering judgment Yojji’s teams bring to client work.

Yojji is an international custom software development company founded in 2016, with teams across Europe, the US, and the UK. They specialize in the JavaScript ecosystem (React, Node.js, TypeScript), cloud platforms, and full-cycle product engineering, including the type-modeling decisions that decide whether a codebase grows safely or accumulates fragile shortcuts.