Skip to main content
ArticlesProjects
Tag Archive

Articles Tagged: api

Technical writings, opinionated architectures, and development guides tagged with api.

Articles5
Est. Read Time86 mins
Categories3
Featured4
Dec 202532 min read
SDKs

Building A TypeScript API That Doesn't Suck

Learn how to build a TypeScript SDK the right way: ditching axios for ofetch, using factory patterns, and creating production-ready code.

Oct 202521 min read
Laravel

Building your first MCP server with Laravel

Learn how to build a Laravel MCP server for task management with tools, resources, prompts, Sanctum auth, Pest testing, and Claude integration.

Oct 202510 min read
API Development

Building APIs that scale with Nitro, Drizzle, and unstorage

Discover how Nitro, Drizzle ORM, and unstorage create a modern TypeScript API stack that's faster to build, easier to scale, and ready for edge deployments.

Oct 202511 min read
API Development

Building a production-ready Go service with Go Blueprint

Learn how Go Blueprint transforms your workflow for building production-ready microservices.

Oct 202512 min read
Laravel

JSON Resume - The future of career data is here

A hands-on guide to implementing JSON Resume with PHP, from basic concepts to advanced usage with type-safe Laravel integration.