Ramu Narasingathinkthroo.hashnode.devΒ·Nov 6, 2024Manage your versioning and changelogs using ChangesetsIn this article, an overview of Changesets and its usage in t3-env are provided. What is changesets? This is the official definition provided in changesets repository Readme. The changesets workflow is designed to help when people are making changes,...JavaScript
Komal Vardhan Lolugukomalvardhanl.hashnode.devΒ·Feb 18, 2024π Cracking Semantic Versioning: Key to Secure Software Updates πIntroduction : In the world of software management there exists a dreaded place called βdependency hell.β The bigger your system grows and the more packages you integrate into your software, the more likely you are to find yourself, one day, in this ...semantic versioning
Alexander PanovforRoyalZSoftwareroyalzsoftware.deΒ·Dec 5, 2023Advent Calendar #5 - When to start versioning?This was probably the most interesting question I had back then when I wasn't used to it. When to start Obviously: Starting right away with the correct SemVer scheme would leave you with Version 83.3.0 after a few months of development. The actual pr...versioning
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...918 readsdependencies