ARCHIVE
QUERY = 'contents'; TYPE = 'all' // 135 rows
Google Ads Enhanced Conversions Guide: Setup, Errors, and Solutions
A comprehensive guide to Google Ads enhanced conversions covering SHA-256 hashing, GTAG/GTM/API setup methods, common diagnostic errors, and data matching strategies.
Typeform Conversion Tracking Guide: GTM, Hidden Fields, and CRM Integration
Set up conversion tracking for Typeform forms with GTM, hidden fields, and UTM parameters. Comprehensive guide including HubSpot integration and cross-domain tracking.
Google Ads Conversion Tracking Guide: GTAG, GTM, Conversion Linker, and Cart Data
A comprehensive guide covering Google Ads conversion code setup, GTM conversion tracking, Conversion Linker cookie management, and shopping cart data integration with conversion tags.
GTM vs sGTM vs Zaraz vs Gateway: I Tested All Four with Real E-commerce Data
Client-side tracking alone leaves your data 30-40% incomplete. I compared GTM, sGTM, Cloudflare Zaraz, and Google Tag Gateway on a live e-commerce site. Safari 26 impact, Consent Mode v2, and a situational decision guide.
What Is UCP? Google's Universal Commerce Protocol and the Transformation of the E-Commerce Ecosystem
Google's UCP protocol is moving e-commerce from a site-centric model to an agent-centric model. Its impact on conversion tracking, attribution, remarketing, and data ownership.
AI Agent Protocol Guide: MCP, A2A, UCP, AP2, A2UI, and AG-UI
Six open protocols shaping the AI agent ecosystem in 2026. What each one does, how they relate to each other, and practical use-case scenarios.
AI-Powered Codebase Audit: A Production-Grade Approach for Solo Entrepreneurs
Enterprise-quality codebase audit process using AI tools as a solo entrepreneur. Guardrail-driven AI-assisted coding, 6 audit tracks, and the Augmented CTO model.
Is GA4 Not Enough? Reclaiming Data Ownership with Umami and PostHog
GA4 is marketing analytics, PostHog is product analytics, Umami is privacy-first web analytics. A comparison of three tools, which one makes sense in which scenario, and what a self-hosted analytics stack means for solo entrepreneurs, startups, and agencies.
Living Architecture Documentation for AI Coding Agents: Research, Approaches, and Tools
Codified Context, AGENTS.md ecosystem, C4 Model, Repomix, ADRs, Spec-Driven Development, Google Code Wiki. A comparative analysis of 11 different approaches to giving AI agents architectural context, backed by research.
Living Architecture: Structured Architecture Documentation for AI Coding Agents
README.md serves users, CLAUDE.md instructs agents, ADRs record decisions. But what describes the actual structure of your project? architecture.md fills that gap with a project-agnostic, depth-scaled open source template.
Hetzner + Coolify Hardening Checklist: A Battle-Tested Guide
Security, networking, Docker, and operations best practices learned from deploying 4 projects on Hetzner VPS with Coolify. Every item comes from a real incident.
Hybrid Search: Smart Search Architecture with FTS5 + Vector + RRF
Keyword search alone isn't enough. Neither is vector search. What happens when you combine them with Reciprocal Rank Fusion? Hybrid search architecture through the dnomia-knowledge implementation.
I Self-Hosted 4 Projects on Hetzner + Coolify. Here's What Nobody Tells You.
Coolify and Hetzner make self-hosting look cheap and easy. After deploying 4 projects, I faced government security warnings, forced migrations, and hidden time costs.
Decision Gate: The Missing Piece of Vibe Coding
AI generates code fast, but every accept is a decision. The 8-criteria Decision Gate framework, adapted from Stage-Gate, systematizes technical decisions in AI-assisted development.
Pre-injection vs MCP Tool Loop: Context Strategies for AI Coding Agents
GrapeRoot injects context before the model starts, CodeGraphContext uses MCP tool loops. Same repo, same model, same prompts. One comes out 31% cheaper. Where's the architectural difference? Benchmark data and comparison with my own system.