Max Martínez Cartagenamaxmartinez.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 Maheshwarixauravww.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 Makanjujolex.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 Cartagenamaxmartinez.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 likeDocker
9th 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·999 readsTypeScript
9th 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·30 readsversion control
Max Martínez Cartagenamaxmartinez.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·122 readsDocker
Siddhartha Dblog.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
David Onifadezyzer01.hashnode.dev·Mar 2, 2024Versioning in Software DevelopmentSoftware versioning is way keeping track of different versions of a project. When working on a project, we make changes, fix mistakes, or add new features. To keep track of these changes and make sure everyone involved in the project or direct users ...Discuss·13 likescalendar-versioning