DORSETRIGS
Home

versioning (21 post)


posts by category not found!

API strategy of known .Net projects

Understanding API Strategy in Notable NET Projects In today s digital landscape the effectiveness of a software project heavily relies on its API Application Pr

3 min read 08-10-2024 30
API strategy of known .Net projects
API strategy of known .Net projects

What is the best way to version a WCF Web API?

The Best Way to Version a WCF Web API When developing a web API using Windows Communication Foundation WCF its crucial to implement a versioning strategy API ve

3 min read 08-10-2024 26
What is the best way to version a WCF Web API?
What is the best way to version a WCF Web API?

How should I set the version number between releases?

Navigating Version Numbers A Guide to Effective Release Management The Problem Determining the right version number for your software releases can feel like a d

2 min read 07-10-2024 19
How should I set the version number between releases?
How should I set the version number between releases?

Asp.Net Core Set Default API Versioning

Setting Up Default API Versioning in ASP NET Core A Comprehensive Guide Problem Many modern applications need to evolve over time Adding new features or changin

3 min read 06-10-2024 40
Asp.Net Core Set Default API Versioning
Asp.Net Core Set Default API Versioning

Managing Helm Chart Versions for Multiple Environments

Managing Helm Chart Versions for Multiple Environments A Guide to Streamlined Deployment The Challenge Imagine you re deploying a complex application with diffe

2 min read 04-10-2024 197
Managing Helm Chart Versions for Multiple Environments
Managing Helm Chart Versions for Multiple Environments

Git error message There is no -F option ("less --help" for help)

Understanding the Git Error There is no F option less help for help When using Git encountering error messages can be frustrating especially when they seem cryp

2 min read 29-09-2024 40
Git error message There is no -F option ("less --help" for help)
Git error message There is no -F option ("less --help" for help)

How to keep history of data for displaying on dashboard based on selected range of date

How to Keep a History of Data for Displaying on a Dashboard Based on a Selected Date Range In todays data driven world creating dynamic dashboards that display

3 min read 26-09-2024 60
How to keep history of data for displaying on dashboard based on selected range of date
How to keep history of data for displaying on dashboard based on selected range of date

Azure DevOps automatic versioning when it comes to feature branches

Automatic Versioning in Azure Dev Ops for Feature Branches In todays fast paced software development environment maintaining a clear versioning strategy is esse

3 min read 25-09-2024 141
Azure DevOps automatic versioning when it comes to feature branches
Azure DevOps automatic versioning when it comes to feature branches

Semantic Versioning - pre release

Understanding Semantic Versioning The Role of Pre releases Semantic Versioning often abbreviated as Sem Ver is a versioning scheme that is widely used in softwa

2 min read 15-09-2024 59
Semantic Versioning - pre release
Semantic Versioning - pre release

How to handle SPA application reload to fetch current deployed version over firebase in react.js?

How to Handle SPA Application Reload to Fetch Current Deployed Version Over Firebase in React js Single Page Applications SPAs provide a seamless user experienc

3 min read 14-09-2024 62
How to handle SPA application reload to fetch current deployed version over firebase in react.js?
How to handle SPA application reload to fetch current deployed version over firebase in react.js?

Managing dependencies of OSS projects

Managing Dependencies in Open Source Software Projects A Guide for Contributors Understanding the Problem As a contributor to a Java Open Source project that in

3 min read 07-09-2024 53
Managing dependencies of OSS projects
Managing dependencies of OSS projects

Best practice for a MySQL data versioning system

Best Practices for Data Versioning in My SQL A Comprehensive Guide This article will discuss best practices for implementing a data versioning system in My SQL

3 min read 06-09-2024 75
Best practice for a MySQL data versioning system
Best practice for a MySQL data versioning system

I want to version my Spring API, how can I create a global constant for the url it only has to be changed in one place when the version changes?

Versioning Your Spring API A Guide to Global URL Constants Managing API versions is crucial for maintaining compatibility and allowing for gradual feature updat

2 min read 04-09-2024 38
I want to version my Spring API, how can I create a global constant for the url it only has to be changed in one place when the version changes?
I want to version my Spring API, how can I create a global constant for the url it only has to be changed in one place when the version changes?

Liquibase Missing Environment Vars

Troubleshooting Liquibase Missing Environment Variables When working with Liquibase you might encounter an error message stating Unable to find LIQUIBASE HOME e

2 min read 03-09-2024 44
Liquibase Missing Environment Vars
Liquibase Missing Environment Vars

How to define versioning strategy of software product including several modules with its own version?

Navigating Versioning in a Modular World A Comprehensive Guide Developing software with multiple modules each with its own version can be a complex task How do

3 min read 01-09-2024 66
How to define versioning strategy of software product including several modules with its own version?
How to define versioning strategy of software product including several modules with its own version?

Where to store versions of a project in Gitlab

Storing Project Versions in Git Lab Beyond the Default Managing versions effectively is crucial for any software project especially when working within a comple

2 min read 01-09-2024 57
Where to store versions of a project in Gitlab
Where to store versions of a project in Gitlab

NestJS versioning on sub-paths

Implementing Custom Versioning in Nest JS Using Sub Paths This article explores a practical approach to implementing versioning in your Nest JS API allowing you

3 min read 01-09-2024 53
NestJS versioning on sub-paths
NestJS versioning on sub-paths

For an ASP.NET WEB FORMS web application, check if the web server has the latest version for any specific aspx/ascx pages on any redundant web server

Ensuring Consistent ASP NET Web Forms Deployment A Guide to Identifying Outdated Pages on Redundant Servers Working with clients who manually deploy updates can

2 min read 31-08-2024 80
For an ASP.NET WEB FORMS web application, check if the web server has the latest version for any specific aspx/ascx pages on any redundant web server
For an ASP.NET WEB FORMS web application, check if the web server has the latest version for any specific aspx/ascx pages on any redundant web server

Should Nuget package versions match the .NET TargetFramework?

Should Nu Get Package Versions Match NET Target Frameworks A Deep Dive When migrating your NET project to a newer target framework a common question arises Shou

3 min read 28-08-2024 76
Should Nuget package versions match the .NET TargetFramework?
Should Nuget package versions match the .NET TargetFramework?

YamlDotNet - how to handle versioning after object update?

h1 Yaml Dot Net Handling Versioning After Object Updates h1 p This article addresses the common challenge of managing object updates and versioning when using Y

4 min read 28-08-2024 88
YamlDotNet - how to handle versioning after object update?
YamlDotNet - how to handle versioning after object update?

How can I create, update separate changelog.md for multiple .csproj projects in a single repository?

Maintaining Separate Changelogs for Multiple csproj Projects in a Single Repository This article addresses the challenge of managing individual changelogs for m

2 min read 27-08-2024 46
How can I create, update separate changelog.md for multiple .csproj projects in a single repository?
How can I create, update separate changelog.md for multiple .csproj projects in a single repository?