I have personal project to understand the meaning of music through Azure Cognitive Services. In order to obtain music information, I use Spotify. Spotify is a music subscription services just like Amazon, Pandora, or Apple Music. Spotify has API that can be accessed through our application. On this post, I will overview the Spotify API and how to integrate it on Visual Studio 2019 Development envi...
[More]
Hi Folks, we continue with our journey in Azure DevOps. Today, we will discuss the Azure Test Plan. Testing is a big deal in the software development process. The quality of the software comes from quality Azure Test Plan. This article will cover beginner guide for Azure Test Plan. In order to make it simple, we will separate some of technical detail in another post. So lets get started.
Before ...
[More]
Repository (a.k.a Repos) is the core of source code storage. Today, I want to show you how to choose and to manage your source codes in Azure Repos.
The need of Repository
Repository helps you to store the codes and collaborates with the others. There are two types of modern repository. The first type is centralized, the second type is distributed. SVN (Source Code Versioning), TFVC (Team Founda...
[More]
Today, I will show you how to create and manage requirements by using Azure Boards. Azure boards is the project management features for DevOps. You can manage your software requirements with the Azure Boards. Before start, you should:
Understand the concept of Agile or Formal process.
Visual Studio 2019 any version https://visualstudio.microsoft.com/
Azure DevOps http://dev.azure.com
The s...
[More]