Luis RangelNPM versioning strategiesNPM versioning strategies are based on Semantic Versioning (SemVer), which uses a three-part version number: MAJOR.MINOR.PATCH. Each part…Jul 16Jul 16
Luis RangelCleaning up unused dependenciesPerforming a dependency check and cleaning up unused dependencies is an important task to keep your application lightweight and…Jul 9Jul 9
Luis RangelCherry-picking a specific fileCherry-picking a specific file in Git means you want to apply changes from a specific file in one commit from one branch to another without…Jun 25Jun 25
Luis RangelHow to Solve Dependency Issues in Package Management for Any LibraryManaging dependencies in a Node.js project can be particularly challenging when dealing with potential security vulnerabilities. Ensuring…Jun 121Jun 121
Luis Rangel4 Best Practices for Backend DevelopersHey there! Backend development might not get all the flashy attention that frontend does, but it’s the unsung hero that makes everything…May 301May 301
Luis Rangel2 Sites to Become a Better DeveloperI get it — constantly learning and improving can be tough. And it’s all too easy to miss out on some underrated yet essential knowledge…May 16May 16
Luis RangelOptimizing PDF Handling in Node.js with Firebase Storage and BufferPrologue: A Challenge Emerges In the vast realm of software development, where client demands shape the landscape, I encountered a…Mar 301Mar 301
Luis RangelComprehensive Guide to Clearing the npm Cache on Linux, macOS, and WindowsNode Package Manager (npm) is a crucial tool for modern web development. It manages dependencies and packages efficiently. However…Dec 21, 20231Dec 21, 20231