It would become natural if your customer said AWS or Azure when deploying their solution in the cloud. On this article, we will compare the developer consideration when building cloud computing solution in two to platform: AWS vs Azure. We compare in three point of view: product, process, and cost. If you are developer and want to build and to consider the platform this article is for you. At this...
[More]
Four years ago, I created a tutorial about how to use GIT in Visual Studio Codes. Time pass by, Visual Studio Codes provides better integration with GIT in their current version. In this article, we will show you how to use GIT easily in the Visual Studio Codes
Before we go
Before we dive into the integration between Visual Studio Codes and GIT. You need to have:
Current version of visu...
[More]
On this article, we will discuss how to implement product backlog on azure boards. It assumed that you already have the feature list. Product backlog is an ordered list for anything that need to build product. Some people said that product backlog is the user story. Yes, it is! But product backlog already has priority and order. This product backlog shall be prepared by the product owner. The prod...
[More]
Visual Studio Codes supports a lot of programming languages. Starting from C# to JavaScript, Visual Studio Codes can be everyone. Comparing with full feature IDE like NetBeans, Visual Studio 2019, or Eclipse. Visual Studio Codes provides an effort to 'near' full featured IDE. On this article, we will show you how to configure GO language in your Visual Studio Codes. Go is an open source programmin...
[More]
Problem
One of our clients contact us. The CEO cannot access the website while he goes to another country. We checked in on our side. And we found everything alright. We check the NS discovery https://dnschecker.org/#NS/ourdomain.com
We found that some of the server cannot reach the domain. Therefore, we move the DNS to Azure simply because the Azure is cloud computing that have many data cent...
[More]
The idea of low codes development platform
Coding looks cool, but it hard for some people. Understanding object oriented, scripting, compiling, software architecture, testing and design patterns will be overwhelming for some people. Thanks to Low codes development technology that helps you create app that work in with less coding. There are so many apps out there such as Power Apps, Phone Gaps. T...
[More]
Microsoft Teams becomes my favourite when it goes to the online meeting. Just like any other technology, Microsoft Teams have some issues that need to be solved. This post will discuss some problems and how to solve them.
#1 I cannot chat in the teams meeting
If you believe the in the past meeting, you can chat and now it is not working. It is because you are not log in with Office 365 account, ...
[More]
When you first time learn ASP.NET you should learn ASP.NET syntax (ASMX), HTML, C#, and JavaScript on Windows Platform. When you learn ASP.NET MVC you should learn HTML, C# and JavaScript on Windows Platform. When you learn ASP.NET Core you should learn HTML, C#, and JavaScript on any platform. Blazor is a ASP.NET feature that give you a power to build dynamic web app with HTML and C# on any platf...
[More]
Problem
You wake up in the morning. Turning on your notebook, opening an email through Windows 10 mail. A friend asked you to read the attachment. You replied to your friend that he left the attachment behind. He insisted that the attachment is already there. You do not believe it! Until you visit the webmail and find the attachment as clear as a glass. This happen mostly on Gmail. You already re...
[More]
Virtual Labs Decision Model
Although virtual lab is promising to deliver the hands-on experience to the student in massive and simple way. Virtual Labs is not a silver bullet for any situation.
Virtual Lab can be done if
There is no need with special hardware
There is no urgent need for specific physical skills / behavior
The hardware can be replaced by the simulator
The software can be ob...
[More]