Skip to main content

Content Tagged "Workflow Automation"

This page collects all articles and projects tagged Workflow Automation. Tags help you navigate by tool, theme, or topic—whether you're looking for content on specific technologies like n8n or Databricks, or broader themes like workflow automation or hockey analytics.

Content spans agentic engineering, production AI agents, data pipelines, full-stack work, and hockey analytics. Browse other tags, topics, or case studies for applied examples.

Projects describe case studies with real outcomes—conversational analytics prototypes, AI feedback agents, automated content pipelines, and hockey analytics dashboards. Blog posts cover implementation details, tool comparisons, and lessons learned. If you're looking for something specific, the blog index and portfolio offer alternative ways to explore.

Projects

MCP-Connected Development Workflow for Data-Informed Prototyping

prototype
Connected Claude to analytics, research, strategy, and design context through MCP to build React prototypes inside the development environment.

Blog Posts

n8n Webhook Node: Receive Data from External Services and Trigger Workflows

tutorial · · Updated
The Webhook node turns n8n into a receiver — any external service that can send an HTTP request can now trigger your workflows instantly. Here is how to set it up, secure it, and use it in production.

n8n Split in Batches Node: Processing Large Datasets Without Hitting Rate Limits

tutorial · · Updated
When you need to process thousands of records in n8n, feeding them all at once into an API or database crashes the workflow or triggers rate limits. The Split in Batches node is how you process large datasets reliably — here is how it actually works.

n8n Merge Node Modes Explained: Combine, Multiplex, and Pass-Through Under Partial Input

tutorial · · Updated
The n8n Merge node has four modes with subtle behavior differences that only surface with partial input, mismatched item counts, or timing gaps between branches. Here is what each mode actually does.