Earlier quoted context omitted.
A lot of the developers these days tend to be integrators. The no-code tooling can help actually take that procedure to a higher abstraction where understanding of the system would still be needed but understanding of the low level details of coding can be completely eliminated. Think languages like JS or PHP. World have been built using these and many of the developers in these languages don’t have understanding on…
You don’t need to know “how computers actually work” to write code in high-level languages. Those are too abstracted away from the hardware and OS. PHP and JS are not considered low-quality languages. They are low-hanging fruit for amateurs to write low-quality software. Yes, people who don’t really know what they’re doing can make money with PHP and JS, just like people who don’t know about food, cooking, nutrition…
Anyway, these are also low-code languages. They are not low hanging fruits because of the syntax or the features but because of the API and boilerplate geared towards specific domain. These almost get out of the way of the people who are not fascinated by the technology itself but by the product they are building.
It’s so easy to use JS and PHP to solve a problem.
For PHP, you simply wrote your code and put in a folder in a LAMP machine and it works.
JS is even easier, you open the developer tools in your favorite browser and there you have it. Instantly start working on your idea.