This is an extremely niche view, ORMs save you a huge amount of time, and the days before ORMs were a real pain in the arse.
As a noob you are much more likely to introduce a massive security hole by rolling your own solution. Don't do it!
So this article is sorta true, and you should learn SQL, but for trivial queries ORMs are actually a massive time saver and really useful in maintaining a system, especially in strongly typed languages (Java/C#/etc.).
This is an extremely niche view, ORMs save you a huge amount of time, and the days before ORMs were a real pain in the arse.
As a noob you are much more likely to introduce a massive security hole by rolling your own solution. Don't do it!
So this article is sorta true, and you should learn SQL, but for trivial queries ORMs are actually a massive time saver and really useful in maintaining a system, especially in strongly typed languages (Java/C#/etc.).