Blog Archive
Announcing Dart 3.11
Dart 3.11 enhances developer productivity with a more responsive analysis server, glob support in pub workspaces, and advanced AI integration tools.
Mastering Dart Dot Shorthand: Writing Concise and Readable Code
Learn how to use Dart’s dot shorthand syntax to simplify your code, from enums and constructors to static members and constant expressions.
Using RustFS as Cloud Storage in Serverpod
A comprehensive guide on configuring and using RustFS, an S3-compatible storage backend, with Serverpod for efficient file management.
Add LLMs.TXT to Astro Blog
Learn how to create an llm.txt endpoint in your Astro blog to improve discoverability for AI agents and LLMs.
Understanding Agent Skills
Discover how Agent Skills provide a lightweight, open format to extend AI agent capabilities with specialized workflows.
Exploring Skills.sh: Enhancing AI Agents with Reusable Capabilities
Discover Skills.sh, an open-source tool by Vercel Labs for adding reusable capabilities and domain expertise to popular AI agents like Claude Code, Cursor, and Windsurf.
Mastering AI Agent Skills with Registries in Pydantic AI
Explore how to efficiently manage, discover, and install AI agent skills from remote Git repositories and local sources using Pydantic AI powerful registry system.
Spec-Driven Development: The Future of Software Engineering
Explore the core philosophy and development phases of Spec-Driven Development (SDD) and how GitHub's Spec Kit is revolutionizing AI-native workflows.
When a Strong Economy No Longer Means People Can Afford to Live
Exploring the structural shift where AI-driven productivity decouples from labor, challenging our traditional definitions of economic prosperity.
Building Agentic Applications with Authenticated Tools
Secure your AI agents by mastering tool authentication in the Agent Development Kit (ADK), from static API keys to complex OAuth2 flows.
Enabling Agent-to-Agent (A2A) Support in PydanticAI
Learn how to expose your PydanticAI agents as Agent2Agent (A2A) protocol compliant servers for seamless interoperability.
Generate MCP Servers from any OpenAPI Specification
Learn how to automatically convert your existing REST APIs into Model Context Protocol (MCP) servers using Go FastMCP and OpenAPI specifications.