Tag: azure
-
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…
-
Cost Saving Principles in Cloud Computing
Cloud adoption brings flexibility and scalability, but without proper governance, costs can grow quickly. Azure provides a rich ecosystem of tools, frameworks, and automation capabilities to help organizations optimize spending while maintaining performance and…
Tagged azure -
Architecture for Heavy Data Operations
The Pain: When Scaling Up Isn’t Enough As software developers, we’ve all been there: You’ve deployed your web app to Azure, tuned the App Service Plan, scaled up to a beefier tier, and…
-
Why we should learn cloud native
Why Cloud-Native is the Future and How to Get Started with Visual Studio The world of software development is constantly evolving, and one of the most significant shifts we’re seeing today is the move…
-
Azure! You Are too Late in Indonesia!
The investment for more than IDR 27 trillion, with plan to create significant economic growth and employment opportunities is the idea of Azure in Indonesia! Compared with AWS that launched in December 2021, Azure…
Tagged azure -
12 ways to secure your codes in the cloud
When building software in C# and .NET we need to create secure codes to make sure that the software is running well. Here are some keys steps to implement secure code: using System.Text.RegularExpressions;…
-
AI Generative Platform on Microsoft
Microsoft offers a variety of technologies and platforms for developing generative AI solutions, enabling organizations to harness the power of AI to create innovative applications and services. There are four technologies that can be…
-
Configuring SQL Azure for Auto-Scale
Auto-scaling is a feature that dynamically adjusts the amount of compute and storage resources allocated to your Azure SQL Database based on current workloads. This capability ensures that your database can handle varying loads…
-
.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…
-
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…