“typescript”
Flue: The Open Agent Framework for Building Durable AI Agents
Explore Flue 2.0, the open TypeScript agent framework from the creators of Astro. Learn how Agent Hooks, durability, and a React-like API make building autonomous AI agents intuitive and powerful.
Introduction to Better Auth: The Universal Authentication Framework for TypeScript
Discover Better Auth, a framework-agnostic authentication and authorization solution for TypeScript that simplifies implementing secure user authentication in your applications.
Deno: A Modern Runtime for Server-Side JavaScript
Deno 2 in production: the secure-by-default permission model, native TypeScript, the npm and JSR ecosystems, std modules, and the web-standard APIs that make server code boring to write.
Type-Safe End-to-End Development with tRPC and Zod
A shared TypeScript API where the client and server can never disagree. How tRPC infers types across the wire and Zod validates at the boundary.
TypeScript Type-Level Programming: Beyond the Basics
Conditional types, mapped types, template literal types, and the utility types that turn TypeScript into a compile-time language. Practical examples for daily work.