-
Kiro is this agentic AI good?
So yesterday i try Kiro. Kiro is an agentic AI with codes editor. Kiro is a spec‑driven, agentic AI IDE built around structured requirements and automated workflows. This is contrast with GitHub Copilot that is a flexible, editor‑native AI assistant optimized for real‑time coding, broad adoption, and minimal friction. Kiro excels in structured multi‑service development; Copilot dominates everyday coding productivity.…
-
Lumia Moving Gears Fix
Problem Today, i forgot to charge my development device. The Lumia is dead because the battery. So i just plug in on wall charger. The red battery logo appears. After 5-10 minutes, the battery…
-
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