Do you have any advice to more novice developers on how to be less “dependent” on dependencies? Where can we learn the lost art of writing code?
It feels that unless you want to reinvent the wheel, you need a bunch of third party libraries to get anywhere near results clients want within ecosystems like JS/Python.
Feeling somewhat same, consuming some libraries and placing the code at right place, not that its bad but not really doing problem solving apart from writing conventional business logic in code
Comments
Do you have any advice to more novice developers on how to be less “dependent” on dependencies? Where can we learn the lost art of writing code?
It feels that unless you want to reinvent the wheel, you need a bunch of third party libraries to get anywhere near results clients want within ecosystems like JS/Python.
Feeling somewhat same, consuming some libraries and placing the code at right place, not that its bad but not really doing problem solving apart from writing conventional business logic in code