Technical Blog & Case Studies

Deep dives into AI Automation, DevOps Practices & Cloud Technologies

Featured Article

AI DEVELOPMENT

Qwen Code CLI: Getting Started Guide for AI Coding 2026

Install Qwen Code, fix the post-OAuth authentication mess, and see where Alibaba's open-source terminal agent actually beats Claude Code. API key paths, ~/.qwen/settings.json config, a CI/CD recipe, and the 1M-context YaRN reality check.

May 26, 2026
11 min read
Read Article →

All Articles

Qwen Code CLI: Getting Started Guide for AI Coding 2026

Install Qwen Code, fix the post-OAuth authentication mess, and see where Alibaba's open-source terminal agent actually beats Claude Code. CI/CD recipe + 1M-context reality check.

May 26, 2026
11 min read
Read Article →
Gemini 3.5 Flash for Agentic Coding: A Claude Coder's Guide

Gemini 3.5 Flash beats Gemini 3.1 Pro on agent benchmarks at $1.50/$9 per 1M tokens. When to route tasks from Claude Code, the thinking_level trap, and a 40-line MCP agent.

May 25, 2026
12 min read
Read Article →
Gemini CLI to Antigravity CLI: Migration Guide & Alternatives

Gemini CLI stops on June 18, 2026. Step-by-step migration to the new agy binary, free-tier rate-limit math, and when to switch to Claude Code or Codex CLI instead.

May 21, 2026
11 min read
Read Article →
OpenAI Codex Security GitHub Setup Guide: 2026 Walkthrough

Set up OpenAI Codex Security on GitHub end-to-end: connect a repo, edit the threat model, triage validated findings, ship patches as PRs. 74% TPR vs Semgrep 20% and Snyk 28% in independent testing.

May 14, 2026
12 min read
Read Article →
Claude Managed Agents Outcomes: Auto-Grading Agent Work

Outcomes hands the agent a rubric, a separate grader checks every draft, and the loop iterates until the artifact passes. Rubric anti-patterns, the five result states, max_iterations tuning, and the cost math.

May 12, 2026
13 min read
Read Article →
Running claude ultrareview in CI/CD: GitHub Actions Guide

Claude Code 2.1.120 added claude ultrareview as a non-interactive CLI subcommand. The OAuth token gotcha, a copy-pasteable GitHub Actions workflow, --json parsing with jq, and a cost control playbook.

May 3, 2026
12 min read
Read Article →
MCP Code Execution Pattern: A Hands-On Claude Code Guide

Three MCP servers can eat 72% of a 200K context window. The code execution pattern compares against dynamic toolsets and Tool Search, with a working Python build and Claude Code v2.1.121 alwaysLoad config.

May 3, 2026
12 min read
Read Article →
Regression-Proof Claude Code Workflows: Pin, Lock, Test

After Anthropic's April 2026 postmortem revealed three Claude Code regressions, here is the practitioner playbook: pin the CLI, lock effort, allowlist models, add a regression-detecting stop hook, keep fixtures.

Apr 28, 2026
12 min read
Read Article →
Harden Claude Code GitHub Actions: Prompt Injection Defense

Defend Claude Code workflows against the April 2026 Comment and Control CVE. Tool allowlists, OIDC via Bedrock, script caps, egress blocks, and a before/after hardened workflow.

Apr 25, 2026
12 min read
Read Article →
Claude Code Security Review GitHub Action: 2026 Setup Guide

Workflow YAML, false positive tuning, token cost math, and a layered pipeline with Semgrep and Snyk for Anthropic's official security review action.

Apr 22, 2026
11 min read
Read Article →
Getting Started with the ant CLI: Deploy Claude Agents

Install the ant CLI, create your first managed agent, and deploy it in under 10 minutes. YAML version control, scripting patterns, and CI/CD.

Apr 18, 2026
12 min read
Read Article →
Claude Code Cost Tracking: Monitor and Cut Your Spending

Track what you spend in Claude Code with built-in commands, hidden JSONL logs, and tools like ccusage. Plus 7 tips to cut token costs by 50%.

Apr 16, 2026
12 min read
Read Article →
Claude Managed Agents vs Agent SDK: Which to Use?

Practical decision framework for Claude Managed Agents vs the Agent SDK. Pricing breakdown with worked examples, MCP integration notes, and when to pick each option for your workload.

Apr 9, 2026
12 min read
Read Article →
Claude Mythos: What It Means for Devs Who Can't Use It

Anthropic locked Claude Mythos to 12 Project Glasswing partners. What the benchmarks, pricing, and restricted access mean for everyday developers, plus what to do while waiting for public release.

Apr 9, 2026
11 min read
Read Article →
Gemma 4 Models: Which One Should You Actually Use?

Tested all 4 Gemma 4 model sizes locally. Includes RAM requirements, Ollama setup, comparison with Llama 4 and Mistral, and a practical guide to picking the right variant.

Apr 6, 2026
12 min read
Read Article →
How I Write CLAUDE.md Files That Actually Work

Real production CLAUDE.md examples from my Next.js site. Learn the anatomy of an effective file, 7 common mistakes, and when to use hooks vs CLAUDE.md vs custom commands.

Apr 5, 2026
12 min read
Read Article →
Complete Guide to Clawdbot

Set up your own personal AI assistant that works on WhatsApp, Telegram, Discord, and more. Self-hosted with persistent memory and proactive notifications.

Jan 26, 2025
12 min read
Read Article →
Complete Guide to Method CRM MCP Server

Learn how to set up and use the Method CRM MCP Server to enable AI assistants like Claude to interact with your CRM data through natural language.

Jan 15, 2025
12 min read
Read Article →

Topics I'll Cover

AI & Automation
  • Model Context Protocol deep dives
  • AI agent development
  • Generative AI integration
  • Conversational interface design
DevOps & CI/CD
  • Jenkins automation techniques
  • Pipeline optimization
  • Infrastructure as Code
  • ChatOps best practices
Cloud Architecture
  • Multi-cloud strategies
  • AWS/Azure/GCP comparisons
  • Serverless architectures
  • Cloud cost optimization
Development
  • Go programming tutorials
  • Python best practices
  • API design patterns
  • Microservices architecture

Get new posts in your inbox

Practical guides on AI agents, automation, and DevOps. No spam — unsubscribe anytime.

Stay Connected

Follow me on GitHub and LinkedIn to get notified when I publish new content