-
Migrating ridilabs.net: Eleven Years from BlogEngine.NET to WordPress
After more than eleven years on BlogEngine.NET, ridilabs.net now runs on WordPress. The decision was not an easy one. BlogEngine served me well through hundreds of posts, but the hosting bill no longer matched what the site actually is: a personal engineering journal. Cutting that cost meant moving to a platform with cheaper, more commoditized hosting, and WordPress was the…
-
.NET Development and AI: Harnessing the Power of C# and Microsoft’s AI Platform
.NET Development and AI: Harnessing the Power of C# and Microsoft’s AI Platform The intersection of .NET development and artificial intelligence (AI) has become an increasingly significant area of focus for software engineers and…
-
Integrating Microsoft Project with Azure DevOps
When you build software, you may want to use software to manage your software Projects, such as Jira and Azure DevOps. Azure DevOps provides an excellent way to manage your software project by delivering…
-
How to make vILT more fruitful
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,…
-
The easiest way to create NLP Solution with Azure AI Language
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…
-
Organizing Multi Account Azure Environment for Cost Optimization
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…
Tagged azure -
Ten Checklist that you should have before developing a software
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…
Tagged software requirements -
When Programming Classroom Is Not Working?
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…
-
Solve Pipe Has Been Ended in Git and Visual Studio
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 Solution
-
Creating package with Azure Artifacts
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…