Leo CavalcanteforLeo Cavalcanteleocavalcante.dev·Oct 24, 2024O que é versionamento semântico?O versionamento semântico, também chamado de SemVer, é um padrão usado por desenvolvedores para numerar versões de softwares de maneira clara e previsível. Ele facilita o entendimento de quais mudanças ocorreram no software e qual o impacto dessas al...Discuss·1 like·242 readsGit
Max Martínez CartagenaforSeñor Developermaxmartinez.dev·Aug 17, 2024How to create a Generic Docker Base Image with Monorepo and Semantic versioning? Part 3/3This is the last article of this serie. If you haven't read the other articles, please checkout these links before continue this reading: Part 1 Part 2 In this new entry we are going to learn how to add a new package into our monorepo project whi...DiscussDocker
Saurav MaheshwariforXauravww Learningsxauravww.hashnode.dev·Aug 12, 2024Node.js Semantic Versioning: Everything You Need to KnowIt helps in managing dependencies by clearly indicating the nature of changes in new versions. It ensures that developers can confidently update packages without worrying about breaking their applications. You’ll often see version numbers like 1.2.3 ...DiscussBackendNode.js
Brilliant MakanjuforBrilliant Makanju's blogjolex.hashnode.dev·Aug 5, 2024Complete Guide to Versioning JavaScript Projects with GitHubTable of Contents Introduction Versioning Strategy Semantic Versioning (SemVer) Version Numbering Branching Strategy GitFlow Workflow Feature Branching Release Branching Hotfix Branching Release Management Creating a GitHub Release Ta...Discuss·29 readsJavaScript
Max Martínez CartagenaforSeñor Developermaxmartinez.dev·Aug 3, 2024How to create a Generic Docker Base Image with Monorepo and Semantic versioning? Part 2/3This is the second part of "How to create a Generic Docker Base Image with Monorepo and Semantic versioning?". If you haven't read the previous post yet, please check out the Part1 before continue. In this article, we will create the necessary config...Discuss·1 like·43 readsDocker
9th Techfor9th Techblog.9th.tech·Jul 26, 2024Latest Typescript 5.5 Features Every Web Dev Should knowINTRODUCTION Because TypeScript does not employ semantic versioning, like other libraries do, significant new features and unbreakable modifications may be added in any version update. This explains why, despite not being a significant version update...Discuss·1 like·1.2K readsTypeScript
9th Techfor9th Techblog.9th.tech·Jul 24, 2024Semantic Versioning and why you should implement it correctly in your applicationsChances are, at some point in your programming career, you downloaded some library to use in your code. When you download an external library, it will include a version number, making upgrading and obtaining documentation for your specific version of...Discuss·6 likes·39 readsversion control
Max Martínez CartagenaforSeñor Developermaxmartinez.dev·Jul 18, 2024How to create a Generic Docker Base Image with Monorepo and Semantic versioning? Part 1In this article, we will go through the entire process of create a generic docker base image for building nodejs applications using Monorepo and Github actions. Step-by-step, we will be learning how to create package to build and push a base docker i...Discuss·210 readsDocker
Siddhartha DforCreating 10X valueblog.siddharthad.com·Jun 15, 2024Boost Your Code Commits: From Confusion to ClaritySoftware engineering is not just about writing code and fixing bugs (or dealing with PMs!). Have you ever wondered how modern app development happens? It's not built in a day nor by one person. It's a team effort, often involving collaboration with a...Discusscode
Nehal IngoleforRead & Learnlearnwithnehal.hashnode.dev·Mar 7, 2024Version Control in NodejsIntroduction Version control is a fundamental aspect of Node.js development, enabling smoother collaboration, efficient code management, and seamless rollback capabilities. In this guide, we'll explore the importance of versioning and delve into vari...DiscussDate-based Versioning