Delivering remote learning is not an easy task. Comparing with the offline classroom, you can see your student, you have a flexibility in movement, and you can provide instant interaction through various hardware. During the hard time in COVID 19, giving the best learning experience in online environment is mandatory to keep our student / participant engaged. On this article, I will show you seven...
[More]
The Concept
Running application on top application is a great news! However, it does not mean that there is no problem within the solution. The codes sometime behave not right and you need to identify and fix it right away, In order to do that, monitoring and logging provides useful information to understand the behavior of the codes.
Monitoring: a process to monitor a variable (metric) in the...
[More]
Your organization produces digital assets every day. Receipt from a customer, invoice from a vendor, slides from your partner, or even reimburse from business expenses. The digital assets should be saved for regulatory standards such as tax reports, financial reports, and organization performance reports. Today, I will discuss how to manage your digital assets in the NAS or the cloud.
Requiremen...
[More]
Learning AI by Doing It
As a person who does not have a perfect background on Mathematics and Basic Science, learning AI is somewhat challenging. However, AI is not a new kid on the block. If you want to start to learn AI by today, you shall find numerous things to learn and it will become complicated. On this article, I want to share about how to learn AI with the minimum effort at the beginning...
[More]
.NET is a first-class citizen in Microsoft Azure. However, you might have a customer who want to develop with .NET but use their existing Amazon AWS infrastructure. Is it hard to start with non-Microsoft environment? This article shows my experience when having Microsoft .NET solution but hosted in AWS.
Terminology between AWS and Azure
As a developer, we might think that is a solution in AWS do...
[More]
If you are an administrator, you might need to manage Microsoft Teams to suite your organization needs and policy. In this article, we discuss about ten most activities that you might be done in Microsoft Teams.
#1 Managing Guest
Having a guest and you want to manage it. You can use the Azure AD to manage the external settings.
Azure AD -> Users -> User Settings - > External Users - ...
[More]
Test Driven DevelopmentOne of the implementation of eXtreme Programming is test driven development. Test driven development uses unit test to make sure the consistency and quality of the codes. Test driven development is started with the unit test in mind.
//
Creating unit test project
Designing unit test codes
Running the unit test and make it fail
Creating the codes to make it ...
[More]
What is MLOps and Why You Should Care?
MLOps is a DevOps in Machine Learning Project. Just imagine you have a project to build an AI 'empowered' software. You need to build the AI feature through machine learning approach. You should build model, test the model, and implement it into your software. There are extra steps you should fulfill and implement the MLOps means you can make sure that the m...
[More]
Why your Customer does not read your user manual?
If you still wondering why the user manual is never read by the customer, or why your customer still asks to you although you already have the user manual. this article is for you. On this article, we discuss a new way to create user manual by using SnagIt. Snagit is more than Screenshot application. it helps you to create screenshot for your manu...
[More]
A lot of organization uses Microsoft 365 for their productivity. The increasing number of users and data on the cloud make the Microsoft 365 become one of the biggest digital assets on the organization. Although Microsoft 365 provides a data redundancy and data durability. The Cloud provider does not give warranty that the data can be accessed efficiently. In the multi-account environment, there a...
[More]