There is very little correlation between technological depth of tools created by employees and the business of the employer for most companies. Employees skilled at creating their own diagnostic tools are not typically safer in their jobs against sweeping business decisions but are nonetheless less replaceable.
Who is making money from selling tools and libraries and compilers? All of those are supported by BigCorp and given away for free.
And who needs an abstraction layer like a framework?
I’m not a web dev at all for instance and haven’t done web development in a decade. I was able to create a relatively feature filled internal web tool in less than a day using Codex-CLI. It didn’t use any frameworks just raw HTML.
Frameworks or libraries are about reusing the common stuff. If you want to make any serious app, you are going to use one or reimplement one. They have their feature set for reasons (mostly).
There is very little correlation between technological depth of tools created by employees and the business of the employer for most companies. Employees skilled at creating their own diagnostic tools are not typically safer in their jobs against sweeping business decisions but are nonetheless less replaceable.
Who is making money from selling tools and libraries and compilers? All of those are supported by BigCorp and given away for free.
And who needs an abstraction layer like a framework?
I’m not a web dev at all for instance and haven’t done web development in a decade. I was able to create a relatively feature filled internal web tool in less than a day using Codex-CLI. It didn’t use any frameworks just raw HTML.
Frameworks or libraries are about reusing the common stuff. If you want to make any serious app, you are going to use one or reimplement one. They have their feature set for reasons (mostly).