Timothy Mutugidigitalchemist.hashnode.dev·Nov 16, 2023The Symphony of Dependencies: A Harmonious Orchestra in Web DevelopmentIntroduction In the intricate world of web development, creating a seamless and robust application requires orchestrating a symphony of dependencies. Each note played by these dependencies contributes to the harmonious execution of a web project. In ...DiscussMERN Stack
Vipul Singhvipulsingh.hashnode.dev·Nov 10, 2023Install Php Using Source CodeTo install PHP from source code, you can follow these general steps. Keep in mind that the exact commands and steps may vary depending on your operating system. Below, I'll provide a basic guide for a RPM-based CentOS, assuming you have the necessary...Discuss·1 likeec2
Eduardo Machadoeduwxyz.hashnode.dev·Nov 8, 2023Poetry — Gerenciamento de dependências em Python!!Quando se trata de gerenciamento de dependências de software a conversa costuma ser curta e bem direta. Isso é o normal na maioria das linguagens de programação existentes atualmente, porém com python, é diferente. Existem hoje diversas opções que po...DiscussPython
Gaurav Guptaggupta2005.hashnode.dev·Nov 8, 2023Decoding dependencies of your python packagePython dependencies are one of the most difficult problems that one encounters while working in any Python-based system. If the underlying Python package dependencies are not correctly resolved, then you could run into many run-time issues when execu...DiscussPython
Shreyas Ananthshreyasananth.hashnode.dev·Nov 7, 2023Unlocking the Caret Mystery: Navigating ^ in Node.js DependenciesIntroduction Note: The caret (^) in your package.json stands as a silent sentinel, guarding the delicate balance between stability and updatability in Node.js projects. This single character is pivotal, subtly influencing the versions of dependencies...Discussdependencies
Lucas Moraislucasmorais.dev·Oct 11, 2023Dependências em uma aplicação JavaScriptNeste artigo, falarei um pouco sobre dependências em uma aplicação JavaScript, o que são, como são instaladas e como são gerenciadas pelo npm, que é o gerenciador de pacotes do Node.js. O que são dependências? No contexto de desenvolvimento de softwa...Discuss·36 readsJavaScript
Hugo Escafitmergify.hashnode.dev·Sep 20, 2023Streamlining Software Dependency Management with DependabotSoftware development is a complex process that relies heavily on dependencies to provide essential functionality. However, managing these dependencies can be a significant challenge, as they require regular updates to fix bugs and security vulnerabil...Discussdependabot
Ken Udehkenudeh.hashnode.dev·Aug 31, 2023An overview of dev, production, and peer dependenciesUnderstanding the relationships between a piece of software and its dependencies is critical to effective development. As a result, this article will introduce you to the concept of dependencies in software development. Beyond that, you'll also walk ...Discuss·49 readsdependencies
Eric Wafulaericwathome.hashnode.dev·Aug 6, 2023Efficient Dependency Management in AndroidEvery Android developer has worked on a monolith and managing dependencies for such a project is quite straightforward because you only get to deal with a single module. However, things start to get a bit tricky when you want to add another module to...Discussgradle
Avi FlombaumProcode.avi.nyc·Aug 2, 2023Rails Components: More Installer Over LibraryAfter covering what rails components are and why they need to be first class citizens in the rails ecosystem, in the next few posts I'm going to share my vision for how they could work (and for the most part, how they currently work in the first comp...Discuss·1 like·304 readsRuby on Rails