I'm talking C++ etc, and for a short while I was a developer. This was a *very* long time ago, I wasn't good at it, and I haven't coded a single line of code since.
The languages you would use for web development are a lot nicer, and easier to learn than C++. On top of that web frameworks are also highly productive. You might be pleasantly surprised if you try it.
The more flexible no-code/low code platforms seem quite complex and require a learning curve themselves. It seems to be that "no-code" ultimately means "disguised code with a nice GUI" and you are going to need the same skills and a fair bit of knowledge to use them.
Some low code platforms admit that what they are doing is declarative programming. Simple things with some web frameworks come pretty close to this - for example if you add a subclass with just some string or number attributes and no methods.
In short, if you do anything beyond a certain level of complexity you will need to learn stuff anyway. You might find its just a nice GUI around doing the same work. Its not dissimilar to how a complex excel spreadsheet can end up requiring quite a lot of skill to do right. A visual programming language is probably even closer, albeit less familiar, example.
Of course if what you are doing is show some forms, fill in and store the data, and relatively straightforward browsing of data, no code might work well for you.
My experience is that most web apps, even ones that look simple, end up requiring coding some algo, or doing some complex database queries somewhere along the line
Could I ask you and those who say there are ways to explain to me why you think the other person's wrong? In the middle here, and trying to get deeper info about why some think it can be done in the way I describe, and some think it can't. Why? Why not?
It depends on what you want to do. You should probably take a look at the example sites, documentation and example code (or code substitute) for both no code/low code options and some web frameworks. Maybe bubble or similar for the former (they even have an app you can play with, without even registering). Maybe Ruby on rails, Django (my favourite) or Symfony for the frameworks. Then you can make up your own mind - and if both approaches are capable of doing the job, it might just come down to what you prefer.
Looking at the Bubble "showcase" sites most of them are very limited compared to similar sites built using code.