🧩 Node Programming
**Node programming – languages/systems that allow you to visually assemble code logic from blocks, instead of text.
This has been used for a long time in animation and effects creation, but has barely made its way into backend programming.
One of the most modern and interesting projects in this environment is https://n8n.io
One of the oldest and most proven (even by me) is https://nodered.org
Having tried similar systems, I can confidently say that writing code in this way is inconvenient, so their main goal is to assemble sets of logical blocks, allowing people who don't know how to program (managers, analysts, marketers, devops, etc.) to assemble certain chains from these blocks, necessary for their business tasks
That's why similar projects are extremely interesting when you need to give your colleagues the opportunity to create something on their own