27 Feb 2026 6 min read software-engineering Type‑Safe GraphQL Client Generation with Codegen & Zod in Next.js Generate a fully typed GraphQL client for Next.js using graphql‑codegen and Zod, and keep runtime validation in sync with TypeScript. WBSS Learning This post is for subscribers only Subscribe now Already have an account? Sign in
26 Feb TypeScript’s Template Literal Types: Crafting Dynamic, Type‑Safe APIs Learn how template literal types turn string‑based API routes into compile‑time guarantees, enabling a fully typed request layer. 26 Feb 2026 6 min read
24 Feb Implementing a Scalable Plugin Architecture in TypeScript for Node.js & Next.js 24 Feb 2026 7 min read
23 Feb Fluent Builders in TypeScript: Crafting Readable, Type‑Safe APIs Step by Step 23 Feb 2026 6 min read
13 Feb Mastering the Visitor Pattern in TypeScript: From Theory to Real‑World Code Learn how to implement the Visitor pattern in TypeScript, with a step‑by‑step AST example and practical tips for extensible, type‑safe code. 13 Feb 2026 5 min read