Tag: #schema
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 3 posts
An Introduction to Database Migration Strategy — Schema, Data, and Zero Downtime
A systematic overview of database migration types and risks, versioned migrations, and zero-downtime deployment principles. It covers transactional DDL, backups and dry runs, environment promotion, team process, and an i
2026-06-16 · 16 min read #database#migration#schema#devops#reliabilityTypeScript Data Validation 2026 — Zod·Valibot·ArkType·TypeBox·Effect Schema Deep Comparison (Runtime Validation in the AI Tool-Calling Era)
TypeScript data validation in 2026 is far past the 'Zod or Joi' era. tRPC, React Hook Form, and AI tool calling (JSON Schema is mandatory) put runtime schemas at every API boundary, and the category split five ways. Zod
2026-05-14 · 24 min read #typescript#data-validation#zod#valibot#arktypeGraphQL Complete Guide 2025: Beyond REST — From Schema Design to Federation and Performance Optimization
Everything about GraphQL! REST vs GraphQL comparison, Schema Design (SDL), Resolver patterns, N+1 problem solving with DataLoader, microservice integration with Apollo Federation, real-time Subscriptions, security, and p
2026-03-23 · 17 min read #graphql#rest#api#apollo#schema