All posts
    Tag

    #claude

    17 articles tagged claude.

    AI
    Sep 2, 2026

    Building AI Skills: GitHub Copilot Extensions, Claude Tools, and Reusable Agent Capabilities

    One skill, three platforms. A complete guide to building a custom capability for GitHub Copilot, Claude, and your own AI agents — with real code, architecture diagrams, and a decision framework for when to use each.

    Read article
    AI
    Sep 2, 2026

    AI Code Review at Scale: How We Use Claude to Review Every PR Before Humans See It

    Six months, 4,200 pull requests, and a GitHub Actions workflow that catches real bugs before your team spends a single minute on review. The architecture, the prompt, the cost, and what we learned.

    Read article
    AI Engineering
    Aug 28, 2026

    AI Coding Tools in Enterprise: What 90 Days of Data Actually Shows

    A structured 90-day study of AI coding tools across a 70-engineer enterprise team, measuring PR velocity, defect rates, adoption patterns, and ROI. The results were not all positive — and the most important finding had nothing to do with speed.

    Read article
    AI
    Aug 20, 2026

    I Passed the Claude Certified Associate – Foundations Exam: Here's What Actually Helped

    A personal account of passing the Claude Certified Associate – Foundations exam — study approach, what the exam is actually like, what caught me off guard, and why this certification is genuinely worth your time.

    Read article
    AI
    Aug 7, 2026

    CCA Professional Complete Study Guide: Everything You Need to Pass

    A comprehensive module-by-module study guide for the Claude Certified Architect – Professional exam. All five modules, every decision table, every framework, all 12 trap patterns, the 42-term glossary, and the 15-item final checklist — in one place.

    Read article
    AI
    Aug 7, 2026

    Claude Certified Architect – Professional: Complete Exam Prep Guide

    A detailed preparation guide for the Anthropic CCA Professional exam — all 7 domains with weights, the master pattern behind every module, domain-by-domain breakdown, trap patterns, and a 4-phase study approach.

    Read article
    AI
    Jul 31, 2026

    How I Passed the Claude Certified Architect – Foundations Exam: My Preparation Guide

    A first-person prep guide for the Anthropic CCA Foundations exam — the five domains, their weights, what actually appears on the exam, study resources, and the tips that made the difference.

    Read article
    AI
    Jul 16, 2026

    Claude vs GPT for Enterprise: An Honest Comparison

    A practical, vendor-neutral comparison of Anthropic's Claude and OpenAI's GPT for enterprise use — reasoning, tool use, cost, data privacy, deployment, and how to actually decide.

    Read article
    AI
    Jul 6, 2026

    MCP vs Function Calling: What's the Difference (and When to Use Each)

    Model Context Protocol and function calling both give LLMs access to tools — but they solve different problems. A clear comparison with guidance on when to use which.

    Read article
    Spring AI
    Jun 10, 2026

    Spring AI: From Beginner to Expert — Course Overview

    A complete Spring AI course for Java teams: setup, prompting, tool calling, RAG, MCP, choosing an LLM, and production architecture.

    Read guide
    Certification
    Jun 9, 2026

    Claude Certified Architect (Foundations): Complete Exam Prep Course

    A complete, hands-on prep course for the Claude Certified Architect — Foundations exam: the five domains, curriculum with code, and a four-week plan.

    Read guide
    Spring AI
    Jun 9, 2026

    Tool Calling with Spring AI

    A hands-on guide to Spring AI tool calling — define @Tool methods, wire them into ChatClient, and let Claude safely call your Java services.

    Read article
    Spring AI
    Jun 7, 2026

    Building an MCP Server with Spring AI

    Most MCP content is Python/TypeScript. Here's how to build an MCP server in Java with Spring AI — expose your services as tools any MCP client can use.

    Read article
    AI
    Jun 4, 2026

    Structured Outputs with Claude: Reliable JSON Every Time

    Parsing JSON out of prose is a production liability. A practical guide to reliable, schema-conformant structured output from Claude, with Spring AI examples.

    Read article
    AI
    Jun 1, 2026

    Prompt Engineering Enterprise Guide

    A systematic approach to prompt engineering for production AI systems — covering system prompts, chain-of-thought, few-shot design, security, and evaluation.

    Read guide
    Learning
    Jun 1, 2026

    Introduction to Anthropic MCP (Model Context Protocol)

    A practical guide to the Model Context Protocol — what it is, how it works, and why it matters for building interoperable enterprise AI systems.

    Read guide
    AI
    Jun 1, 2026

    Building Enterprise AI Agents

    Architecture patterns and best practices for building production-grade AI agents that scale — from orchestration to observability.

    Read article