vILT (virtual instructor-led training) is a way to deliver workshops through virtual methods on online platforms like Microsoft Teams, Zoom, or Webex. With vILT, maintaining student engagement via these strategies is more complex and, in some cases, impossible. For example, we cannot make eye contact with our virtual students. We cannot rely on visual prompts to help us determine student engagemen...
[More]
When you want to create a solution that uses natural language processing (NLP), you can use a lot of open-source libraries. However, if you take a closer look at the Azure AI, they have NLP features through Azure AI language, and it starts from FREE.
Natural Language Processing (NLP) development with Azure AI involves utilizing Microsoft's suite of tools and services to build, deploy, and...
[More]
In this article, we will discuss how to step through a multi-account Azure Environment for Cost Optimization. An organization might need to restructure its multi-accounts. Here is why.
Multi-Account means that the account belongs to each of the responsible roles. This is good when Azure's budget is separated between divisions.
Multi-Account means we can open as many subscriptions as we need. ...
[More]
To build an information system, a comprehensive requirements document is essential. This document, often referred to as a System Requirements Specification (SRS), serves as a blueprint for the project. It details what the system is supposed to do and how it should perform, providing a clear understanding of the project's goals and objectives to all stakeholders involved. On this article, we discus...
[More]
Teaching programming in the era of AI is difficult. While the high level of programming is less interesting than low level programming, it still needs to be one of the most used in the industry. Programming language like Python, C#, and C++ still be used for daily maintenance or building new software. Unfortunately, the students less interested with high level programming. They like to use drag an...
[More]
Problem
You clone your repository, and after creating a project, you commit to GitHub. However, GitHub tell you an error “Pipe Has Been Ended.”
Cause
There are several reasons why this case happens.
Misconfiguration of your GitHub setting
Some characters are not allowed to commit to GitHub.
Solution
Rebuild your project
On The Git Changes, find the Chang...
[More]
Package is reusable component that can be reused between projects. On Azure DevOps, there is Azure artifact that can help the team to manage the package. Package can be made by many standardized platform such as Marven, NPM, NuGet, etc. The package is hosted privately in Azure Artifacts. If you want to know what is Azure Artifacts please view the video. On this article, we will dis...
[More]
Having your own process is good. However, not all Azure DevOps users know how to customize their Azure Boards to fit their DevOps Process. In this article, we want to discuss five steps to customize the Azure DevOps Process. Before you go you need to fulfil the requirements:
You have active Azure DevOps at https://dev.azure.com
You are the creator/administrator of the organization and are able...
[More]
In order to build AI application with .NET, we have three options the first one is using Gemerative AI with .NET, AI Services in .NET, and Machine Learning with .NET.
Generative AI with .NET:
Generative AI allows us to create novel content, such as text, images, or music, using machine learning models. Within the .NET ecosystem, developers can harness this power to craft cutting-edge applicatio...
[More]
Having a project is a gift. However, when building the solution for the people the changes maight be happen. On this article, we will discuss five things to make your project still fruitfull, targetted, and success. Let's get started
Tips 1 - explore well. Seeing a project in first sight seems easy. However, after you understand the detail you will find that the project is harder than you expec...
[More]