.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]
The challenges with our user manual
User manual is something that is sometimes forgotten. Even though we know that a person's understanding of one system is different from another. We sometime neglect the benefit of user manual for sharing knowledge between the development team with the end-users. The challenges of the current user manual is:
Video user manual – visually rich!
Slow on update. ...
[More]
Whether you are using Microsoft Azure or using Amazon AWS, networking is fundamental aspect on how the cloud resources can communicate with each other. On this article, we want to show you the fundamental of virtual network management in the cloud. Although the sample will use Azure, it can be implemented in AWS. Let us get started!
VNET Peering
When you want to communicate between two different...
[More]
The Fun Fact about the data
When we build anything, we use data. Start from structured data, unstructured data, and semi-structured data we store the data to retrieve it as information and knowledge. Despite of the data usage, we know that the data in our life is growing. And when we can't store the data in the local storage the cloud is the answer. The question is how we store and manage the dat...
[More]
Backup in the cloud?
In the cloud era, we have technically unlimited storage to store anything. From personal photos in OneDrive, business document in OneDrive for Business, or event collaboration artifact in Team files or SharePoint. Today, we put more in the cloud but put less in our on-premise location. The good story is when your connection is working well and your sync engine (OneDrive clien...
[More]