by Antonio Liccardi | Nov 27, 2019 | Blog
GitHub is the repository we use in Blexin to version our code. Accordingly to DevOps principles, most of these projects have one or more pipelines that help to improve the quality of the code and to reduce the technical debt. Among different DevOps practices, we...
by Antonio Liccardi | Feb 13, 2019 | Blog
In Azure Pipelines, configuration variables represent a necessary functionality for your releases: it’s possible to save some values indeed, that might be useful in build or deploy stage to configure application during the release. The hidden mechanism is defined...