Ken Udehkenudeh.hashnode.dev·Aug 31, 2023An Overview of DependenciesThe role of a dependency in programming is analogous to that of beams and columns in a building. Just as beams and columns form the backbone of any structure, dependencies provide the foundation for building and running software. They simplify the so...Discuss·127 readsproduction dependency,
Alex Anieocxigin.hashnode.dev·Nov 25, 2022Specifying dependencies and devDependencies in a package.json filePackages are important part of web development, they are tools we use to build web-apps, software, APIs etc. There are different type of packages created for different purposes. To create a project, you need to generate a package.json file. This is ...Discuss·46 readsdevdependencies