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

推荐订阅源

V
V2EX - 技术
D
DataBreaches.Net
阮一峰的网络日志
阮一峰的网络日志
Recent Announcements
Recent Announcements
V
V2EX
Hugging Face - Blog
Hugging Face - Blog
T
The Exploit Database - CXSecurity.com
Simon Willison's Weblog
Simon Willison's Weblog
Cisco Talos Blog
Cisco Talos Blog
Microsoft Security Blog
Microsoft Security Blog
C
Cyber Attacks, Cyber Crime and Cyber Security
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
K
Kaspersky official blog
F
Fortinet All Blogs
GbyAI
GbyAI
Forbes - Security
Forbes - Security
The Cloudflare Blog
博客园 - 司徒正美
博客园_首页
量子位
Schneier on Security
Schneier on Security
G
GRAHAM CLULEY
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
P
Proofpoint News Feed
N
News | PayPal Newsroom
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 聂微东
T
Tor Project blog
V
Vulnerabilities – Threatpost
Y
Y Combinator Blog
Jina AI
Jina AI
Help Net Security
Help Net Security
T
Threat Research - Cisco Blogs
Recent Commits to openclaw:main
Recent Commits to openclaw:main
C
Cybersecurity and Infrastructure Security Agency CISA
Project Zero
Project Zero
N
News and Events Feed by Topic
I
Intezer
B
Blog
美团技术团队
C
CERT Recently Published Vulnerability Notes
NISL@THU
NISL@THU
L
LINUX DO - 最新话题
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Blog — PlanetScale
Blog — PlanetScale
AWS News Blog
AWS News Blog
T
Tailwind CSS Blog
The Last Watchdog
The Last Watchdog
雷峰网
雷峰网
有赞技术团队
有赞技术团队

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 Saga Pattern vs Two-Phase Commit: Distributed Transactions Without The Lies 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
Spec-Driven API Development With OpenAPI: How To Stop Drifting From Your Docs
The Practica · 2023-10-13 · via The Practical Developer

The team ships a new endpoint Tuesday. The OpenAPI spec gets updated Friday. The frontend type definitions get regenerated next sprint. By the end of the quarter, the spec is wrong about three fields, the docs page lies, and the autocompleted SDK calls fail at runtime.

Spec drift is the default state of API development unless you actively prevent it. The fix is to flip the order: write the spec first, generate everything from it. Server validation, client SDK, types, mocks, docs, all derived from one document. Code that doesn’t match the spec doesn’t compile.

This post is the spec-first workflow that holds up in production, the tooling that makes it tractable, and the four traps that revert teams to “code first, spec later.”

What “spec first” actually means

The OpenAPI document is the contract. Before writing endpoint code, you write (or revise) the YAML. The rest is generated:

                ┌──→  Server code (handlers stubbed, validation generated)
                ├──→  Server types (TypeScript / Go structs)
spec.yaml  ─────┼──→  Client SDK (typed methods)
                ├──→  Mock server (responds with example payloads)
                ├──→  Documentation site
                └──→  Contract tests

When the spec changes, regenerate. The compiler tells you what code is now broken. You fix it. Until then, no PR merges with a divergent spec because the build fails.

This is genuinely different from “we have an OpenAPI file in the repo.” That file is a static document that nobody enforces. A spec-driven project enforces it.

For a TypeScript stack, three tools cover the workflow:

1. Spec authoring. Write OpenAPI 3.1 in YAML. Use a linter, Spectral, to catch errors before they get into the repo.

# .spectral.yaml
extends: [[spectral:oas, all]]
rules:
  operation-operationId: error
  operation-description: error

2. Type generation. openapi-typescript generates TS types from the spec.

npx openapi-typescript spec.yaml -o types/api.ts

You get paths['/users/{id}']['get']['responses']['200']['content']['application/json'] types, verbose but accurate.

3. Client SDK. openapi-fetch is a thin, fully-typed client built on the generated types:

import createClient from 'openapi-fetch';
import type { paths } from './types/api';

const client = createClient<paths>({ baseUrl: 'https://api.example.com' });
const { data, error } = await client.GET('/users/{id}', {
  params: { path: { id: '42' } },
});

Type errors at compile time if the spec doesn’t match what you call.

Server-side validation generation

For server-side, fastify has built-in OpenAPI integration that validates requests against the spec at runtime. For Express, express-openapi-validator does the same:

import * as OpenApiValidator from 'express-openapi-validator';

app.use(OpenApiValidator.middleware({
  apiSpec: './spec.yaml',
  validateRequests: true,
  validateResponses: true, // catches handler bugs in dev
}));

Now any request that doesn’t match the spec gets a 400 before reaching the handler. Any response that doesn’t match throws in dev. Your handler cannot drift from the spec without a test failing.

For NestJS, @nestjs/swagger generates OpenAPI from decorators. It is code-first, but with strong type enforcement. Either direction works as long as the spec is the source of truth.

Mock server from spec

Before the backend is built, the frontend can develop against a mock server that responds with example payloads from the spec:

npx @stoplight/prism mock spec.yaml
# Server runs on localhost:4010 returning example responses.

Prism reads examples and default values from the spec and serves them. Frontend devs can build against this mock for weeks before backend is ready, with confidence that the contract will match.

The repo layout that works

api/
├── spec.yaml                  # source of truth
├── .spectral.yaml             # linting rules
└── examples/                  # request/response samples
src/
├── types/api.ts               # GENERATED - do not edit
├── handlers/                  # implements operations from spec
└── client/                    # GENERATED SDK if you ship one

Generated files are gitignored or committed with a header comment that says “do not edit.” Regeneration is part of npm run build so the repo cannot drift.

A pre-commit hook re-runs generation if the spec changed:

{
  "lint-staged": {
    "spec.yaml": ["spectral lint", "npm run gen:types"]
  }
}

The four traps

1. Spec written after the code. The “code first, then write the spec” workflow drifts from day one. Even if you generate the spec from code (NestJS swagger decorators), the spec must be reviewed in PRs as if it were the source. Otherwise you have docs nobody reads.

2. additionalProperties: true everywhere. A loose spec that accepts any extra fields makes validation useless. Use additionalProperties: false on objects that should be strict; document deliberate extension points explicitly.

3. No examples. Without examples, the spec is pure schema. Mock servers return empty objects, docs are uninformative. Add at least one realistic example per endpoint.

4. type: object with no properties. “It’s just a JSON object” is the same as “this field has no type.” Either describe the shape or call it additionalProperties: { type: string } with a comment about why it’s free-form.

Versioning the API

Two strategies. Either is fine; pick one and stick with it.

Path versioning. /v1/users, /v2/users. The spec has both versions. Old clients keep working until you decide to deprecate.

Header versioning. Accept: application/vnd.example.v2+json. Looks cleaner; harder to debug with curl. Less common in practice.

For breaking changes, use path versioning unless your team has very strong preferences. The deprecation cycle: ship v2, mark v1 deprecated in the spec (deprecated: true), monitor v1 usage, drop v1 when usage hits zero or your sunset date.

See the SemVer post for the deprecation playbook applied to API contracts.

Contract testing

Even with spec-driven dev, you want tests that actually call the API and validate the response. Pact is the standard contract-testing framework, but for a single team owning both client and server, a simpler pattern is enough:

import { test } from 'vitest';
import OpenApiResponseValidator from 'openapi-response-validator';

const spec = loadSpec('./spec.yaml');

test('GET /users/42 matches spec', async () => {
  const res = await fetch('http://localhost:3000/users/42');
  const body = await res.json();

  const validator = new OpenApiResponseValidator({
    responses: spec.paths['/users/{id}'].get.responses,
    components: spec.components,
  });
  const error = validator.validateResponse(res.status, body);
  expect(error).toBeUndefined();
});

This test fails if the response shape diverges from what the spec says it should be. Run in CI; fail the build.

When the spec is internal

If your API is internal (not exposed to third parties), you may not need the full OpenAPI ceremony. The lightest-weight version: TypeScript types defined alongside the handler, the same type imported by the client. No spec file, no codegen.

The spec-driven approach pays off when:

  • The API has external consumers (mobile apps, SDKs, partners).
  • The team is large enough that handler authors and client authors don’t coordinate daily.
  • The API surface is broad enough that drift will happen.

For small internal APIs, type-sharing via a monorepo is enough.

  • Stoplight Studio: visual OpenAPI editor.
  • Redocly: doc generation, linting, CLI.
  • orval: client + mock generation for React/Vue/Angular.
  • Zod-to-OpenAPI: write Zod schemas, generate the spec from them. Useful in code-first projects.

For most Node/TS projects, the combination of openapi-typescript, openapi-fetch, and Spectral covers 90% of what you need.

The takeaway

The spec is the contract. The code conforms to the spec, the client conforms to the spec, the docs are the spec. Generate types, SDKs, mocks, validators from one document; check it in CI. Spec changes are reviewed like API changes (because they are). Run a mock server for parallel frontend development.

The workflow takes a couple of days to set up and pays back the moment somebody discovers that the production API actually matches what is documented. The next time a frontend dev says “the docs are wrong,” you will not have to fix the docs. You will have already broken the build.


A note from Yojji

The kind of API-engineering discipline that keeps the contract and the implementation in sync (spec-first development, generated types, runtime validation, mock servers) is the kind of detail Yojji’s teams build into the platforms they ship for clients.

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 (AWS, Azure, GCP), and full-cycle product engineering, including the API design and contract management that decides whether downstream consumers can trust your endpoints.