Many years ago, while developers were only working on their code, system administrators were only managing the network equipment, racks, servers, and workstations in companies and organizations. Such a job would need special knowledge and expertise in hardware, networking protocol, etc. Therefore, system administrators were not involved at all in any parts of software development, […]

How to Create Custom Azure Pipelines Build Agent Fully Automated
Currently, most software teams that are using Azure DevOps to build their software choose to use Azure-hosted agents as their build server. This comes with a lot of benefits. Many libraries are already installed on these agents so it’s quite compatible with most projects’ specifications. For every build, you get a new agent that is […]