Learn how to use package manager for the language that you picked,e.g.PHP has composer,Node.js has NPM and yarn,Python has pip,Ruby has gems etc. :::warning Package managers help you bring external dependencies in your application and to distribute your own packages. :::