Seeking Guidance on the Optimal Roadmap and Course for Learning n8n

I hope this message finds you well.

I am eager to learn n8n in the most effective and structured manner. I would greatly appreciate any guidance or recommendations on the following:

  1. Roadmap: What would be the best learning roadmap or sequence of topics to follow for someone new to n8n, ensuring a strong foundational understanding as well as practical application skills?
  2. Courses: Are there any highly recommended courses or resources, whether official or third-party, that offer comprehensive and up-to-date training on n8n? Ideally, I’m looking for courses that balance theoretical principles with hands-on practice.

Your insights and recommendations will be invaluable as I embark on this learning journey.

Thank you in advance for your assistance.

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

hello @Abdullah_Amer

n8n has a couple of courses and some trainings

As for the base recommendation - n8n itself is not very hard to learn, but you’ll need some basic JS knowledge to work with data

Thanks @barn4k it was so helpful really ! I will invest more time in n8n community, but do you recommend roadmap for me as i know js good enough to avoid distraction at least at the first as it was large tool in different fields.

Well… I can’t actually suggest a roadmap, because I don’t know what you are going to build with n8n :slight_smile:
Check the courses, as they give a good understanding about how things go here. Then try to build your own workflow and automate something. If you will struggle with anything, we are here to help :slight_smile:

I personally, have started from the courses, then tried to build the flows, read a lot of n8n docs/forum when I had issues with anything and that’s how I managed to know the n8n

2 Likes

There is not one roadmap you can follow really.
As it depends on your experience with js, data processing etc.
For example programmers often struggle with the data processing aspect of it. As things are not like in normal programming.
And when you are coming from a data processing background, you will need to read up on the more technical tricks to get things running efficiently/easily in n8n.

But the best way to start is do the courses and check the new videos to get a feeling of how n8n works. and after that it is just by creating workflows and seeing how far you get.
Also it helps to just look at questions asked on the forum and see if you can answer them and look at the replies from other users. That will help a lot when learning. :slight_smile:

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.