✕ Clear all filters
26 articles
▶ Videos →

📰 Dev.to · Pirate Prentice

26 articles · Updated every 3 hours · View all reads

All Articles 112,168Blog Posts 122,067Tech Tutorials 28,589Research Papers 23,056News 16,706 ⚡ AI Lessons
n8n Telegram Node: Send Messages, Handle Commands, and Build Bots in Your Workflows (Free Workflow JSON)
Dev.to · Pirate Prentice 3d ago
n8n Telegram Node: Send Messages, Handle Commands, and Build Bots in Your Workflows (Free Workflow JSON)
What the Telegram node can do Operation What it does Send Message Send text...
n8n Markdown Node: Convert Markdown to HTML and HTML to Markdown in Your Workflows [Free Workflow JSON]
Dev.to · Pirate Prentice 3d ago
n8n Markdown Node: Convert Markdown to HTML and HTML to Markdown in Your Workflows [Free Workflow JSON]
If your n8n workflow produces or consumes Markdown — changelogs, AI-generated text, documentation,...
n8n Convert to File Node: Build CSV, JSON, Excel, XML, and Text Files from Workflow Data [Free Workflow JSON]
Dev.to · Pirate Prentice 3d ago
n8n Convert to File Node: Build CSV, JSON, Excel, XML, and Text Files from Workflow Data [Free Workflow JSON]
If you need to turn n8n items into a downloadable file — a CSV report, a JSON export, an Excel...
n8n QR Code Node: Generate QR Codes in Your Workflows (Free Workflow JSON)
Dev.to · Pirate Prentice 3d ago
n8n QR Code Node: Generate QR Codes in Your Workflows (Free Workflow JSON)
The n8n QR Code node lets you generate QR codes programmatically inside any workflow — no external...
n8n iCalendar Node: Read, Parse, and Generate .ics Files in Your Workflows [Free Workflow JSON]
Dev.to · Pirate Prentice 3d ago
n8n iCalendar Node: Read, Parse, and Generate .ics Files in Your Workflows [Free Workflow JSON]
n8n iCalendar Node: Read, Parse, and Generate .ics Files in Your Workflows [Free Workflow...
n8n HTML Node: Generate, Inject, and Manipulate HTML in Your Workflows [Free Workflow JSON]
Dev.to · Pirate Prentice 3d ago
n8n HTML Node: Generate, Inject, and Manipulate HTML in Your Workflows [Free Workflow JSON]
n8n HTML Node: Generate, Inject, and Manipulate HTML in Your Workflows [Free Workflow...
n8n Convert to File Node: Build CSV, JSON, Excel, XML, and Text Files from Workflow Data [Free Workflow JSON]
Dev.to · Pirate Prentice 4d ago
n8n Convert to File Node: Build CSV, JSON, Excel, XML, and Text Files from Workflow Data [Free Workflow JSON]
If you need to turn n8n items into a downloadable file — a CSV report, a JSON export, an Excel...
n8n Spreadsheet File Node: Read, Write, and Convert Excel and CSV Files [Free Workflow JSON]
Dev.to · Pirate Prentice 4d ago
n8n Spreadsheet File Node: Read, Write, and Convert Excel and CSV Files [Free Workflow JSON]
n8n Spreadsheet File Node: Read, Write, and Convert Excel and CSV Files [Free Workflow...
n8n Move Binary Data Node: Rename, Copy, and Reorganize Binary Files in Your Workflows [Free Workflow JSON]
Dev.to · Pirate Prentice 4d ago
n8n Move Binary Data Node: Rename, Copy, and Reorganize Binary Files in Your Workflows [Free Workflow JSON]
n8n Move Binary Data Node: Rename, Copy, and Reorganize Binary Files in Your Workflows [Free...
n8n Compression Node: Zip, Gzip, and Decompress Files in Your Workflows [Free Workflow JSON]
Dev.to · Pirate Prentice 4d ago
n8n Compression Node: Zip, Gzip, and Decompress Files in Your Workflows [Free Workflow JSON]
n8n Compression Node: Zip, Gzip, and Decompress Files in Your Workflows [Free Workflow...
n8n Read/Write Files Node: Read, Write, and Process Local Files in Your Workflows [Free Workflow JSON]
Dev.to · Pirate Prentice ⚡ AI Lesson 4d ago
n8n Read/Write Files Node: Read, Write, and Process Local Files in Your Workflows [Free Workflow JSON]
Complete guide to n8n Read/Write Files from Disk and Convert to/from File nodes: operations, gotchas, and 3 production patterns with free workflow JSON.
n8n Crypto Node: Hash, Encrypt, and Sign Data in Your Workflows (Free Workflow JSON)
Dev.to · Pirate Prentice 📣 Digital Marketing & Growth ⚡ AI Lesson 4d ago
n8n Crypto Node: Hash, Encrypt, and Sign Data in Your Workflows (Free Workflow JSON)
If you've ever needed to generate an HMAC signature to validate a webhook, MD5-hash a file for...
n8n Error Trigger Node: Build a Global Error Handler for Your Workflows [Free JSON]
Dev.to · Pirate Prentice 5d ago
n8n Error Trigger Node: Build a Global Error Handler for Your Workflows [Free JSON]
n8n Error Trigger Node: Build a Global Error Handler for Your Workflows [Free JSON] Every...
n8n Schedule Trigger: CRON Expressions, Timezones, and Advanced Scheduling Patterns (Free Workflow JSON)
Dev.to · Pirate Prentice 5d ago
n8n Schedule Trigger: CRON Expressions, Timezones, and Advanced Scheduling Patterns (Free Workflow JSON)
Most n8n users set up a Schedule Trigger by clicking "Every Day" and moving on. That works — until...
n8n Code Node: Advanced Patterns — Multi-Language, Loops, and Error Handling (Free Workflow JSON)
Dev.to · Pirate Prentice 5d ago
n8n Code Node: Advanced Patterns — Multi-Language, Loops, and Error Handling (Free Workflow JSON)
When you're building workflows with n8n, the Code node is your workhorse for custom logic — but most...
n8n Split in Batches Node: Process Large Datasets Without Crashing (Free JSON)
Dev.to · Pirate Prentice 1w ago
n8n Split in Batches Node: Process Large Datasets Without Crashing (Free JSON)
placeholder body
n8n Expressions: How to Use Dynamic Data in Your Workflows (Free Examples)
Dev.to · Pirate Prentice 1w ago
n8n Expressions: How to Use Dynamic Data in Your Workflows (Free Examples)
If you have ever copy-pasted the same value into a dozen nodes, you already know the pain. n8n...
n8n Code node: run JavaScript (or Python) inside your workflows — free examples
Dev.to · Pirate Prentice 💻 AI-Assisted Coding ⚡ AI Lesson 1w ago
n8n Code node: run JavaScript (or Python) inside your workflows — free examples
The n8n Code node is one of the most powerful tools in n8n. It lets you run raw JavaScript (or...
n8n HTTP Request Node: How to Call Any API (Free Workflow JSON)
Dev.to · Pirate Prentice ⚡ AI Lesson 1w ago
n8n HTTP Request Node: How to Call Any API (Free Workflow JSON)
If you've ever wanted to connect n8n to an API that doesn't have a native node — a custom internal...
n8n If Node: How to Add Conditional Logic to Your Workflows (Free Workflow JSON)
Dev.to · Pirate Prentice 1w ago
n8n If Node: How to Add Conditional Logic to Your Workflows (Free Workflow JSON)
What the n8n If Node Does The If node evaluates a condition on each incoming item and...