Felix Verduinfsvtech.hashnode.dev·Nov 25, 2024Mastering Solution Versioning in the Power PlatformWhen creating software, assigning a version number is critical. This version number acts as a label that identifies what is included in a particular release, providing clarity and traceability for deployments. In this blog I describe how I tried to s...317 readsDataverse Solutions
Romman Sabbirrommansabbir.com·Aug 6, 2023How to Version SoftwareIntroduction Versioning software is a critical practice that allows developers to track and manage changes in their applications. By following versioning best practices, we can ensure smooth updates, maintain backward compatibility, and keep your use...1 like·167 readsKotlin
Barbarageekiebarbs.hashnode.dev·Mar 13, 2023Semantic VersioningLet’s say I was late for the party. Sometime last week, I took the npm course on FCC. Don’t get me wrong, I’ve built APIs for fun and used the node package manager, but never really explored npm and all it’s about. I’d summarize by saying the npm cou...18 likes·81 readssemantic versioning