facebook
Validate Pull Requests using GitHub Actions

Validate Pull Requests using GitHub Actions

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...
Node configuration in Azure Pipelines

Node configuration in Azure Pipelines

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...