-
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…
-
Understanding Blob Storage on Azure (Video)
Today, I managed daily operation to backup my database into a bacpac file. Bacpac is another version data structure on SQL Server. it is just like .bak on casual SQL Server but more compatible…
-
Understanding Azure Storage
This video will cover you a basic understanding of Azure Storage. The video is on Indonesian languange.
Tagged azure -
Having Verify Account Issue in Azure
Problem When you login to the Windows Azure management portal you get this URL https://manage.windowsazure.com/Error/NotRiskVerified Solution Thare are no DIY (do it yourself) about this issue. All you can do is…
-
Understanding Lens in Windows Phone 8
In Windows Phone 8, you can create a camera app called a lens. A lens opens from the built-in camera app and launches right into a viewfinder experience to help the user capture the…
-
How to Submit an App to Windows Store
In this video I will show you the basic tutorial to submit an application to Windows Store. This tutorial assume that you already have verified Windows Store Account. Windows Store account can be bought…
-
Migrating SQL Server 2012 to SQL Azure
This three minutes video will show you how to migrate your SQL Server 2012 to SQL Azure. After watching this video you should care some detail of the migration such as Cheers, @ridife
-
Statements of Works in Agile
Statements of works (SOW) is a formal document that captures and defines the work activities, deliverables, and timeline a vendor must execute in performance of specified work for a client. SOW is developed as…
-
Blank Page when You Print from Your Browser
Problem When you prints anything from your browser the result of the printer is blank. Solution mkdir “%userprofile%\AppData\Local\Temp\Low” icacls “%userprofile%\AppData\Local\Temp\Low” /setintegritylevel low
-
Application Lifecycle Management Certification
Application Lifecycle Management (ALM) certification is a certification that shows the competencies of software engineer by creating, planning, and managing a project. Fundamentally, it discuss how to manage a software project using Visual Studio…