Somebody who likes to code
Nothing here yet.
Jan 28 · 18 min read · Modern API development requires balancing multiple concerns: runtime validation, compile-time type safety, and comprehensive documentation. Traditionally, these have been separate concerns, leading to documentation drift and type mismatches between s...
Join discussion
Jan 19 · 17 min read · This article guides you through creating a full-stack TypeScript monorepo from scratch. By the end, you'll have a React frontend and Hono API backend sharing the same repository with unified tooling for linting, formatting, and commit conventions. Pr...
Join discussion
Jan 6 · 15 min read · Testing is a critical aspect of building reliable APIs. When working with Hono, a lightweight and fast web framework, we can leverage its built-in testing utilities alongside Node.js's native test runner to create comprehensive integration tests. Thi...
Join discussion
Dec 30, 2025 · 10 min read · As modern web applications demand increasingly robust data access patterns, the combination of Hono's lightweight framework with Drizzle ORM's type-safe database operations creates a powerful stack for building performant APIs. We'll build upon an ex...
Join discussion