Overview of the most common nodes in n8n

n8n provides a wide range of nodes that allow you to connect different services, manipulate data, and automate workflows. Here is an overview of some of the most commonly used...

[PROJECT] Automatic File Management — Organize, Automate with Python Scripting

Python can be an amazing tool for automating simple, repetitive tasks on your computer with minimal effort. One tidious task i often face is keeping my downloads folder organized. Over...

[PROJECT] Smart Inbox Automation with n8n — Auto-categorize Emails and Trigger Custom Actions

With n8n, an open-source workflow automation tool, you can fairly easy create AI powered workflows such as an workflow that automatically categorizes incoming emails and triggers custom actions based on...

[PROJECT] Create a static Website based on a resume using Langflow

Langflow is a Low-code AI builder for agentic and RAG applications. It is a powerful tool to build and deploy AI agents and MCP servers. It supports all major LLMs,...

[PROJECT] Local HEIC-JPEG Converter

Windows users often face compatibility issues, as many applications do not support HEIC files natively. To address this, I developed a simple local HEIC to JPEG converter using Python.

[PROJECT] Git Workshop for Students

The Git Workshop was created to help new students get comfortable using Git and GitHub. It covers the basics—like committing, merging, and pushing — as well as more advanced concepts...