MCP Authorization Patterns for Upstream API Calls
Explores five authorization patterns for MCP servers to securely call external APIs like GitHub or Slack on behalf of users across different trust domains.
Explores five authorization patterns for MCP servers to securely call external APIs like GitHub or Slack on behalf of users across different trust domains.
Explains LLM API token limits (TPM) and strategies for managing concurrent requests to avoid rate limiting in production applications.
A comprehensive overview of new APIs and features introduced in Java versions 21 through 25, including Scoped Values, Stream Gatherers, and the Foreign Function API.
A developer's personal learning journey into the AI ecosystem, starting with an exploration of the Model Context Protocol (MCP) for connecting LLMs to APIs.
A deep dive into Java 25's structured concurrency API, covering its features, error handling, and practical application with code examples.
Introducing Sentire, a command-line interface for the Sentry API written in Go, designed for developers to query issues and events.
Explores using HTMX to create server-side UI components without React, comparing it to tRPC and React Server Components for building interactive admin pages.
A guide to creating and installing a custom status line script for Claude Code, displaying project info, costs, and session details.
Introducing Daemon, a personal API concept where humans and objects have digital interfaces for AI assistants to interact with the world.
Introduces a Model Context Protocol (MCP) server for dev.to, enabling AI tools to access and interact with the platform's articles, tags, and user data.
Argues that companies built solely on the Model Context Protocol (MCP) are unlikely to succeed, while those using MCP as an integration layer have a better chance.
Analyzes key enterprise challenges in adopting MCP servers for AI agents, focusing on security, governance, and authorization complexities.
A technical guide on implementing in-app notifications using the TinyMCE rich text editor's NotificationManager API.
A developer's guide to calling various LLM APIs (OpenAI, Grok, Anthropic, Google) directly from the browser, including workarounds and using OpenRouter.
Explains how to decode Swift Codable types when required data is missing from the JSON source, using partial models.
Java 25 introduces a new preview API for easily encoding and decoding cryptographic objects in the PEM text format, addressing a key developer pain point.
Explains the importance of specifying charset=utf-8 in API request headers to properly handle special characters and emojis in JSON payloads.
Case study of Welcomy, a digital guidebook platform for property hosts built with Laravel, Livewire, React, and Tailwind CSS.
Xcode 26 introduces AI integration, allowing developers to use ChatGPT, other APIs, or local models for coding assistance within the IDE.
A guide for developers to track upcoming .NET features by exploring GitHub repositories, issues, labels, and milestones.