-
Migrating ridilabs.net: Eleven Years from BlogEngine.NET to WordPress
After more than eleven years on BlogEngine.NET, ridilabs.net now runs on WordPress. The decision was not an easy one. BlogEngine served me well through hundreds of posts, but the hosting bill no longer matched what the site actually is: a personal engineering journal. Cutting that cost meant moving to a platform with cheaper, more commoditized hosting, and WordPress was the…
-
Scalability with Load Balancer in Azure
Background Your organization already has a VM that host web server to the end-user. You want to make the VM can work scalable based on the demand of the end user. You want to…
Tagged azure -
Choosing the right database in the cloud
Problem Background You build a new application in the cloud, and you want to select proper database for your application. There are many choices for database deployment. Today we will discuss tips to choose…
-
Deploying .NET CMS Umbraco in AWS
Background Our customer has AWS Subscription, and they want to deploy our .NET Solutions to the AWS. This article will give you step by step how to deploy the Umbraco Solution into the AWS.…
-
Quality Assurance of DevOps Project
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…
-
Implementing Corporate University with OpenEdx
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…
-
Developing OData in Visual Studio
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…
-
Implementing Corporate University in Azure and Microsoft 365
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,…
-
Making Requirements Stable
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…
-
what should i do in daily sprint?
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…
Tagged scrum