Skip to main content

Content Tagged "N8N"

This page collects all articles and projects tagged N8N. 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 the full offering for how this maps to client work.

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.

Blog Posts

n8n Code-nod: skriva JavaScript och Python direkt i ditt workflow

· Updated
Code-noden i n8n låter dig köra anpassad JavaScript eller Python inuti ditt workflow. Det viktigaste att komma ihåg: returformatet. Wrappa alltid i [{ json: {...} }] och en array.

n8n Code node: JavaScript och Python för logik som saknar en nod

· Updated
Code-noden i n8n kör JavaScript eller Python direkt i ditt workflow när ingen dedikerad nod täcker din transformation. Här är inputformat, outputformat, Run Once for All Items, och tre praktiska use cases.

From SaaS Dependence to Speed: How I Built an AI Feedback Agent in a Weekend

I built a fully-automated AI feedback agent using n8n, LangChain and Azure OpenAI in a weekend. This experience revealed a bigger shift in how enterprises should think about tooling – build first, buy only when it makes sense.

Integrating APIs with n8n: A Simplified Approach to Workflow Automation

As an agentic engineer, I've worked on numerous projects that involve integrating multiple APIs to create seamless workflows. ...