When we discuss about the quality of software, we discuss about how we can deliver less bugs software and correct. This can be done by having a dedicated members that focusing in quality of a software. It can be software tester, quality assurance engineer, or software development engineering test. This article will discuss what we need to do when we have a DevOps project and need to make sure the ...
[More]
On the previous post, we discuss about corporate university a concept that enable your organization to do professional development for your employees through structured e-learning. Today, we will try one of the MOOC platforms to implement corporate university namely OpenEdx. On this article, I will show you how to install and run the OpenEdx in Microsoft Azure. Let's get started!
Installation pro...
[More]
When I need OData
Your customer asks you to provide web service that can expose their own data that already in the information system. They want to access the data through Excel so that they can perform freestyle analytics. OData is a standard that help the developer to create an endpoint service that can be consumed through productivity tools or app like an Excel. On this article, we will discus...
[More]
What is Corporate University?
Corporate is a formed into an association and endowed by law with the rights and liabilities of an individual. Corporate hires the talent to achieves their mission and vision. Therefore, the successful of corporation depends on the talents that joined the company. To make the talents work better, the corporate creates programs that helps the talent to achieve more. C...
[More]
Building custom solution for a customer is challenging. The most challenging part in building custom solution is change requirements. We already know, there is no stable requirements. Every requirement that customer said can be replaced, changed, or added. In requirements engineering, a way to make requirements stable is by doing requirements managements. In this article, we will discuss what requ...
[More]
Daily scrum or daily standup is a way to communicate between team members to understand the heart beat of the project. Daily scrum duration can be 5 minutes to 30 minutes. If you have daily scrum meeting more than 30 minutes, it means you should create another technical discussion informally. The question is, what should i do in daily scrum.
Daily Scrum Agenda
The product owner or development ...
[More]
Problem
Microsoft Azure Subscription resides on a directory namely Azure Active Directory. You want to move or to consolidate the Azure Subscription into others directory. However, you find that the change directory button is disabled. You need to change the Azure Subscription to the new directory
Causes
This problem happens because of the three requirements are not fulfilled.
You must be t...
[More]
Windows 11 is there! despite the Windows 10 is great, the successor Windows 11 will be better than the Windows 10. Windows 11 is available in October for the RTM (Ready to Market) and for the insider ring it will be there in July 2021. So, this is 11 things that you need to know about Windows 11.
#1 It is a free upgrade for Windows 10 user.
As we know, Microsoft does not make a lot of money in a...
[More]
Problem
By default, Azure DevOps provides you an easy way to deploy your codes repository to the same account with your Azure Subscription. For example, when you have
[email protected], it will have access to Azure subscription that related with
[email protected]. The problem is raising when you need to deploy your Azure DevOps repository to the different account or subscription that not related with yo...
[More]
Agile is a current software process that is believed to be a solution to build a software. On this article, we discuss how to build a software that implemented Agile and DevOps. For the real example, we will use azure DevOps and eXtreme Programming (XP). Let us get started:
#1 Creating a DevOps project
After the project is agreed and the contract is raised, the team can start to create a DevOps...
[More]